PASAR API
National debt, interest and exchange rates as clean JSON; no key.
View docs ↗ More Banking & finance APIscurl 'https://api.fiscaldata.treasury.gov/services/api/fiscal_service/'
I'm building an app using a free United States API (no auth needed). API: U.S. Treasury ~ Fiscal Data (debt, rates, FX) Provider: U.S. Department of the Treasury Endpoint: GET https://api.fiscaldata.treasury.gov/services/api/fiscal_service/ It returns JSON. Source: U.S. Department of the Treasury (https://fiscaldata.treasury.gov/api-documentation/) Source type: Official open-data catalogue Endpoint type: Open-data catalogue JSON Integration difficulty: Copy-paste ready Last checked: 2026-07-05 Production caveat: Still handle empty rows, schema changes, pagination, stale coverage, and temporary upstream failures. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.