Skip to content

balanceonthemic-sys/Data_Extracton

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data_Extracton

A code that fetches desired data form delta exchange

πŸ“Š Delta Exchange Data Extraction

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.


πŸš€ Features

  • 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).

πŸ› οΈ Tech Stack

  • Python 3.x
  • requests β†’ for API calls
  • pandas β†’ for data handling and CSV export

πŸ“¦ Installation

  1. Clone the repository:
    git clone https://github.com/your-username/delta-extraction.git
    cd delta-extraction

About

A code that fetches desired data form delta exchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%