Get Company Balance Sheets
Stock
Get Company Balance Sheets
OpenAPI JSON Spec Retrieve balance sheets for a specific company within a time range
GET
Get Company Balance Sheets
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Stock symbol (uppercase, e.g., NVDA, AAPL)
Start time (Unix timestamp in seconds)
End time (Unix timestamp in seconds). Must be greater than start_time
Reporting period type. Omit to return both annual and quarter data
Available options:
annual, quarter Time dimension used for filtering. Defaults to OBSERVED_AT. CALENDAR_END_DATE: the last day of the reporting period; FILING_DATE: the date filed with regulators; OBSERVED_AT: the timestamp the data was first ingested (point-in-time safe)
Available options:
CALENDAR_END_DATE, FILING_DATE, OBSERVED_AT 
