Returns a list of public float data tied to a given company identifier.
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
float_date_greater_than | date | The lower-bound date for the data being requested. | [optional] |
float_date_less_than | date | The upper-bound date for the data being requested. | [optional] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
next_page2 | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
company | CompanySummary | |
public_floats | list[CompanyPublicFloat] | Array of all the public floats in this page of the result. |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the company |
ticker | str | The stock market ticker symbol associated with the company's common stock securities |
name | str | The company's common name |
lei | str | The Legal Entity Identifier (LEI) assigned to the company |
cik | str | The Central Index Key (CIK) assigned to the company |