Skip to content

Obtains and parses historical price data, for assets listed on Binance, in to a data frame ready for easy visualisation or use in trading strategy backtesting.

Notifications You must be signed in to change notification settings

0xTDF/Binance-API-Price-Data-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MIT License LinkedIn

Binance API Price Data Interface

Using Binance's API, this script obtains the historical price data of a specified asset, given the time range and time frame of interest as inputs. This price data is then parsed in to a dataframe ready for use in backtesting trading strategies or data visualisation.

Real-World Use-Cases

💰 Attain historical price data for a wide range of assets on Binance

🏦 Data source for backtesting trading strategies

Development-Goals

🧾 Further develop knowledge of Matplotlib and Pandas dataframes

🤖 Learn how to interact with Binance's API and understand it's limitations

☑️ Develop customisable data source for use in trading strategy backtesting

Built With

Getting Started

Example function call:

 get_binance_data('ETHUSDT','1h', dt.datetime(2020,1,1), dt.datetime(2020,2,1))

This call would return a dataframe containing the price data for the Ethereum / USD Tether pair on Binance between the 1st of January 2020 and the 1st of February 2020.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter - @TraderTDF

LinkedIn - https://www.linkedin.com/in/RAMWatson/

Project Link: https://github.com/Elisik/Binance-API-Price-Data-Interface

About

Obtains and parses historical price data, for assets listed on Binance, in to a data frame ready for easy visualisation or use in trading strategy backtesting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages