---
title: "Histogram of sales price of new vehicles by model"
method: GET
path: "/salePriceHistogram"
tags: ["Pricing Data", "Starter Plan Or Greater"]
---

# Histogram of sales price of new vehicles by model

`GET /salePriceHistogram`

Histogram of the sale price of vehicles over the last 45 days for a given model and region. 
Price buckets are grouped in units of $1000
The available brand, model, and region names can be retrieved from their respective endpoints.

## Query parameters

- `jwt` string, required
- `modelName` string, required
- `brandName` string, required
- `regionName` string

## Response `200`

Successful Response

- BucketResp
  - `brandName` string
  - `modelName` string
  - `regionName` string
  - `condition` string
  - `msg` string
  - `cacheTimeLimit` integer
  - `data` BucketEntry[], required
    - `percentOfMarket` number, required
    - `bucket` number, required
    - `modelName` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/autodealerdata/apis/cis-automotive-api.md) · [All operations](https://skmtc.dev/autodealerdata/apis/cis-automotive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/autodealerdata/cis-automotive-api/revisions/ffe19d0f3ae1/schema)
