Tick Data
Get historical tick data for global exchanges.
For more historical tick data, you can visit our bulk download page in the Dashboard here 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.
Date: 2020-04-02.
Limit number of ticks returned. Maximum value: <code>25000</code>
Number of ticks to skip. Use this parameter to loop through the entire data.
Response
successful operation
Example response
{
"p": [
5.637377,
5.637377
],
"total": 1,
"s": "s",
"c": [
[
"c",
"c"
],
[
"c",
"c"
]
],
"t": [
2,
2
],
"v": [
5.962134,
5.962134
],
"count": 6,
"x": [
"x",
"x"
],
"skip": 0
}Changes
Changed in 6 of the 35 revisions of this API.5119
- ○
api tag
Defaultaddedapi-tag-added
- ○
added the optional property
cto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲
- ▲
added the new required
queryrequest parameterlimitnew-required-request-parameter
- ▲
added the new required
queryrequest parameterskipnew-required-request-parameter
- ▲
removed the media type
text/csvfor the response with the status200response-media-type-removed
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ▲
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
- ○
added the media type
text/csvfor the response with the status200response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameterskiprequest-parameter-removed
- ●
removed the optional property
cfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
countfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
pfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
sfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
skipfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
tfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
totalfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
vfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
xfrom the response with the200statusresponse-optional-property-removed
- ○
api tag
Defaultremovedapi-tag-removed
- ○
added the optional property
priceto the response with the200statusresponse-optional-property-added
- ○
added the optional property
timestampto the response with the200statusresponse-optional-property-added
- ○
added the optional property
volumeto the response with the200statusresponse-optional-property-added
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●