# FxRatesAPI API **Provider:** FxRatesAPI **Category:** finance **Base URL:** `https://fxratesapi.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 250 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://fxratesapi.com/ ## Description Real-time exchange rates, historical rates and currency conversion | apiKey | Yes | No | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://fxratesapi.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://fxratesapi.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 250 req/month. Paid from $10/mo (1,000 req) to $200/mo (unlimited). --- *Source: [API Map](https://apimap.dev/apis/fxrates/) — CC BY 4.0*