FastForex · Example Payload

Fetch One

Example response from GET /fetch-one?from=USD&to=EUR

Currency ExchangeForexFinancial DataExchange RatesCryptocurrencyFX TradingHistorical DataReal-Time Data

Fetch One 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": "Fetch single exchange rate USD to EUR",
  "description": "Example response from GET /fetch-one?from=USD&to=EUR",
  "value": {
    "base": "USD",
    "result": {
      "EUR": 0.82791
    },
    "updated": "2021-01-16T16:34:29Z",
    "ms": 4
  }
}