Browse ETH 5m OHLCV history with the current date range, a small sample table, and a recent chart window for this interval.
| Time (UTC) | Open | High | Low | Close | Volume |
|---|---|---|---|---|---|
| 2026-05-07 00:00 | 2350.2 | 2382.3 | 2263.4 | 2337 | 1399122.2552999991 |
| 2026-05-02 00:00 | 2294.7 | 2423.8 | 2291.9 | 2350.2 | 1763769.3706999994 |
| 2026-04-27 00:00 | 2368.5 | 2403.4 | 2218 | 2294.7 | 1816644.9943000018 |
| 2026-04-22 00:00 | 2326.4 | 2422.2 | 2283.9 | 2368.4 | 1471736.6929999983 |
| 2026-04-17 00:00 | 2347.4 | 2462.5 | 2251 | 2326.3 | 2070039.125400002 |
Fetch the complete dataset with the TikTape API:
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.
This page shows the live ETH 5m date range from 2025-03-23 to 2026-05-10, a recent chart window, sample OHLCV rows, and the API route for downloading the full dataset.
Use the TikTape OHLCV endpoint at /api/v1/ohlcv?coin=ETH&interval=5m and set the date window or export limit that matches your workflow.
Yes. The interval tabs on this page link to the ETH 1m, 5m, 15m, 1h, 4h, and 1d history views so you can compare different candle resolutions before pulling data through the API.