DocumentationExchange Rate API
Exchange Rate API
Real-time currency exchange rates
Overview
GET /v1/finance/exchange-rate queries real-time currency exchange rates.
Request Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
from | string | No | USD | Source currency code (e.g. USD, EUR, JPY) |
to | string | No | CNY | Target currency code (e.g. CNY, USD) |
Request Examples
USD to CNY
curl -H "X-API-Key: sk_gapi_xxxxx" \
"https://api.groundapi.net/v1/finance/exchange-rate?from=USD&to=CNY"EUR to JPY
curl -H "X-API-Key: sk_gapi_xxxxx" \
"https://api.groundapi.net/v1/finance/exchange-rate?from=EUR&to=JPY"Pricing
$0.01/call. First 500 calls/month are free.
Updated 6 days ago