Returns a list of public float data tied to a given company identifier.
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
A Company identifier (Ticker, CIK, LEI, Intrinio ID) | AAPL |
|
float_date_greater_than
|
The lower-bound date for the data being requested. | 2022-07-05 |
|
float_date_less_than
|
The upper-bound date for the data being requested. | 2023-07-05 |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
||
|
float_date_greater_than
* required
The lower-bound date for the data being requested.
|
||
|
float_date_less_than
* required
The upper-bound date for the data being requested.
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
| company | object | |
|
id
|
The Intrinio ID of the company | string |
|
ticker
|
The stock market ticker symbol associated with the company's common stock securities | string |
|
name
|
The company's common name | string |
|
lei
|
The Legal Entity Identifier (LEI) assigned to the company | string |
|
cik
|
The Central Index Key (CIK) assigned to the company | string |
| public_floats | Array of all the public floats in this page of the result. | array |
|
date
|
The date of the public float. | date |
|
filing_date
|
The filing date of the public float. | date |
|
public_float_value
|
The dollar value for company float. | number |
|
public_float_shares
|
The public shares for the company. | number |
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|
||
|
company
|
||
|
public_floats
Array of all the public floats in this page of the result.
|