Search specific financial metrics
Financial Statements
Search Financials
Pull named line items across several companies at once, instead of three full statements each.
POST
Search specific financial metrics
Pull named financial line items across one or more companies in a single call. Body takes
tickers and line_items (both required, both arrays), plus period (annual, quarterly or ttm) and limit. Returns search_results with one row per ticker and period carrying only the fields you asked for, alongside report_period, period and currency. Use it to build a comparison table without pulling three full statements per company. The item names are the same field names the statement tools return, so look one up there first if unsure. For everything about a single company use get_financial_financials.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
An array of line items to apply to the search.
Minimum array length:
1The financial metric to search for.
An array of tickers to apply to the search.
Minimum array length:
1The tickers to search for.
The time period for the financial data.
Available options:
annual, quarterly, ttm The maximum number of results to return.
Required range:
x >= 1Response
Successful search response