---
title: "Equity Balance Sheet"
method: GET
path: "/gateway/v1/equity/balance-sheet"
tags: ["Equity"]
---

# Equity Balance Sheet

`GET /gateway/v1/equity/balance-sheet`

Returns paginated standardized balance-sheet periods for a US-listed equity. Each metric includes an availability status, and unavailable values are returned as null.

## Query parameters

- `symbol` string, required — US equity ticker symbol
- `period` 'quarterly' | 'annual' — Financial period
- `end_date` string — Inclusive latest period end date in YYYY-MM-DD format
- `limit` integer — Maximum financial periods to return

## Response `200`

OK

- DataResponseEquityBalanceSheetItem
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` EquityBalanceSheetItem[], nullable, required
    - `accumulated_oci` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `calculated_at` integer — Serving calculation time as Unix seconds
    - `cash_and_equivalents` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `currency` string, required — Currency used by monetary metrics
    - `current_assets` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `current_debt` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `current_investments` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `current_liabilities` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `deferred_revenue` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `deposit_liabilities` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `duration_days` integer — Inclusive financial period duration in days
    - `duration_months` integer — Deprecated compatibility duration in months; use duration_days
    - `fiscal_period` string, nullable, required — Company fiscal period label. Null when persisted fiscal coordinates are unavailable.
    - `fiscal_quarter` integer — Company fiscal quarter
    - `fiscal_year` integer — Company fiscal year
    - `formula_version` string — Formula version used for derived metrics
    - `goodwill_and_intangible_assets` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `inventory` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `liabilities_and_equity` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `net_debt` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `non_current_assets` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `non_current_debt` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `non_current_investments` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `non_current_liabilities` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `other_current_liabilities` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `other_non_current_assets` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `other_non_current_liabilities` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `outstanding_shares` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `payables` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `period` 'quarterly' | 'ytd' | 'annual' | 'ttm', required — Public financial period represented by this row
    - `period_start` string — Inclusive financial period start date in YYYY-MM-DD format
    - `property_plant_and_equipment` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `receivables` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `report_period` string, required — Financial period end date in YYYY-MM-DD format
    - `retained_earnings` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `shareholders_equity` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `source_updated_at` integer — Latest source update time as Unix seconds
    - `symbol` string, required — US equity ticker symbol
    - `tax_assets` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `tax_liabilities` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `total_assets` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `total_debt` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `total_liabilities` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
    - `working_capital` EquityMetricValue, required
      - `applicability_version` string — Applicability version used for this metric cell
      - `formula_version` string — Formula version used for this metric cell
      - `quality_reason_codes` string[], nullable — Serving-layer quality reason codes
      - `reason_code` string — Opaque serving-layer reason when a metric is unavailable
      - `source_accessions` string[], nullable — Source filing accession identifiers
      - `source_financial_metric_snapshot_ids` string[], nullable — Source provider metric snapshot identifiers
      - `source_revision_ids` string[], nullable — Source statement revision identifiers
      - `source_statement_ids` string[], nullable — Source financial statement identifiers
      - `status` 'available' | 'missing' | 'not_applicable', required — Availability status
      - `value` number, double, nullable, required — Exact metric value. Null when missing or not applicable.
      - `value_origin` 'reported' | 'derived' — Whether the value is reported or derived
  - `meta` OffsetMeta, required
    - `cached` boolean, required — Whether this response was served from cache
    - `credits_used` integer, required — Credits deducted for this request
    - `empty_reason` string — Hint explaining why the data array is empty, when applicable
    - `has_more` boolean — Whether more items may exist beyond this response. For offset-paged endpoints, continue with a larger offset. For time-series endpoints without offset/cursor controls, true means the requested time range hit an upstream cap; narrow from/to to continue. Omitted when exhaustion cannot be proven.
    - `limit` integer, required — Maximum number of items returned in this response
    - `offset` integer, required — Number of items skipped (pagination offset)
    - `total` integer — Total number of matching items (before pagination). Omitted when total is unknown.
    - `watermark` integer — Warehouse watermark (Unix seconds) this response was computed at, on warehouse-backed endpoints (e.g. Hyperliquid /trades/aggregate) — rows up to this time come from the warehouse, newer rows from the live tail. Omitted elsewhere.

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/asksurf/apis/asksurf-public-rest-api.md) · [All operations](https://skmtc.dev/asksurf/apis/asksurf-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/asksurf/asksurf-public-rest-api/revisions/4153a9cb5145/schema)
