Metadata-Version: 2.1
Name: binance-reporting
Version: 0.1.0.18
Summary: Binance Reporting Library
Home-page: https://binance-reporting.readthedocs.io/en/latest/
Author: Jan Abraham
Author-email: jan.abraham@bluewin.ch
License: OSI Approved :: GNU General Public License v3 (GPLv3)
Project-URL: Documentation, https://binance-reporting.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/JanAbraham/binance-reporting
Project-URL: Bug Tracker, https://github.com/JanAbraham/binance-reporting/issues
Platform: Windows
Platform: Linux
Platform: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: pandas
Requires-Dist: python-telegram-bot
Requires-Dist: python-binance

===================================
Welcome to binance-reporting v0.1.0
===================================

Updated 31st Jan 2022

This is an **unofficial** Python downloader for `Binance exchange REST API v3 <https://binance-docs.github.io/apidocs/spot/en>`_. I am in no way affiliated with Binance. You can use it at your own risk.

If you came here looking for the `Binance exchange <https://www.binance.com/?ref=10099792>`_ to purchase cryptocurrencies, then `click here <https://accounts.binance.com/en/register?ref=CA3POK5P>`_.
If you are having an account at Binance already and want to download all your trading information from Binance, you might find something useful below.

Source code
  https://github.com/JanAbraham/python-binance-reporting

Documentation
  https://python-binance-reporting.readthedocs.io/en/latest/

Many thanks goes to SamyMcChardy for providing the python-binance package and keeps it up-to-date. I am using this package to connect seemless to the exchange.

Features
--------

Downloading of your data from Binance for 
  - trading history
  - order history
  - open orders
  - deposit history
  - withdrawal history
  - daily account snapshots for the last 180 days (limited to 180 days by Binance)
  - ad-hoc balance download

One common issue when downloading the data are api payloads. This is being taken care of.
Depending on your trading history with Binance, the first download might take some time to complete.
Every download attempt is first checking for previous data downloads and only performs a differential download.

Quick Start
-----------

`Register an account with Binance <https://accounts.binance.com/en/register?ref=CA3POK5P>`_.

`Generate an API Key <https://www.binance.com/en/my/settings/api-management>`_ and assign relevant permissions.

Package can be installed via pip from PYPI.org

.. code:: bash

    pip install binance-reporting
    
The script is controlled by a yaml config file. An example is in the chapter configuration.

Starting the download

.. code:: bash

    python -m binance_reporting.start config.yaml

For more `check out the documentation <https://binance-reporting.readthedocs.io/en/latest/>`_.


Contribute
----------

If you like to contribute or have an idea for improvements / enhancements, please contact me via github https://github.com/JanAbraham
  
  - Source Code: https://github.com/JanAbraham/binance-reporting

Please be informed, that I am only working sporadically on this project. I apologize already for longer response times.


Support
-------

If you are having issues, please open an item here:
  - Issue Tracker: https://github.com/JanAbraham/binance-reporting/issues


Donate
------

If this library helped you out, feel free to donate.

XRP: rEb8TK3gBgk5auZkwc6sHnwrGVJH8DuaLh / MEMO: 101430969
  - (Ripple Network)
TRX: TH14B1PT6bPfz2RF5C1hiP2G62438v113r
  - (TRON / TRX20 Network)
BTC, ETH, BNB, ADA, USDT, USDC: 0x4c2c124cf608f6002606c43287915937dae02c50
  - (Binance Smart Chain / BEP20 Network)


License
-------

The project is licensed under GNU General Public License.

