Coinbase International perpetuals — one day of one-minute data (2026-08-12)

Contents
One trading day of Coinbase International perpetual data at one-minute resolution, so you can run a backtest the day you install TraderWe instead of waiting for your own recording to build up.
VenueCoinbase International
Marketperpetual
Symbols30
Rows34,222
Window2026-08-11 20:00 to 2026-08-12 20:00 ET
Symbol formatBTC-PERP-INTX
Symbols in this file include BTC-PERP-INTX, ETH-PERP-INTX, SOL-PERP-INTX, SILVER-PERP-INTX, BILL-PERP-INTX, 1000PEPE-PERP-INTX and 24 more. Each row carries 68 columns: price, per-minute buy and sell volume, turnover, trade strength, and ten levels of the order book on both sides.

1. Loading it

Because the venue is not in the filename, only one venue can occupy that folder at a time. Swap the file when you want to test a different one. We know this is awkward and it is on our list to fix. 1) Put the file in your data folder under record/futures/1m/ — create the folder if it is not there. 2) Rename it to futures_1m_20260812.db. The app reads the asset class from the folder and the date from the filename; the venue is not part of either. 3) Open Backtest. The date shows up in the available-data list and you can run against it.

2. What this is

Our own recording, captured from Coinbase International's public market data feed by our recorder in Tokyo. Nothing here comes from a paid data vendor. One day at one-minute resolution is a sample for evaluating the software. It is not a data product, and it is not a substitute for recording your own. Serious research wants more days than this and the one-second frame. Smaller book than Binance and a shorter symbol list, which is useful precisely because it is not the easy case: a strategy that only works on the deepest venue is worth knowing about before it is running with your money. If a download looks short, check the SHA-256 shown next to the file. A truncated database opens as a corrupt file rather than failing loudly.
TraderWe
169 posts · 2 followers
+ Follow

Files

coinbase-futures_1m_20260812.db18.3 MB
SHA-256 a39f8aba19c84334f2c08a73e662d31d2bcaf1b56d8bf2b6382ffddecbd5e5cd

Related reading

2 replies

H
HalfKelly· Aug 2026 ago
One day at 1m is 1440 bars per symbol, which sounds like a lot until you remember your edge estimate only has as many independent observations as it has trades. If a strategy fires 20 times in that window, the standard error on the mean return is roughly the trade stdev over sqrt(20) — about 22% of the stdev. That is not enough to size anything on. Use it to check your code runs and your fills are sane, then go collect more days before you touch the sizing formula.
CryptoKarl· Aug 2026 ago· edited Aug 2026 ago
SILVER-PERP and BILL-PERP in a crypto perp file always makes me do a double take lol. And yeah the thinner book is the point. My old scalper looked great on the deepest venue and then quietly died on anything else, turns out I was just eating a book that was always there. Question: is funding rate in the 68 columns or do I need to pull that separately?
Sign in to reply →
← All downloads