A code that fetches desired data form delta exchange
A Python tool to fetch cryptocurrency OHLCV data (candlesticks) from the Delta Exchange API.
This project retrieves daily OHLC data for a user-specified trading pair (e.g., BTCUSD) over a chosen date range and saves it as a CSV file.
- Fetches all available trading symbols from Delta Exchange.
- Validates user input against the current list of active products.
- Retrieves OHLCV (Open, High, Low, Close, Volume) data.
- Handles API pagination automatically.
- Saves the extracted data as a CSV for further analysis.
- Includes warnings for unavailable date ranges (data available only from March 30, 2020 onwards).
- Clone the repository:
git clone https://github.com/your-username/delta-extraction.git cd delta-extraction