---
title: "Ticker by Item for Date Range"
method: GET
path: "/Data/{index}/{item}/{startDate}/{endDate}"
tags: ["Data"]
---

# Ticker by Item for Date Range

`GET /Data/{index}/{item}/{startDate}/{endDate}`

This is the most basic Ticker query for a range of dates. "Item" here is used to designate this basic query from the other queries. For more information, please feel free to use the LookUp API call to find more Indexes and Valid Qualifiers 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/OTRI/USA/2018-02-20/2018-02-22

## Path parameters

- `Index` string, required
- `Item` 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)
