This repository contains downloaded market data for the Hyperliquid decentralized exchange, formatted and ready to be used with Freqtrade.
It will progressively grow over the months.
Includes: All supported trading pairs and markets on Hyperliquid, meaning spot AND futures
Check what's inside
- latest data_content_futures.txt for details of the data itself.
- latest data_content_spot.txt for details of the data itself.
- latest download_data_logs_futures.txt for the latest futures logs
- latest download_data_logs_spot.txt for the latest spot logs
- Historical OHLCV data from Hyperliquid
- Market pairs compatible with Freqtrade
- Data files organized by trading pair and time interval (e.g.,
1m
,5m
, etc.) - Automatically updated via GitHub Actions
This repository is meant to serve as the --datadir
when running Freqtrade backtesting or hyperparameter optimization.
- Clone this repository:
git clone https://github.com/frequenthippoOrg/freqtrade_hyperliquid_download-data.git
- Update this repository:
git fetch origin git reset --hard origin/main