latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

reference

Contains free float data for US-listed securities, showing the most recent available number of shares available for public trading and the percentage of total shares outstanding.

get/stocks/vX/float

Query parameters

tickerstring

The primary ticker symbol for the stock.

ticker.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

ticker.gtstring

Filter greater than the value.

ticker.gtestring

Filter greater than or equal to the value.

ticker.ltstring

Filter less than the value.

ticker.ltestring

Filter less than or equal to the value.

free_float_percentnumber double

Percentage of total shares outstanding that are available for public trading, rounded to two decimal places. Value must be a floating point number.

free_float_percent.gtnumber double

Filter greater than the value. Value must be a floating point number.

free_float_percent.gtenumber double

Filter greater than or equal to the value. Value must be a floating point number.

free_float_percent.ltnumber double

Filter less than the value. Value must be a floating point number.

free_float_percent.ltenumber double

Filter less than or equal to the value. Value must be a floating point number.

limitinteger

Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '5000'.

sortstring

A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'ticker' if not specified. The sort order defaults to 'asc' if not specified.

Response

A list of results.

next_urlstring

If present, this value can be used to fetch the next page.

request_idstring required

A request id assigned by the server.

status'OK' required

The status of this request's response.