1

1Forge Finance APIs

by 1Forge Finance APIs Free tier

Stock and Forex Data and Realtime Quotes

financeforexcurrencymarket datatrading

Quick Reference

Base URL 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
Pricing
90
Latency
60
Depth
43

Authentication

API key as a query parameter named api_key

GET /forex-quotes?pairs=EURUSD&api_key=YOUR_KEY

Pricing

Model freemium Starting price Free tier available Free quota 100 requests / day
PlanPrice/moIncluded
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).

Key Endpoints

MethodPathDescription
GET /quotes Get quotes for all symbols
GET /symbols Get a list of symbols for which we provide real-time quotes

Sample Request

curl -X GET 'https://1forge.com/forex-quotes/quotes' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official 1Forge Finance APIs documentation.