A Python 3 'ccxt' wrapper over 'Pandas' lib.
Project description
PandaXT
A Python 3 "ccxt" wrapper over Pandas lib.
- Author: Daniel J. Umpierrez
- License: UNLICENSE
- Version: 0.1.10
Description
Python ccxt multi-exchange lib mixed with pandas lib for data handling.
Requirements
Usage
Basic example
from pandaxt import PandaXT
api = PandaXT('binance')
print(api.markets)
Changelog
Project changes over versions.
0.1.10
- Update python versions support ti >=3.8
- Update some requirements.
- Added tox.ini and pyproject.toml files.
0.1.9
- Removed unnecessary comments and code at utils.py
- Added docstring to to_lower function.
0.1.8
- Minor fixes.
0.1.7
- Fixed "currencies" method and recursion limit bugs.
0.1.6
- README requirements fixed
- Removed 'PandaXT._fetch_ohlcv' method.
0.1.5
- Many features added and many errors fixed
0.1.4
- New "model" module.
- Added dict2class in "utils" module.
0.1.3
- "Binance" specific options added for time adjust and auto fit precision or orders.md.
0.1.2
- New "create_market_order" method.
- New "sort_by" function in utils module.
- Unified cancel methods into "cancel_order".
- Sell and Buy methods auto-fill price and amount if not is supplied as param.
0.1.1
- Added precision related methods to "PandaXT" class.
0.1.0
- Initial version
TODO
- TODO
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandaxt-0.1.10.tar.gz
(20.6 kB
view details)
File details
Details for the file pandaxt-0.1.10.tar.gz
.
File metadata
- Download URL: pandaxt-0.1.10.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0b4086cf7c4a8fdb5ecccf28d7d95a2535e9b4eb95690596a047b25bb65f449 |
|
MD5 | 72f8614ae784708f087ef4d500b358e3 |
|
BLAKE2b-256 | 9c2e18465f70e99fc9e70ed24ba6839d9c6394c9c26bccf1a5eb0675d4a47cd8 |