Historical [ENT]

Retrieves the historical time series Long/Short Ratio data for the specified instrument and exchange(s).

📘

Time Range Limit

The maximum time range (difference between startDate and endDate) is 1 day.

🚧

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return the data from the previous 24 hours with a 1 hour frequency.

RESPONSE DATA

FieldTypeDescription
{metadata}objectThe metadata associated with the data.
{metadata}.startDatenumber | stringThe first date/time for which data is available.
{metadata}.endDatenumber | stringThe last date/time for which data is available.
[data]arrayThe Long/Short Ratio data corresponding to the columns fields, aggregated by exchange.
[data].exchangestringThe name of the exchange.
[data].timestampnumber | stringThe time at which the event occurred.
[data].RationumberThe long/short account number ratio of all traders
[data].longAccountnumberThe long account number ratio of all traders
[data].shortAccountnumberThe short account number ratio of all traders
[data].periodnumberThe number of the period.
Language
Authentication
Header
Click Try It! to start a request and see the response here!