open-sourcing the math behind major financial institutional investors/banks. this package connects data analysis to the humblFINANCE website.


License
Other
Install
pip install humbldata==1.2.0

Documentation

Project logo

humbldata

Open in Dev Containers Open in GitHub Codespaces Status GitHub Issues GitHub Pull Requests

Python Poetry Ruff Commitizen friendly Gitmoji pre-commit semantic-release

License


humbldata connects the humblfinance web app to its data sources and in-house analysis. A thin wrapper around the most popular open-source financial data providers, with some extra flair to use the same tools and math as the big guys. how do i know? because i used to pay a pretty penny for it! no longer... OSS is here to save the day!

🌟 Main Features 🌟

  • Mandelbrot Channel
    • price channel of BUY / SELL levels used by the largest quant firms
    • this is a popular indicator used to provide robust price boundaries for any asset, but no one has open-sourced it until now...
  • Realized Volatility Estimators
    • all volatility calculations in Euan Sinclar's book, plus 2 extra.
    • ⚡ lightning fast estimators use Rust under the hood

Getting Started

Insall with pip:

pip install humbldata

Install with poetry

poetry add humbldata

Documentation

To understand the structure of this codebase, the commands available and how to contribute, please refer to the documentation