• v0.2.0 0ea5f2a500

    v0.2.0 Stable

    BlueFox released this 2024-01-19 19:26:24 +00:00 | 2 commits to main since this release

    This release essentially includes better documentation (about using as library in README.md)
    and a license change from Unlicense to GPLv3.
    No new features added. Some minor refactorings.

    Downloads
  • v0.1.0 7837d0ee40

    v0.1.0 Stable

    BlueFox released this 2024-01-19 17:54:57 +00:00 | 7 commits to main since this release

    Happy to announce the first minor release with everything working.


    First release with actually working history and info fields.
    There are some known issues, also the documentation is not ideal.
    Another issue is to add this library to PyPI (after/before that: first major release: v1.0.0!)


    Current features:

    • As Module (demonstrated in example1.py)
    • Get history of many shares
    • Get info about companies via ISIN/Ticker/WKN/...
    • Convert everything to another currency, defined at creation of an instance of SimpleStockData python class
    • As CLI
    Downloads