Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/havocesp/panance
Python 3 Binance API wrapper built over Pandas and CCXT Libraries
https://github.com/havocesp/panance
altcoin altcoins binance bitcoin btc cryptocurrencies cryptocurrency exchange finance technical-analysis trade trading
Last synced: 4 days ago
JSON representation
Python 3 Binance API wrapper built over Pandas and CCXT Libraries
- Host: GitHub
- URL: https://github.com/havocesp/panance
- Owner: havocesp
- License: unlicense
- Created: 2018-05-17T21:46:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T03:04:18.000Z (7 months ago)
- Last Synced: 2024-04-26T04:23:55.456Z (7 months ago)
- Topics: altcoin, altcoins, binance, bitcoin, btc, cryptocurrencies, cryptocurrency, exchange, finance, technical-analysis, trade, trading
- Language: Python
- Size: 55.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Panance
Python 3 Binance API wrapper built over Pandas and CCXT Libraries* **Author**: Daniel J. Umpierrez
* **Version**: 0.1.6# Requirements
* python >= 3.6
* pandas >= 23.0
* ccxt# Changelog
## Version 0.1.6
* New method _get_aggregated_trades_ (not available in _ccxt_)
* Added _ccxt.base.errors.RequestTimeout_ exception catch.
* Decorator implemented for check some method args values.
* Improved _get_trades_ method by adding a _fromId_ param
* Fixed _"invalid amount"_ error at _buy_limit_ method
## Version 0.1.5
* Deleted repeated code for _get_profit_ method
* Minor fixes
## Version 0.1.4
* Minor fix
## Version 0.1.3
* Minor fix
## Version 0.1.2
* Minor fix
## Version 0.1.1
* _market_buy_ method to place market buy orders
* _market_sell_ method to place market sell orders
* _limit_buy_ method limit to place limit buy orders
* _limit_sell_ method to place limit buy orders
## Version 0.1.0
* Initial commit