feat: add fundamental data providers (Alpha Vantage, FMP, Yahoo Finance) with rotation
This commit is contained in:
parent
2398e8faf6
commit
aa47e896dd
7 changed files with 704 additions and 0 deletions
6
shared/fundamentals/__init__.py
Normal file
6
shared/fundamentals/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"""Fundamental data providers for stock financial metrics."""
|
||||
|
||||
from shared.fundamentals.base import FundamentalsProvider
|
||||
from shared.fundamentals.rotating import RotatingProvider
|
||||
|
||||
__all__ = ["FundamentalsProvider", "RotatingProvider"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue