---
title: "Full Data By Ticker and Date"
method: GET
path: "/freight/ticker/{index}/{qualifier}/{date}"
tags: ["FullData"]
---

# Full Data By Ticker and Date

`GET /freight/ticker/{index}/{qualifier}/{date}`

This is the full data return for a given Index, Qualifier and Date which returns the valid Tickers in long form. This is like the Data-Ticker By Item and Date, but it returns all of the specific data we have for the given Ticker. 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/freight/ticker/OTRI/USA/2018-02-20

## Path parameters

- `Index` string, required
- `Qualifier` string, required
- `Date` string, date-time, required

## Headers

- `x-api-version` string

## Response `200`

Returns List of Index Data

- DataLongObject[]
  - `data_Timestamp` string, date-time
  - `data_Value` number, double
  - `index_Definition` IndexDefinition
    - `index_Name` string
    - `ticker` string
    - `frequency` string
    - `unit_Type` string
    - `description` string
    - `precision` integer
    - `display_Unit_Type` string
    - `documentation_Url` string
    - `data_Source` string
    - `periodicity` string
    - `product` string
  - `qualifier_Item` QualifierItem
    - `qualifier` string
    - `qualifier_Description` string
    - `shapefile` string
  - `qualifier_Level` QualifierLevel
    - `qualifier_Name` 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)
