View source: R/sfa_load__shares_outstanding.R
sfa_load_weighted_shares_outstanding | R Documentation |
Get the number of weighted shares outstanding for a company.
sfa_load_weighted_shares_outstanding(
id = NULL,
ticker = NULL,
fyear = NULL,
period = NULL,
start = NULL,
end = NULL,
ttm = NULL,
api_key = getOption("sfa_api_key"),
cache_dir = getOption("sfa_cache_dir")
)
id |
integer 'SimFin' IDs of the companies of interest. Any
|
ticker |
integer Ticker of the companies of interest. |
fyear |
integer Filter for fiscal year. As a non-SimFin+ user, you have to provide exactly one fiscal year. As SimFin+ user, this filter can be omitted to retrieve all data available for the company. |
period |
character Filter for periods. As a non-SimFin+ user, you have to provide exactly one period. As SimFin+ user, this filter can be omitted to retrieve all statements available for the company.
|
start |
Date Filter for the report dates (reserved for SimFin+ users). With this filter you can filter the statements by the date on which the reported period ended ('Report Date'). By specifying a value here, only statements will be retrieved with report dates ending AFTER the specified date. |
end |
Date Filter for the report dates (reserved for SimFin+ users). With this filter you can filter the statements by the date on which the reported period ended ('Report Date'). By specifying a value here, only statements will be retrieved with report dates ending BEFORE the specified date. |
ttm |
logical If |
api_key |
character Your 'SimFin' API key. It's recommended to set the API key globally using sfa_set_api_key. |
cache_dir |
character Your cache directory. It's recommended to set the cache directory globally using sfa_set_cache_dir. |
data.table containing the common shares outstanding.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.