mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-26 00:38:04 +00:00
phase 6: financial statements
This commit is contained in:
@@ -130,6 +130,8 @@ class DataGateway(Protocol):
|
||||
|
||||
async def fundamentals(self, symbol: str, period: str = "annual") -> Fundamentals: ...
|
||||
|
||||
async def financials(self, symbol: str, statement: str = "income", period: str = "annual") -> dict[str, Any]: ...
|
||||
|
||||
async def history(self, symbol: str, range: str = "1y") -> OHLCV: ...
|
||||
|
||||
async def news(self, symbols: list[str], limit: int = 20) -> list[Article]: ...
|
||||
|
||||
Reference in New Issue
Block a user