---
title: "Tick Data"
method: GET
path: "/stock/tick"
tags: ["Default"]
---

# Tick Data

`GET /stock/tick`

Get historical tick data for global exchanges.

For more historical tick data, you can visit our bulk download page in the Dashboard [here](/dashboard/download) to speed up the download process.

Exchange

Segment

Delay

US CTA/UTP

Full SIP

End-of-day

TSX

*   TSX
*   TSX Venture
*   Index

End-of-day

LSE

*   London Stock Exchange (L)
*   LSE International (L)
*   LSE European (L)

15 minute

Euronext

*   Euronext Paris (PA)
*   Euronext Amsterdam (AS)
*   Euronext Lisbon (LS)
*   Euronext Brussels (BR)
*   Euronext Oslo (OL)
*   Euronext London (LN)
*   Euronext Dublin (IR)
*   Index
*   Warrant

End-of-day

Deutsche Börse

*   Frankfurt (F)
*   Xetra (DE)
*   Duesseldorf (DU)
*   Hamburg (HM)
*   Berlin (BE)
*   Hanover (HA)
*   Stoxx (SX)
*   TradeGate (TG)
*   Zertifikate (SC)
*   Index
*   Warrant

End-of-day

## Query parameters

- `symbol` string, required
- `date` string, date, required
- `limit` integer, required
- `skip` integer, required

## Response `200`

successful operation

- TickData
  - `s` string — Symbol.
  - `skip` integer — Number of ticks skipped.
  - `count` integer — Number of ticks returned. If <code>count</code> < <code>limit</code>, all data for that date has been returned.
  - `total` integer — Total number of ticks for that date.
  - `v` number[] — List of volume data.
  - `p` number[] — List of price data.
  - `t` integer[] — List of timestamp in UNIX ms.
  - `x` string[] — List of venues/exchanges. A list of exchange codes can be found <a target="_blank" href="https://docs.google.com/spreadsheets/d/1Tj53M1svmr-hfEtbk6_NpVR1yAyGLMaH6ByYU6CG0ZY/edit?usp=sharing",>here</a>
  - `c` array[] — List of trade conditions. A comprehensive list of trade conditions code can be found <a target="_blank" href="https://docs.google.com/spreadsheets/d/1PUxiSWPHSODbaTaoL2Vef6DgU-yFtlRGZf19oBb9Hp0/edit?usp=sharing">here</a>
    - string[]

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
