Skip to content

Python 3 Binance API wrapper built over Pandas and CCXT Libraries

License

Notifications You must be signed in to change notification settings

havocesp/panance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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