# Czech National Bank API **Provider:** Czech National Bank **Category:** finance **Base URL:** `https://www.cnb.cz` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml ## Description A collection of exchange rates ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.cnb.cz/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://www.cnb.cz' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/czech-national-bank/) — CC BY 4.0*