Open Exchange Rates · Example Payload

Ohlc Response

Foreign ExchangeCurrencyExchange RatesFXCurrency ConversionForexFinancial Data

Ohlc Response is an example object payload from Open Exchange Rates, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

disclaimerlicensestart_timeend_timebaserates

Example Payload

Raw ↑
{
  "disclaimer": "Usage subject to terms: https://openexchangerates.org/terms",
  "license": "https://openexchangerates.org/license",
  "start_time": "2023-01-01T00:00:00Z",
  "end_time": "2023-01-02T00:00:00Z",
  "base": "USD",
  "rates": {
    "EUR": {
      "open": 0.934567,
      "high": 0.938901,
      "low": 0.932100,
      "close": 0.936452,
      "average": 0.935505
    },
    "GBP": {
      "open": 0.826789,
      "high": 0.831200,
      "low": 0.824500,
      "close": 0.828341,
      "average": 0.827708
    },
    "JPY": {
      "open": 131.12,
      "high": 132.50,
      "low": 130.80,
      "close": 131.50,
      "average": 131.48
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/ohlc-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.