Market Data
Market Data provides the historical performance data for a given Instrument. This document will guide you on how to get Market Data details.
Make a GET
request to /market/data/{instrumentId}
Entity Reference
Property | Definition |
---|---|
marketDataId | Unique market Data identifier |
instrumentId | Unique instrument identifier |
name | The display name of the asset |
currency | Associated currency |
symbol | The symbol associated by the instrument |
open | Instrument opening trade value |
high | Instrument highest trade value |
low | Instrument lowest trade value |
close | Instrument closing trade value |
volume | Instrument trade volume |
start | Market data start date as UNIX timestamp |
end | Market data end date as UNIX timestamp |
timeFrame | The time frames used to determine instrument market data |
createdAt | Created at unix timestamp |
updatedAt | Updated at unix timestamp |