Frankfurter · Example Payload

V2 Rate Example

Currency ExchangeForeign ExchangeFXOpen SourceMITSelf-HostedPublic APIs

V2 Rate Example is an example object payload from Frankfurter, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datebasequoterateproviders

Example Payload

Raw ↑
{
  "date": "2026-03-25",
  "base": "INR",
  "quote": "CNY",
  "rate": 0.3182,
  "providers": [
    {
      "key": "BOE",
      "rate": 0.8384,
      "excluded": true
    },
    {
      "key": "BCB",
      "rate": 1.4741,
      "excluded": true
    }
  ]
}