FastForex · Example Payload

Fetch Multi

Example response from GET /fetch-multi?from=USD&to=EUR,GBP

Currency ExchangeForexFinancial DataExchange RatesCryptocurrencyFX TradingHistorical DataReal-Time Data

Fetch Multi 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 multiple exchange rates from USD",
  "description": "Example response from GET /fetch-multi?from=USD&to=EUR,GBP",
  "value": {
    "base": "USD",
    "results": {
      "EUR": 0.82791,
      "GBP": 0.73605
    },
    "updated": "2021-01-16T16:34:29Z",
    "ms": 8
  }
}