Hey everyone π
I just open-sourced a project that some of you might find useful: defeatbeta-api
Itβs a Python-native API for accessing market data without rate limits, powered by Hugging Face and DuckDB.
Why it might help you:
- β
No rate limits β data is hosted on Hugging Face, so you don’t need to worry about throttling like with
yfinance
. - β‘ Sub-second query speed using DuckDB + local caching (
cache_httpfs
) - π§ SQL support out of the box β great for quick filtering, joining, aggregating.
- π Includes extended financial metrics like earnings call transcripts, and even stock news
Ideal for:
- Backtesting strategies with large-scale historical data
- Quant research that requires flexibility + performance
- Anyone frustrated with
yfinance
rate limits
Itβs not real-time (data is updated weekly), so itβs best for research, not intraday signals.
π GitHub: https://github.com/defeat-beta/defeatbeta-api
Happy to hear your thoughts or suggestions!
submitted by /u/Mammoth-Sorbet7889
[link] [comments]