API Enterprise
Track how a company's share capital has changed over time. This endpoint returns the total shares outstanding alongside the portion of them that actually trades freely, so you can size a position against the shares genuinely available rather than against the whole issued capital.
One row is returned per change. Each row states the values that took effect on its date and held until the next row, so a quiet period produces no rows rather than repeated identical ones. The first row is dated at the start of your requested window and carries the values that were already in effect when it opened.
Share counts are restated into today's capital structure by default, so a figure from before a split is directly comparable with a current one. Pass split_adjusted=false to receive the counts as they stood on the day, which is what you need to reconcile against a historical filing. The free float percentage is a ratio of two share counts, so a split moves both sides equally and it is unaffected either way.
Available Data Points:
- Date: The date these values took effect. (
YYYY-MM-DDformat). - Shares Outstanding: The total number of shares the company has issued.
- Free Float Shares: The number of shares available for public trading, excluding closely held and otherwise restricted holdings.
- Free Float Pct: Free float shares as a percentage of shares outstanding.
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: Trial keys may be limited to a specific date range and set of regions. Requests outside the allowed regions or entirely outside the allowed date range are rejected; a date window that partially overlaps the allowed range is trimmed to it, reported in meta.restriction.
Get full access! Contact [email protected]
