---
title: "Financial Metrics Snapshot (Real-Time)"
method: GET
path: "/financial-metrics/snapshot"
tags: ["Financial Metrics"]
---

# Financial Metrics Snapshot (Real-Time)

`GET /financial-metrics/snapshot`

Get the real-time financial metrics snapshot for a stock, including valuation ratios, profitability, efficiency, liquidity, leverage, growth, and per share metrics.

## Query parameters

- `ticker` string
- `cik` string

## Response `200`

Financial metrics snapshot response

- FinancialMetricSnapshotResponse
  - `snapshot` FinancialMetricSnapshot
    - `ticker` string — The ticker symbol of the company.
    - `market_cap` number, nullable — The total market capitalization (stock price × shares outstanding).
    - `enterprise_value` number, nullable — The total value of the company (market cap + debt - cash).
    - `price_to_earnings_ratio` number, nullable — Price to earnings ratio.
    - `price_to_book_ratio` number, nullable — Price to book ratio.
    - `price_to_sales_ratio` number, nullable — Price to sales ratio.
    - `enterprise_value_to_ebitda_ratio` number, nullable — Enterprise value to EBITDA ratio.
    - `enterprise_value_to_revenue_ratio` number, nullable — Enterprise value to revenue ratio.
    - `free_cash_flow_yield` number, nullable — Free cash flow yield.
    - `peg_ratio` number, nullable — Price to earnings growth ratio.
    - `gross_margin` number, nullable — Gross profit as a percentage of revenue.
    - `operating_margin` number, nullable — Operating income as a percentage of revenue.
    - `net_margin` number, nullable — Net income as a percentage of revenue.
    - `return_on_equity` number, nullable — Net income as a percentage of shareholders' equity.
    - `return_on_assets` number, nullable — Net income as a percentage of total assets.
    - `return_on_invested_capital` number, nullable — Net operating profit after taxes as a percentage of invested capital.
    - `asset_turnover` number, nullable — Revenue divided by average total assets.
    - `inventory_turnover` number, nullable — Cost of goods sold divided by average inventory.
    - `receivables_turnover` number, nullable — Revenue divided by average accounts receivable.
    - `days_sales_outstanding` number, nullable — Average accounts receivable divided by revenue over the period.
    - `operating_cycle` number, nullable — Inventory turnover + receivables turnover.
    - `working_capital_turnover` number, nullable — Revenue divided by average working capital.
    - `current_ratio` number, nullable — Current assets divided by current liabilities.
    - `quick_ratio` number, nullable — Quick assets divided by current liabilities.
    - `cash_ratio` number, nullable — Cash and cash equivalents divided by current liabilities.
    - `operating_cash_flow_ratio` number, nullable — Operating cash flow divided by current liabilities.
    - `debt_to_equity` number, nullable — Total debt divided by shareholders' equity.
    - `debt_to_assets` number, nullable — Total debt divided by total assets.
    - `interest_coverage` number, nullable — EBIT divided by interest expense.
    - `revenue_growth` number, nullable — Year-over-year growth in revenue.
    - `earnings_growth` number, nullable — Year-over-year growth in earnings.
    - `book_value_growth` number, nullable — Year-over-year growth in book value.
    - `earnings_per_share_growth` number, nullable — Growth in earnings per share over the period.
    - `free_cash_flow_growth` number, nullable — Growth in free cash flow over the period.
    - `operating_income_growth` number, nullable — Growth in operating income over the period.
    - `ebitda_growth` number, nullable — Growth in EBITDA over the period.
    - `payout_ratio` number, nullable — Dividends paid as a percentage of net income.
    - `earnings_per_share` number, nullable — Net income divided by weighted average shares outstanding.
    - `book_value_per_share` number, nullable — Shareholders' equity divided by shares outstanding.
    - `free_cash_flow_per_share` number, nullable — 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)
