---
title: "Stats on ask price of new vehicles"
method: GET
path: "/listPrice"
tags: ["Pricing Data", "Starter Plan Or Greater"]
---

# Stats on ask price of new vehicles

`GET /listPrice`

Average, median, standard deviation, and population variance of the ask price of new vehicles over the last 15 days for a given brand and region.

The available brand and region names can be retrieved from their respective endpoints.

## Query parameters

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

## Response `200`

Successful Response

- BasicModelStatsResp
  - `brandName` string
  - `modelName` string
  - `regionName` string
  - `condition` string
  - `msg` string
  - `cacheTimeLimit` integer
  - `data` BasicModelStats[], required
    - `name` string, required
    - `average` number, required
    - `median` number, required
    - `stdDev` number, required
    - `pVariance` number, 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)
