---
title: "Brand sales by region and Day"
method: GET
path: "/regionDailySales"
tags: ["Sales Data", "Analyst Plan Or Greater"]
---

# Brand sales by region and Day

`GET /regionDailySales`

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

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

## Query parameters

- `jwt` string, required
- `brandName` string, required
- `regionName` string, required
- `day` 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)
