SHARE_STATISTICS
Get data about share float for a given company.
Syntax
=OBB.EQUITY.OWNERSHIP.SHARE_STATISTICS(symbol)
Examples
=OBB.EQUITY.OWNERSHIP.SHARE_STATISTICS("AAPL")
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. | True |
Data
- fmp
Name | Description |
---|---|
symbol | Symbol representing the entity requested in the data. |
date | The date of the data. |
free_float | Percentage of unrestricted shares of a publicly-traded company. |
float_shares | Number of shares available for trading by the general public. |
outstanding_shares | Total number of shares of a publicly-traded company. |
source | Source of the received data. |
adjweightedavebasicdilutedsharesos | Total number of shares of a publicly-traded company, adjusted for splits. |
public_float | Aggregate market value of the shares of a publicly-traded company. |