---
title: "Bank and financial institution metrics"
method: GET
path: "/api/v1/fundamentals/{ticker}/bank-metrics"
tags: ["Fundamentals"]
---

# Bank and financial institution metrics

`GET /api/v1/fundamentals/{ticker}/bank-metrics`

Specialized metrics for banks and financial institutions: loan portfolio, loss provisions, deposits, net interest income/margin, capital ratios (Tier 1, CET1, leverage), nonperforming assets, trading/investment securities, book value, ROE, ROA, efficiency ratio.

## Path parameters

- `ticker` string, required — Security ticker symbol.

## Query parameters

- `periods` integer — Number of periods (granularity-dependent).
- `form` '10-K' | '10-Q' — SEC filing form type (10-K annual, 10-Q quarterly).

## Response `200`

Specialized bank and financial institution metrics.

- EnvelopeFundamentalsTickerBankMetricsData
  - `data` FundamentalsTickerBankMetricsData, required
    - `loans_and_leases` unknown[], required — Array of loan and lease observations.
      - unknown
    - `loan_loss_provision` unknown[], required — Array of loan-loss provision observations.
      - unknown
    - `allowance_for_loan_losses` unknown[], required — Array of allowance-for-loan-losses observations.
      - unknown
    - `charge_offs_net` unknown[], required — Array of net charge-off observations.
      - unknown
    - `total_deposits` unknown[], required — Array of total-deposit observations.
      - unknown
    - `interest_bearing_deposits` unknown[], required — Array of interest-bearing-deposit observations.
      - unknown
    - `noninterest_bearing_deposits` unknown[], required — Array of non-interest-bearing-deposit observations.
      - unknown
    - `net_interest_income` unknown[], required — Array of net-interest-income observations.
      - unknown
    - `interest_income` unknown[], required — Array of interest-income observations.
      - unknown
    - `interest_expense_bank` AccountsReceivableNetItem[], required — Array of bank interest-expense observations.
      - `end` string, required — End of the data range or time window.
      - `val` integer, required — Reported numeric value.
      - `form` string, required — SEC filing form type (10-K, 10-Q, 8-K, etc).
      - `filed` string, required — Date the document was filed (YYYY-MM-DD).
      - `accn` string, required — SEC accession number.
    - `net_interest_margin` unknown[], required — Array of net-interest-margin observations.
      - unknown
    - `tier1_capital_ratio` unknown[], required — Array of Tier 1 capital-ratio observations.
      - unknown
    - `total_capital_ratio` unknown[], required — Array of total-capital-ratio observations.
      - unknown
    - `leverage_ratio` unknown[], required — Array of leverage-ratio observations.
      - unknown
    - `cet1_ratio` unknown[], required — Array of CET1-ratio observations.
      - unknown
    - `nonperforming_loans` unknown[], required — Array of nonperforming-loan observations.
      - unknown
    - `nonperforming_assets` unknown[], required — Array of nonperforming-asset observations.
      - unknown
    - `trading_assets` unknown[], required — Array of trading-asset observations.
      - unknown
    - `investment_securities` AccountsReceivableNetItem[], required — Array of investment-securities observations.
      - `end` string, required — End of the data range or time window.
      - `val` integer, required — Reported numeric value.
      - `form` string, required — SEC filing form type (10-K, 10-Q, 8-K, etc).
      - `filed` string, required — Date the document was filed (YYYY-MM-DD).
      - `accn` string, required — SEC accession number.
    - `book_value_per_share` unknown[], required — Array of book-value-per-share observations.
      - unknown
    - `tangible_book_value_per_share` unknown[], required — Array of tangible-book-value-per-share observations.
      - unknown
    - `return_on_equity` unknown[], required — Array of return-on-equity observations.
      - unknown
    - `return_on_assets` unknown[], required — Array of return-on-assets observations.
      - unknown
    - `efficiency_ratio` unknown[], required — Array of efficiency-ratio observations.
      - unknown
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/versions/dcf7427e6897/schema)
