v1

latestOpenAPI 3.0.32026-07-246185298.2 KB
Free Float

Free Float

Identify the true supply of tradable shares for every security on a given day. This is the universe-wide companion to the single-stock Free Float endpoint: one request returns the free float for all covered securities, helping you uncover liquidity constraints, gauge volatility potential, and analyze a stock's short interest environment at scale.

Available Data Points:

  • Date: The specific date for which the data is retrieved (YYYY-MM-DD format).
  • Company: The name of the company issuing the security.
  • Ticker: The ticker symbol associated with the security.
  • Operating MIC: The operating Market Identifier Code of the security.
  • MIC: The Market Identifier Code (MIC) for the traded security.
  • ISIN: The International Securities Identification Number for the security.
  • FIGI: The Financial Instrument Global Identifier.
  • Share Class FIGI: The Financial Instrument Global Identifier for the share class.
  • Ortex Company ID: Unique id for a company.
  • Ortex Security ID: Unique id for a security issued by a company.
  • Ortex Tradable item ID: Unique id for a listing of a security.
  • **Ortex Tradable item main indicator:**Indicates if the trading item is the main trading item for the security.
  • **Tradable Item Currency:**The currency of the tradable item.
  • **Exchange Country:**The country location of the exchange.
  • Free Float Shares: The number of shares available for public trading — shares outstanding minus shares held by insiders or restricted parties.
  • Free Float Percentage of Outstanding: Free float as a percentage of total shares outstanding, expressed as a value between 0 and 100 with two decimal places (e.g. 87.52 means 87.52% of shares outstanding are freely tradable).

Try it out! You can test the API with the trial key TEST. Simply include it in your request headers; either here, or add the header "Ortex-Api-Key": "TEST" to your http request.

Trial key restrictions: A list of randomly selected rows will be returned

Get full access! Contact sales@ortex.com

get/api/v1/free_float/

Query parameters

datestring

A valid date (YYYY-MM-DD)

format'csv' | 'html' | 'json'
pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

regionstring

A valid region (USCanada, AsiaPac, AME, LATAM, Europe), or any 2 character country ISO code (e.g. CA, JP) or "All")

Response

paginationLinksobject
lengthinteger required

Example response

{
  "paginationLinks": {
    "next": "http://api.example.org/accounts/?page=4",
    "previous": "http://api.example.org/accounts/?page=2"
  },
  "length": 123
}