Balance Sheet
Financial Statements
Balance Sheet
Retrieve an as-reported balance sheet for a US issuer by SEC CIK and period end date. Resolves across 10-Q, 10-K, and 20-F filings (including amendments), preferring the original filing that first reported the period. Balance sheets are point-in-time snapshots; reporting_type in the response is always ‘instant’.
GET
Balance Sheet
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
SEC Central Index Key for the issuer, zero-padded to 10 digits.
Pattern:
^[0-9]{10}$Example:
"0000320193"
Balance sheet 'as of' date in YYYY-MM-DD format. Must match an instant column reported in the filing's XBRL data.
Example:
"2025-09-27"