---
title: "Premium. Brand sales by region and month"
method: GET
path: "/regionSales"
tags: ["Sales Data", "Premium", "Analyst Plan Or Greater"]
---

# Premium. Brand sales by region and month

`GET /regionSales`

Premium. Get regional sales by brand and month, broken down by day. Most recent data is typically only 2 days old for this endpoint.
    
The month field is in YYYY-MM-DD format. For example if you wanted sales data from April of 2020 the month field would be '2020-04-01'

Data availability depends on region and goes back up to 2016.

## Query parameters

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

## Response `200`

Successful Response

- GenericResponse
  - `brandName` string
  - `modelName` string
  - `regionName` string
  - `condition` string
  - `msg` string
  - `cacheTimeLimit` integer
  - `data` unknown

## 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)
