GET
/
most-traded
/
Authorization
string
required

Authorization header that should be filled with your Sectors API key.

Query Parameters

start
string

Start date for which the list of the most traded tickers is to be retrieved.

end
string

End date for which the list of the most traded tickers is to be retrieved.

n_stock
integer
default: "5"

Number of tickers to be retrieved (defaults to 5, with a maximum of 10).

adjusted
boolean
default: "false"

Default to “false”. If set to “true”, the returned list will be sorted based on transaction volume multiplied by closing price.

sub_sector
string

Subsector from which the list of most traded tickers is to be retrieved.

Response

<date>
TradedData[]
required