Available Data

To give you a rough idea of ​​the necessary infrastructure and computing power, here are some key figures.
The processing and download servers are distributed across data centers in the US and Europe, providing optimal connectivity for you.

Ticks
per second
GB
uncompressed data/day
TB
compressed history data

API Description

Our data is updated daily, approximately two hours after market closure, and is accessible for automatic download via HTTP. Simple and easy, anyone can download files without any specialist knowledge! You will receive a compressed CSV file formatted for compatibility with various programs.

Example: Data request for Future Level2 Ticks ES 01/21/2025

https://<Server>/?apikey=ABCDEFG&type=Future&symbol=ES&level=T2&date=20250121

Parameter description

Advantages of the API

Simple, encrypted, and secure
Operating system and programming language independent
Easy to automate, no additional libraries required
Always possible – Not blocked by firewalls or other network security mechanisms

Data Format

OHLCV Candlestick 1-min Data

3 candles per minute (ASK, BID, TRADE)

The data structure includes:

  1. Timestamp UTC: Formatted as YYYYMMDDhhmmss
  2. Type: Specifies the data type (see details below).
  3. Open Price: Uses a period (.) as the decimal separator.
  4. High Price: Uses a period (.) as the decimal separator.
  5. Low Price: Uses a period (.) as the decimal separator.
  6. Close Price: Uses a period (.) as the decimal separator.
  7. Volume: Represents the trade volume.

Type Details:

  • Bid = 0
  • Ask = 1
  • Last (Trade) = 2

Level 1 Tick Data

The data structure includes:

  1. Timestamp UTC: Formatted as YYYYMMDDhhmmss with six additional digits for microseconds.
  2. Level: Indicates data level (1 for Level 1, 2 for Level 2).
  3. Type: Specifies the data type (see details below).
  4. Price: Uses a period (.) as the decimal separator.
  5. Volume: Represents the trade volume.

Type Details:

  • Bid = 0
  • Ask = 1
  • Last (Trade) = 2
  • DailyVolume = 3
  • DailyHigh = 4
  • DailyLow = 5
  • Settlement = 6
  • LastClose = 7
  • Opening = 8
  • OpenInterest = 9

Level 2 Tick Data

The data structure includes all Level 1 fields plus:

  1. Depth: Order book depth ranging from 1 to 10.
  2. Action: Indicates the order book action (see details below).

Details for Action

  • Add = 0
  • Update = 1
  • Remove = 2

Free conversion

We provide our customers with a free Python script they can use to convert their purchased data.

Here are some examples:
• Resample Level2 Tick Data to Level1 Tick Data
• Resample Level2 or Level1 Tick Data to OHLCV Candlesticks (any interval from 1 week to 1 second possible)
• Split Level2 Tick Data into seperate Level1 and Level2 files

Sample Downloads

Convince yourself of the quality

Future ES

1 hour of Level 1+2 Ticks and Candlesticks

Forex EURUSD

1 hour of Level 1 Ticks and Candlesticks

Index SP500

1 hour of Level 1 Ticks and Candlesticks

Stock AAPL

1 hour of Candlesticks

ETF SPY

1 hour of Candlesticks

Crypto BTCUSD

1 hour of Level 1 Ticks and Candlesticks

Scroll to Top