---
title: "GET /stocks/vX/float"
method: GET
path: "/stocks/vX/float"
tags: ["reference"]
---

# GET /stocks/vX/float

`GET /stocks/vX/float`

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.

## Query parameters

- `ticker` string
- `ticker.any_of` string
- `ticker.gt` string
- `ticker.gte` string
- `ticker.lt` string
- `ticker.lte` string
- `free_float_percent` number, double
- `free_float_percent.gt` number, double
- `free_float_percent.gte` number, double
- `free_float_percent.lt` number, double
- `free_float_percent.lte` number, double
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `effective_date` string, date — The effective date of the free float measurement.
    - `free_float` integer — Number of shares freely tradable in the market. Free float shares represent the portion of a company's outstanding shares that is freely tradable in the market, excluding any holdings considered strategic, controlling, or long term. This excludes insiders, directors, founders, 5 percent plus shareholders, cross holdings, government stakes except pensions, restricted or locked up shares, employee plans, and any entities with board influence, leaving only shares that are genuinely available for public trading.
    - `free_float_percent` number, double — Percentage of total shares outstanding that are available for public trading, rounded to two decimal places.
    - `ticker` string — The primary ticker symbol for the stock.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
