Polygon.io Fetcher¶
Fetches annual financial statements from the Polygon.io REST API.
Setup¶
Get an API key at polygon.io. Free tier available.
Usage¶
Key Resolution Order¶
- Parameter
api_key=.../options.apiKey - Module-level key set via
set_api_key()/setPolygonApiKey() POLYGON_API_KEYenvironment variable
Fields Returned¶
Standard field set: revenue, gross_profit, ebit, net_income, operating_cash_flow, capex, total_assets, total_equity, total_debt, cash, depreciation, income_tax_expense, interest_expense, dividends_paid.
Notes¶
- Returns oldest-first, compatible with all
*_from_seriesutilities - Uses the
vX/reference/financialsendpoint - Polygon's free tier has limited historical depth; paid plans cover 10+ years