# Finage API **Provider:** Finage **Category:** finance **Base URL:** `https://finage.co.uk` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 3,000 total (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://finage.co.uk ## Description Finage is a stock, currency, cryptocurrency, indices, and ETFs real-time & historical data provider ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://finage.co.uk/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://finage.co.uk' ``` ## Sample Response ```json {} ``` ## Pricing Details Real-time global market data (stocks, forex, crypto). Free: 3,000 requests. Starter $6.99/mo (30K req/mo). Grow $19.99/mo (150K req). Business $99.99/mo. --- *Source: [API Map](https://apimap.dev/apis/finage/) — CC BY 4.0*