# CurrencyFreaks API **Provider:** CurrencyFreaks **Category:** finance **Base URL:** `https://currencyfreaks.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1 req/min (free) ยท Scales with plan **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://currencyfreaks.com/ ## Description Provides current and historical currency exchange rates with free plan 1K requests/month ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://currencyfreaks.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://currencyfreaks.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1,000 req/month (1 req/min). Startup $7.99/mo (50K req). Professional $39.99/mo (500K req). Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/currencyfreaks/) โ€” CC BY 4.0*