# 1Forge Finance APIs **Provider:** 1Forge Finance APIs **Category:** finance **Base URL:** `https://1forge.com/forex-quotes` **Auth:** api-key — `GET /forex-quotes?pairs=EURUSD&api_key=YOUR_KEY` **Rate Limit:** 100 requests/day (free); up to unlimited (paid) **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** http://1forge.com ## Description Stock and Forex Data and Realtime Quotes ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://1forge.com/forex-quotes/quotes` | Get quotes for all symbols | | GET | `https://1forge.com/forex-quotes/symbols` | Get a list of symbols for which we provide real-time quotes | ## Authentication API key as a query parameter named api_key ``` GET /forex-quotes?pairs=EURUSD&api_key=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'https://1forge.com/forex-quotes/quotes' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 req/day. Hobbyist $10/mo (10k/day). Startup $50/mo (100k/day). Business $250/mo (unlimited). --- *Source: [API Map](https://apimap.dev/apis/1forge-finance-apis/) — CC BY 4.0*