Get financial metrics for a ticker, including valuation, profitability, efficiency, liquidity, leverage, growth, and per share metrics.
GET
request to:
https://api.financialdatasets.ai/financial-metrics/tickers/
X-API-KEY
.ticker
to filter the data.ticker
, period
, limit
, and report_period
.
Note: ticker
and period
are required. By default, limit
is 4
and report_period
is null
.
The period
parameter can be set to annual
, quarterly
, or ttm
(trailing twelve months). The limit
parameter is used to specify the number of periods to return.
The report_period
parameter is used to specify the date of the financial metrics. For example, you can include filters like report_period_lte=2024-09-30
and report_period_gte=2024-01-01
to get financial metrics between January 1, 2024 and September 30, 2024.
The available report_period
operations are:
report_period_lte
report_period_lt
report_period_gte
report_period_gt
report_period
API key for authentication.
The ticker symbol of the company.
The time period for the financial data.
annual
, quarterly
, ttm
The maximum number of results to return.
The historical financial metrics and ratios for a ticker
The response is of type object
.