PASAR API
Free API exposing SNB data 'cubes' (rates, monetary aggregates, balance sheet, FX) as CSV/JSON; you copy the API link from any table's download section.
View docs ↗ More Banking & finance APIscurl 'https://data.snb.ch/api/cube/'
I'm building an app using a free Switzerland API (no auth needed). API: SNB data portal ~ Swiss National Bank statistics API Provider: Swiss National Bank (SNB) Endpoint: GET https://data.snb.ch/api/cube/ It returns JSON. Source: Swiss National Bank (SNB) (https://data.snb.ch/en/help_api) 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.