Skip to main content

Home/Data sources

Binance Historical Data API

Kwery provides Binance spot and perpetual futures data—OHLCV, order books, funding rates, open interest, taker buy ratio, and force-order liquidations—in a single normalized API. Easier than Binance's data download page: clean REST endpoints, 1s ticker, snapshot-at-timestamp. Perfect for backtesting, execution simulation, and risk monitoring.

What you get

  • Binance Spot & Perpetual Futures (BTC, ETH, SOL, XRP)
  • OHLCV at 5m, 15m, 1h, 4h, 24h, 1s ticker
  • Funding rate, open interest, taker buy ratio
  • Force-order liquidations (side, qty, price, usd_value)
  • Full order book and snapshot-at-timestamp

Sample request & response

GET /v1/binance/futures/BTC?interval=1h&limit=168
{
  "symbol": "BTC",
  "source": "binance_futures",
  "interval": "1h",
  "candles": [{
    "time": "2026-03-04T14:00:00Z",
    "open": 67200.5,
    "close": 67350.0,
    "funding_rate": 0.0001,
    "taker_buy_ratio": 0.52
  }],
  "total": 168
}

Get Binance data via Kwery

Free tier: 14 days candles, 1 day liquidations. Pro: 6 months.