---
title: "Get financial metrics"
method: GET
path: "/financial-metrics"
tags: ["Financial Metrics"]
---

# Get financial metrics

`GET /financial-metrics`

Get financial metrics for a ticker, including valuation, profitability, efficiency, liquidity, leverage, growth, and per share metrics.

## Query parameters

- `ticker` string
- `cik` string
- `period` 'annual' | 'quarterly' | 'ttm', required
- `limit` integer
- `report_period` string, date
- `report_period_gte` string, date
- `report_period_lte` string, date
- `report_period_gt` string, date
- `report_period_lt` string, date
- `filing_date` string, date
- `filing_date_gte` string, date
- `filing_date_lte` string, date
- `filing_date_gt` string, date
- `filing_date_lt` string, date

## Response `200`

The historical financial metrics and ratios for a ticker

- FinancialMetricsResponse
  - `ticker` string — The ticker symbol of the company.
  - `report_period` string, date — The reporting period of the financial metrics.
  - `fiscal_period` string — The fiscal period of the financial metrics.
  - `period` 'quarterly' | 'ttm' | 'annual' — The time period of the financial metrics.
  - `currency` string — The currency in which the financial data is reported.
  - `accession_number` string, nullable — The SEC accession number of the filing.
  - `filing_url` string, uri, nullable — URL to the SEC filing.
  - `filing_date` string, date, nullable — Calendar day SEC accepted the filing, in Eastern Time (the SEC's operating timezone). Calendar-day pair to `filing_datetime`. Null when no dated SEC filing is linked to the row.
  - `filing_datetime` string, date-time, nullable — Sub-day timestamp recording when SEC accepted the filing, in Eastern Time. Sourced from SEC's `acceptanceDateTime` field on the EDGAR submissions API. Pairs with `filing_date` (calendar-day precision of the same event).
  - `enterprise_value` number — The total value of the company (market cap + debt - cash).
  - `price_to_earnings_ratio` number — Price to earnings ratio.
  - `price_to_book_ratio` number — Price to book ratio.
  - `price_to_sales_ratio` number — Price to sales ratio.
  - `enterprise_value_to_ebitda_ratio` number — Enterprise value to EBITDA ratio.
  - `enterprise_value_to_revenue_ratio` number — Enterprise value to revenue ratio.
  - `free_cash_flow_yield` number — Free cash flow yield.
  - `peg_ratio` number — Price to earnings growth ratio.
  - `gross_margin` number — Gross profit as a percentage of revenue.
  - `operating_margin` number — Operating income as a percentage of revenue.
  - `net_margin` number — Net income as a percentage of revenue.
  - `return_on_equity` number — Net income as a percentage of shareholders' equity.
  - `return_on_assets` number — Net income as a percentage of total assets.
  - `return_on_invested_capital` number — Net operating profit after taxes as a percentage of invested capital.
  - `asset_turnover` number — Revenue divided by average total assets.
  - `inventory_turnover` number — Cost of goods sold divided by average inventory.
  - `receivables_turnover` number — Revenue divided by average accounts receivable.
  - `days_sales_outstanding` number — Average accounts receivable divided by revenue over the period.
  - `operating_cycle` number — Inventory turnover + receivables turnover.
  - `working_capital_turnover` number — Revenue divided by average working capital.
  - `current_ratio` number — Current assets divided by current liabilities.
  - `quick_ratio` number — Quick assets divided by current liabilities.
  - `cash_ratio` number — Cash and cash equivalents divided by current liabilities.
  - `operating_cash_flow_ratio` number — Operating cash flow divided by current liabilities.
  - `debt_to_equity` number — Total debt divided by shareholders' equity.
  - `debt_to_assets` number — Total debt divided by total assets.
  - `interest_coverage` number — EBIT divided by interest expense.
  - `revenue_growth` number — Year-over-year growth in revenue.
  - `earnings_growth` number — Year-over-year growth in earnings.
  - `book_value_growth` number — Year-over-year growth in book value.
  - `earnings_per_share_growth` number — Growth in earnings per share over the period.
  - `free_cash_flow_growth` number — Growth in free cash flow over the period.
  - `operating_income_growth` number — Growth in operating income over the period.
  - `ebitda_growth` number — Growth in EBITDA over the period.
  - `payout_ratio` number — Dividends paid as a percentage of net income.
  - `earnings_per_share` number — Net income divided by weighted average shares outstanding.
  - `book_value_per_share` number — Shareholders' equity divided by shares outstanding.
  - `free_cash_flow_per_share` number — Free cash flow divided by shares outstanding.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — The request requires a paid subscription
- `404` — The specified resource was not found

---

[API](https://skmtc.net/financialdatasets/apis/financial-datasets-api.md) · [All operations](https://skmtc.net/financialdatasets/apis/financial-datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/financialdatasets/financial-datasets-api/revisions/df2363101891/schema)
