TIKTAPE
top tier

BTC 1m Historical OHLCV

Browse BTC 1m OHLCV history with the current date range, a small sample table, and a recent chart window for this interval.

Total Candles
725,760
Date Range
2025-03-23 – 2026-08-08
Sample Data (5 of 725,760 candles)
Time (UTC)OpenHighLowCloseVolume
2026-08-10 00:00 64868 65365 64779 64971 4380.96346
2026-08-09 00:00 64933 65475 64700 64868 9909.455329999999
2026-08-08 00:00 64886 65168 64778 64933 6132.555330000004
2026-08-07 00:00 64294 65356 64137 64885 20108.996450000035
2026-08-06 00:00 64625 64967 64156 64293 17755.559109999995
You're seeing 5 sample rows built from the latest 5,997 candles. OHLCV candles summarize each interval with open, high, low, close, and traded volume so you can quickly sanity-check the market structure before pulling the full OHLCV dataset.

Fetch the complete dataset with the TikTape API:

GET /api/v1/ohlcv?coin=BTC&interval=1m&limit=725760

Use the endpoint above to request the complete OHLCV dataset for this market and interval.

Want a runnable example? Use the shared footer links for the 1h SMA crossover walkthrough and the longer OHLCV backtesting guide before you scale the workflow to more markets.

If you need a sourcing comparison first, use the shared footer links to review how TikTape differs from the official API and other options.

Common questions about BTC 1m history

What does this BTC 1m history page include?

This page shows the live BTC 1m date range from 2025-03-23 to 2026-08-08, a recent chart window, sample OHLCV rows, and the API route for downloading the full dataset.

How do I download the full BTC 1m dataset?

Use the TikTape OHLCV endpoint at /api/v1/ohlcv?coin=BTC&interval=1m and set the date window or export limit that matches your workflow.

Can I switch to other BTC intervals?

Yes. The interval tabs on this page link to the BTC 1m, 5m, 15m, 1h, 4h, and 1d history views so you can compare different candle resolutions before pulling data through the API.

Get Full API Access View API Docs