get https://api.amberdata.com/markets/derivatives/analytics/instruments/information/tradfi
This endpoint returns all available exchanges, currencies and option instruments. If a timestamp is used we can then filter the information for historical data.
USA Trading hours are 14:30:00 - 21:00:00 UTC (9:30a-4pm ET)
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].currency | boolean | The currency/ticker. |
payload.data[index].exchange | string | The name of the exchange. |
payload.data[index].expiration | string | The expiration date & time. |
payload.data[index].instrument | string | The name of the instrument as formatted by Amberdata. |
payload.data[index].multiplier | number | The contract multiplier. |
payload.data[index].nativeInstrument | string | The name of the instrument, as provided by the exchange. |
payload.data[index].putCall | string | Whether this record is a put or a call. |
payload.data[index].strike | string | The strike price. |
payload.data[index].endDate | number | string | The date & time of the last known record. |