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

ParameterTypeRequiredDefaultDescription
fromstringNoUSDSource currency code (e.g. USD, EUR, JPY)
tostringNoCNYTarget 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
Did this page help you?