---
title: "Ticker by Levels for Date Range"
method: GET
path: "/Data/levels/{index}/{level}/{startdate}/{enddate}"
tags: ["Data"]
---

# Ticker by Levels for Date Range

`GET /Data/levels/{index}/{level}/{startdate}/{enddate}`

This is the "Levels" query for a date range where the qualifier here is being simplified to "Levels" (also called Qualifier\_Code). This can refer to any geographic qualifier level, including but not limited to: XMKT, NATIONAL, STATE, COUNTY, or ZIP3. For more information, please feel free to use the LookUp API call to find more levels available for searching. A ticker full name would be OTRI.ATL, which will be entered OTRI/ATL into the URL, while Date should be in the form of 'yyyy-MM-dd'. For better understanding on terminology or how to use this API, please feel free to navigate to the help page or contact us. An example URL for this API call would be: https://api.sonar.surf/data/levels/OTRI/NATIONAL/2018-02-20/2018-02-22

## Path parameters

- `Index` string, required
- `Level` string, required
- `StartDate` string, date-time, required
- `EndDate` string, date-time, required

## Headers

- `x-api-version` string

## Response `200`

Returns List of Index Data

- DataIndexObject[]
  - `data_Timestamp` string, date-time
  - `data_Value` number, double
  - `index` string
  - `qualifier` string
  - `qualifier_Code` string

## Other responses

- `401` — Unauthorized Request
- `500` — Internal Server error

---

[API](https://skmtc.net/freightwaves/apis/sonar-api.md) · [All operations](https://skmtc.net/freightwaves/apis/sonar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freightwaves/sonar-api/revisions/3a995f316cda/schema)
