Get Current Day OHLCs

Get the OHLCs for the current trading day

get

This method fetches current trading day OHLCs - i.e. since the start of the current trading day - prepared by the live aggregates subsystem of a stocks dataset.

Query parameters
datasetstring · enumOptional

The dataset for which the OHLCs are to be returned

Default: SIPPossible values:
frequencystring · enumRequired

The frequency for which the OHLCs are to be returned

Possible values:
symbolstringRequired

The symbol for which the OHLCs are to be returned

historyinteger · int64Optional

How many prior days, in addition to rhe current day, for which the OHLCs are to be returned

Default: 0
Responses
200

Indicates the request completed successfully

application/json
get
/datafye-api/v1/stocks/live/agg/ohlc

Last updated