Get Last Trade Time

Get the time of the last trade received by the live aggregates subsystem of a stocks dataset

get

This method fetches the timestamp of the last trade received by the live aggregates subsystem of a specified stocks dataset.

Query parameters
datasetstring · enumOptional

The dataset for which the data is to be returned

Default: SIPPossible values:
Responses
chevron-right
200

Indicates the request completed successfully

application/json
statusstringOptional

Indicates whether the request was successful or not. A null value indicates success while a non-null value contains the description of the error encountered.

latestTradeReceiptTimeinteger · int64Optional

The timestamp of the most recent trade received by the live aggregates system

get
/datafye-api/v1/stocks/live/agg/lasttradetime

Last updated