---
title: "Ticker by Lanes for Date"
method: GET
path: "/Data/lanes/{index}/{lane}/{date}"
tags: ["Data"]
---

# Ticker by Lanes for Date

`GET /Data/lanes/{index}/{lane}/{date}`

This is a "Lanes" level call for a single Date where the qualifier here is being simplified to "Lanes". This can refer to any geographic qualifier lane. This means you could use this "Lanes" search to find outbound or inbound to any of our city codes. For more information, please feel free to use the LookUp API Lanes query to find more lanes 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/lanes/OTRI/ATL/2018-02-20

## Path parameters

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