Skip to content

In this project we download the binance data from all cryptocurrencies and pairs available and store in a folder

Notifications You must be signed in to change notification settings

sotoblanco/Binance-API-Connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Binance

We get all symbols of any available pair using the Binance API

Instructions

The first time we run this code it takes a significant amount of time given that it is required all the historical data for every instrument. After we run the script, download and store the data the script only will download the updated file, read the old file and store as a single csv file for each pair.

Global variables

Using this script you will be able to change the global variables:

  • pair: you want to trade (USDT, BUSD, BTC, ETH...)

  • timeframe: Timeframe that could be daily (1d), hourly (1h), minute (1m) and any variation of each timeframe.

  • file_out: last name of the folder you want to store your data

About

In this project we download the binance data from all cryptocurrencies and pairs available and store in a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages