APIHub
Back to Explore

1Forge

1Forge provides real-time and historical forex market data via a simple REST API.

Currency Exchange
apiKeyQuery
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1181ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/convert

Convert from one currency to another

  • from (query, required) — Source currency code (e.g., USD).
  • to (query, required) — Target currency code (e.g., EUR).
  • quantity (query, required) — Amount of the source currency to convert.
  • api_key (query, required) — Your API key.
GET

/market_status

Check if the market is open

  • api_key (query, required) — Your API key.
GET

/quota

Check your current usage and remaining quota

  • api_key (query, required) — Your API key.
GET

/quotes

Get quotes for specific currency pair(s)

  • pairs (query, required) — Comma‑separated list of currency pairs to retrieve quotes for (e.g., EUR/USD,GBP/JPY).
  • api_key (query, required) — Your API key.
GET

/symbols

Get a list of symbols

  • api_key (query, required) — Your API key.

5 endpoints auto-detected

Authentication

This API uses an API key, passed as the "api_key" query parameter. No OAuth required.

curl -X GET \
  "https://api.1forge.com/convert?api_key=YOUR_API_KEY"

api.1forge.com · HTTPS only