Information

Retrieves the list of all the available exchanges, supported instruments and time range availability.

⚠️

Important Update

The old endpoint https://api.amberdata.com/market/options/ohlcv/information has been updated to https://api.amberdata.com/markets/options/ohlcv/information. The old endpoint will be deprecated on 2024-09-30. Please update your integrations accordingly.

See changes here
  • Endpoint URL Change:
    • Old: https://api.amberdata.com/market/options/ohlcv/information
    • New: https://api.amberdata.com/markets/options/ohlcv/information
  • Metadata Changes:
    • A new field called api-version is introduced in the metadata object.
  • Data Structure Changes:
    • The data structure remains an array of JSON objects
  • Other
    • The showOnlyTradedInstruments parameter is no longer supported in the new endpoint
    • Include the Accept-Encoding: header in your API requests to take advantage of compressed responses.
RESPONSE DATA
FieldTypeDescription
payload.metadata.nextstringPagination
payload.data[index].exchangestringThe name of the exchange.
payload.data[index].instrumentstringThe name of the instrument.
payload.data[index].underlyingstringthe name of the underlying.
payload.data[index].startDatenumber | stringThe first date/time for which data is available.
payload.data[index].endDatenumber | stringThe last date/time for which data is available.
payload.data[index].activebooleanFalse if the instrument is no longer active (only available when includeInactive=true).
Language
Authorization
Header
Click Try It! to start a request and see the response here!