Skip to main content
POST
Search specific financial metrics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
line_items
string[]
required

An array of line items to apply to the search.

Minimum array length: 1

The financial metric to search for.

tickers
string[]
required

An array of tickers to apply to the search.

Minimum array length: 1

The tickers to search for.

period
enum<string>
default:ttm

The time period for the financial data.

Available options:
annual,
quarterly,
ttm
limit
integer
default:1

The maximum number of results to return.

Required range: x >= 1

Response

Successful search response

search_results
object[]