# Hospital Multi-Year Financial History by CCN

> Hospital Multi-Year Financial History by CCN is a paid API for AI agents from api.healthparse.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns up to 15 years of annual financial data (beds, discharges, revenues, net income) for a single hospital identified by CMS Certification Number (CCN), sourced from CMS cost reports.

## Facts

- Endpoint: GET https://api.healthparse.io/v1/hospitals/:ccn/financials
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hospital-multi-year-financial-history-by-ccn-4eac5d99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RcWSO8ZVTy3ln0h4YBwiD

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hospital-multi-year-financial-history-by-ccn-4eac5d99
```

Example prompt: Pull the full financial history for hospital CCN 050441 — I want to see beds, discharges, total revenues, and net income for each fiscal year going back as far as available from CMS cost reports.

## When to prefer this

Use this endpoint when you need longitudinal financial performance data for a single, specific hospital identified by its CMS Certification Number (CCN). It is the right choice for trend analysis, financial due diligence, policy research, or benchmarking a hospital's revenue and operational scale over up to 15 fiscal years. Prefer it over price-transparency or quality endpoints when the question is about financial health rather than care quality or billing rates.

## Known failure modes

- Invalid or unknown CCN returns a 404 or empty result set
- CCN with no CMS cost report data on file returns no records
- Malformed CCN format may return a 400 validation error
- CMS data lag may mean most recent fiscal year is not yet available
- Rate limiting or payment failure may result in a 402 or 429 response

## How this service works

Multi-year financial history for one hospital by CCN: beds, discharges, revenues, net income per fiscal year, up to 15 years. Source: CMS cost reports.

## Output

A time-series array of annual financial records for the specified hospital, each containing fiscal year, licensed beds, total discharges, gross and net revenues, and net income — covering up to 15 years of CMS cost report data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {}
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hospital-multi-year-financial-history-by-ccn-4eac5d99/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.healthparse.io](https://www.zero.xyz/host/api.healthparse.io/llms.txt)
