# Score the financial health of Texas credit unions (NCUA)

**Use case:** 

Compute health scores for every federally insured Texas credit union from NCUA call-report data — capital, earnings and asset-quality flags.

## Input

```json
{
  "state": "TX",
  "institutionType": "credit_union",
  "mode": "score",
  "minAssets": 0,
  "maxAssets": 0,
  "priorItems": [],
  "maxResults": 1000
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "institution_type": {
    "label": "Institution type",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "total_assets": {
    "label": "Total assets ($000s)",
    "format": "number"
  },
  "total_deposits": {
    "label": "Total deposits ($000s)",
    "format": "number"
  },
  "roa": {
    "label": "Return on assets (%)",
    "format": "number"
  },
  "roe": {
    "label": "Return on equity (%)",
    "format": "number"
  },
  "qoq_deposit_change_pct": {
    "label": "QoQ deposit change (%)",
    "format": "number"
  },
  "qoq_asset_change_pct": {
    "label": "QoQ asset change (%)",
    "format": "number"
  },
  "peer_asset_percentile": {
    "label": "Peer asset percentile",
    "format": "number"
  },
  "peer_roa_percentile": {
    "label": "Peer ROA percentile",
    "format": "number"
  },
  "health_flags": {
    "label": "Health flags",
    "format": "array"
  },
  "report_date": {
    "label": "Report date (quarter)",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bank & Credit-Union Financial Health API — FDIC/NCUA QoQ](https://apify.com/malonestar/fdic-ncua-health-rollup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fdic-ncua-health-rollup) to learn more, explore other use cases, and run it yourself.