---
title: "Latest Ticker by Item"
method: GET
path: "/Data/latest/{index}/{item}"
tags: ["Data"]
---

# Latest Ticker by Item

`GET /Data/latest/{index}/{item}`

This endpoint retrieves the most recent data point for the specified index and item. "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. 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/latest/OTRI/USA

## Path parameters

- `Index` string, required
- `Item` string, required

## Headers

- `x-api-version` string

## Response `200`

Returns List of Index Data

- LatestDataIndexObject[]
  - `date_requested` string, date-time
  - `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)
