A simpler, faster way to get market data

Join 3,000+ leading firms and high-growth startups that use our APIs.
Real-time and historical market data, direct from colocation sites.

Build your first application in 4 lines of code

ScaleTrade works with any language through our Raw API, which uses a binary protocol over TCP, and our HTTP API. We also provide client libraries for Python, C++ and Rust.

Client libraries:

APIs:

1
2
3
4
5
6
7
8
9
10
11
12
import ScaleTrade as db
client = db.Historical('YOUR_API_KEY')

data = client.timeseries.get_range(
    dataset='GLBX.MDP3',
    schema='mbo',
    start='2023-01-09T00:00',
    end='2023-01-09T20:00',
    limit=100,
)

data.replay(print)
Output
mbo

Market by order

Market by order, full order book, L3.

mbp-10

Market by price

Market by price, market depth, L2.

mbp-1

Market by price

Top of book, trades and quotes, L1.

trades

Trades

Tick-by-tick trades, last sale.

tbbo

Top of book

Top of book, sampled in trade space.

ohlcv-t

OHLCV (Bars)

Aggregates per second, minute, hour, or day.

statistics

Statistics

Intraday and end-of-day trading statistics.

definition

Definitions

Point-in-time instrument definitions.

imbalance

Imbalance

Auction imbalance, order imbalance.

The market data platform you’ll enjoy using

Optimized for Pandas dataframes

Get market data in dataframes at over a million rows per second.

Optimized for Pandas dataframes

Multiple encodings

Choose between CSV, JSON, and our highly-compressible binary encoding, DBN.

Multiple encodings

Nanosecond, PTP-synchronized timestamps

The only normalized market data solution to provide up to four timestamps for every event, with sub-microsecond accuracy across venues.

Nanosecond, PTP-synchronized timestamps

Tick-by-tick with full order book depth

All buy and sell orders at every price level. Get each trade, every tick, and order queue composition.

Tick-by-tick with full order book depth

Entire venue in a single subscription

Subscribe to every update of every symbol on the venue, in a single API call—like a direct feed—be it over internet or cross-connect.

Entire venue in a single subscription
Unlock market data today with $125 in free credits
Free credit applies to all of our historical data and subscription plans.
Tablet preview
Mobile app preview
App screens