# Myanmar API **Provider:** Myanmar **Category:** finance **Base URL:** `http://forex.cbm.gov.mm` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://forex.cbm.gov.mm/api/ ## Description Currency exchange rates in JSON format. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://forex.cbm.gov.mm/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://forex.cbm.gov.mm' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. Myanmar Central Bank exchange rates. --- *Source: [API Map](https://apimap.dev/apis/myanmar/) — CC BY 4.0*