Skip to content

This repository contains a Python script to fetch, process, and analyze cryptocurrency data from Binance. It retrieves historical price data and funding rates, calculates the Relative Strength Index (RSI), and merges the data into a single dataset for analysis. The data is then saved as a CSV

Notifications You must be signed in to change notification settings

aliuosio/crypto-prognose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Cryptocurrency Data Analysis, Plotting, and Prediction Script

Features

  • Fetch historical price data from Binance.
  • Fetch funding rate data for futures trading pairs.
  • Calculate the Relative Strength Index (RSI) for price data.
  • Merge historical price data and funding rate data into a unified dataset.
  • Save the combined data and other results into CSV files.
  • Create plots for price and RSI development.

Usage

docker compose up -d
docker compose exec -it python bash

Get Requirements

pip install -r requirements.txt

Get Data and create CSV

Examples:
python app/main.py SOLUSDT 30m # Coin interval
python app/main.py BTCUSDT 15m

create plot from CSV

python app/plot.py

About

This repository contains a Python script to fetch, process, and analyze cryptocurrency data from Binance. It retrieves historical price data and funding rates, calculates the Relative Strength Index (RSI), and merges the data into a single dataset for analysis. The data is then saved as a CSV

Resources

Stars

Watchers

Forks

Releases

No releases published