Default

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

get/stock/tick

Query parameters

symbolstring required

Symbol.

datestring date required

Date: 2020-04-02.

limitinteger required

Limit number of ticks returned. Maximum value: <code>25000</code>

skipinteger required

Number of ticks to skip. Use this parameter to loop through the entire data.

Response

successful operation

sstring

Symbol.

skipinteger

Number of ticks skipped.

countinteger

Number of ticks returned. If <code>count</code> < <code>limit</code>, all data for that date has been returned.

totalinteger

Total number of ticks for that date.

vnumber[]

List of volume data.

pnumber[]

List of price data.

tinteger[]

List of timestamp in UNIX ms.

xstring[]

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>

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 Default added

      api-tag-added

    • added the optional property c to the response with the 200 status

      response-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

  • 0b79bb07d24131See the full diff
    • added the new required query request parameter limit

      new-required-request-parameter

    • added the new required query request parameter skip

      new-required-request-parameter

    • removed the media type text/csv for the response with the status 200

      response-media-type-removed

    • added the media type application/json for the response with the status 200

      response-media-type-added

  • fea47f48a0f611See the full diff
    • removed the media type application/json for the response with the status 200

      response-media-type-removed

    • added the media type text/csv for the response with the status 200

      response-media-type-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • c5b8e420b78c114See the full diff
    • deleted the query request parameter limit

      request-parameter-removed

    • deleted the query request parameter skip

      request-parameter-removed

    • removed the optional property c from the response with the 200 status

      response-optional-property-removed

    • removed the optional property count from the response with the 200 status

      response-optional-property-removed

    • removed the optional property p from the response with the 200 status

      response-optional-property-removed

    • removed the optional property s from the response with the 200 status

      response-optional-property-removed

    • removed the optional property skip from the response with the 200 status

      response-optional-property-removed

    • removed the optional property t from the response with the 200 status

      response-optional-property-removed

    • removed the optional property total from the response with the 200 status

      response-optional-property-removed

    • removed the optional property v from the response with the 200 status

      response-optional-property-removed

    • removed the optional property x from the response with the 200 status

      response-optional-property-removed

    • api tag Default removed

      api-tag-removed

    • added the optional property price to the response with the 200 status

      response-optional-property-added

    • added the optional property timestamp to the response with the 200 status

      response-optional-property-added

    • added the optional property volume to the response with the 200 status

      response-optional-property-added

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog