# Exchangeratesapi.io API **Provider:** Exchangeratesapi.io **Category:** finance **Base URL:** `https://exchangeratesapi.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://exchangeratesapi.io?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers ## Description Access accurate exchange rate data with ExchangeRatesAPI. Our free API provides reliable rates for 170+ currencies, updated every 60 minutes. Get started now! ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://exchangeratesapi.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://exchangeratesapi.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 req/month (EUR base). Basic €9.99/mo (10K req). Professional €39.99/mo. Premium €79.99/mo. Business custom. --- *Source: [API Map](https://apimap.dev/apis/exchangeratesapi-io/) — CC BY 4.0*