FastForex · Example Payload

Convert

Example response from GET /convert?from=USD&to=EUR&amount=199.5

Currency ExchangeForexFinancial DataExchange RatesCryptocurrencyFX TradingHistorical DataReal-Time Data

Convert is an example object payload from FastForex, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "Convert 199.50 USD to EUR",
  "description": "Example response from GET /convert?from=USD&to=EUR&amount=199.5",
  "value": {
    "base": "USD",
    "amount": 199.5,
    "result": {
      "EUR": 164.29,
      "rate": 0.82353
    },
    "ms": 7
  }
}