Stock and Forex Data and Realtime Quotes
https://1forge.com/forex-quotes
Auth type
API Key Header
Auth header
GET /forex-quotes?pairs=EURUSD&api_key=YOUR_KEY
Rate limit
100 requests/day (free); up to unlimited (paid)
Pricing
Free tier available
Free quota
100 requests / day
Documentation
http://1forge.com
Endpoint status
Live — HTTP 200 — endpoint is accessible1.08s
(checked Mar 29, 2026)
Builder score
C
62%
builder-friendly
API key as a query parameter named api_key
GET /forex-quotes?pairs=EURUSD&api_key=YOUR_KEY
| Plan | Price/mo | Included |
|---|---|---|
| Free | Free | 100 req/day |
| Hobbyist | $10 | 10,000 req/day |
| Startup | $50 | 100,000 req/day |
| Business | $250 | Unlimited requests |
Free: 100 req/day. Hobbyist $10/mo (10k/day). Startup $50/mo (100k/day). Business $250/mo (unlimited).
| Method | Path | Description |
|---|---|---|
| GET | /quotes |
Get quotes for all symbols |
| GET | /symbols |
Get a list of symbols for which we provide real-time quotes |
curl -X GET 'https://1forge.com/forex-quotes/quotes' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official 1Forge Finance APIs documentation.