Retrieve SEC income statement rows by filing period. Filter by CIK, tickers, filing and period dates, fiscal year and quarter, timeframe, and pagination.
Use Case: Pull revenue, operating income, margins, and EPS-related lines for a company across quarterly or annual filings.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Exact CIK
Comma-separated CIKs (maps to cik.any_of)
CIK greater than (exclusive)
CIK greater than or equal (inclusive)
CIK less than (exclusive)
CIK less than or equal (inclusive)
Period end date (exact)
Period end after (exclusive)
Period end from (inclusive)
Period end before (exclusive)
Period end to (inclusive)
Filing date (exact)
Filing date after (exclusive)
Filing date from (inclusive)
Filing date before (exclusive)
Filing date to (inclusive)
Ticker filter (provider-specific)
Tickers all of (tickers.all_of)
Tickers any of (tickers.any_of)
Fiscal year (exact)
Fiscal year greater than (exclusive)
Fiscal year greater than or equal (inclusive)
Fiscal year less than (exclusive)
Fiscal year less than or equal (inclusive)
Fiscal quarter (exact)
Fiscal quarter greater than (exclusive)
Fiscal quarter greater than or equal (inclusive)
Fiscal quarter less than (exclusive)
Fiscal quarter less than or equal (inclusive)
Reporting timeframe (e.g. quarterly, annual)
Timeframe any of
Timeframe greater than (exclusive)
Timeframe greater than or equal (inclusive)
Timeframe less than (exclusive)
Timeframe less than or equal (inclusive)
Max ticker (exact)
Max ticker any of
Max ticker greater than (exclusive)
Max ticker greater than or equal (inclusive)
Max ticker less than (exclusive)
Max ticker less than or equal (inclusive)
Min ticker (exact)
Min ticker any of
Min ticker greater than (exclusive)
Min ticker greater than or equal (inclusive)
Min ticker less than (exclusive)
Min ticker less than or equal (inclusive)
Maximum number of results per page
x >= 1Sort field for provider results
Pagination cursor (sent to provider as cursor)
Successful response with one or more SEC income statement rows, provider status, request id, and optional nextUrl for pagination.