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) | |
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 | String | Gets the next page of data from a previous API call | [optional] |
next_page2 | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
next_page | String | The token required to request the next page of the data. If null, no further results are available. |
company | CompanySummary | |
public_floats | Array | 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 |