Returns a list of public float data tied to a given company identifier.
Name | Type | Description | Notes |
---|---|---|---|
identifier | string | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
floatDateGreaterThan | DateTime? | The lower-bound date for the data being requested. | [optional] |
floatDateLessThan | DateTime? | The upper-bound date for the data being requested. | [optional] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
nextPage2 | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |
Company | CompanySummary | |
PublicFloats | List | Array of all the public floats in this page of the result. |
Name | Type | Description |
---|---|---|
Id | string | The Intrinio ID of the company |
Ticker | string | The stock market ticker symbol associated with the company's common stock securities |
Name | string | The company's common name |
Lei | string | The Legal Entity Identifier (LEI) assigned to the company |
Cik | string | The Central Index Key (CIK) assigned to the company |