---
title: "Get Latest Ticker Data"
method: GET
path: "/v2/index_data/latest"
tags: ["Index Data V2"]
---

# Get Latest Ticker Data

`GET /v2/index_data/latest`

This endpoint allows permissioned users to retrieve the latest data point for a ticker/index. Data can be queried by full ticker notation or individual components, allowing for broad or specific searches.

**Query Parameter Semantics:**

*   **ticker**: Fully qualified ticker notation in format "{Index}.{Granularity}" (e.g., "OTMS.DAL"). When provided, automatically splits into index and granularity1 components. This is the most specific form.
*   **index**: The base ticker/index identifier only (e.g., "OTMS"). Use this for broader queries across all granularities of an index.
*   **granularity1**: The primary granularity dimension (e.g., "USA", "DAL"). Can be used alone or with index.
*   **granularity\_level**: Additional granularity level filtering (e.g., location codes such as XMKT).

**Precedence:** ticker takes precedence as it's most specific. Individual parameters override components parsed from ticker.

**Required Parameters:** at least one of (ticker or index) must be provided.

## Query parameters

- `ticker` string
- `index` string
- `granularity` string
- `granularity_level` string

## Headers

- `x-api-version` string

## Response `200`

OK

- IndexDataJsonResponse[]
  - `index` string — The ticker symbol/identifier
  - `granularity` string — Specific granularity item
  - `granularity_level` string — Granularity level identifier
  - `data_date` string, date — Date of the data point
  - `data_value` number, double — The value for this data point

---

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