Overview
This Line Items Search API lets you pull specific line items for a list of tickers by specifying a set ofline_items in your request.
Line items are financial data points that are found in the income statement, balance sheet, and cash flow statement.
Examples of line items are revenue, net income, total debt, free cash flow, and so on.
The purpose of this API is to let you easily get specific data points for a list of tickers in a single API request.
You can also specify a start_date and end_date to filter the line items by a specific date range.
Finally, you can specify a period, which must be one of "ttm", "annual", or "quarterly".
For example, you can search for net_income and total_debt for NVDA and AAPL and receive the following response:
Available Line Items
Code Example
Financials Search
Authorizations
API key for authentication.
Body
application/json
An array of line items to apply to the search.
Minimum length:
1The financial metric to search for.
An array of tickers to apply to the search.
Minimum 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