This repository is currently too big for github to handle. A private copy is currently still gathered. Once the shift to the new platform is made, a link will be here to provide you with the most recent download-data of hyperliquid. Nothing is lost, it is being gathered and will be available in the future again.
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 futures data itself.
- latest data_content_spot.txt for details of the spot 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