GetCompany {restimizeapi} | R Documentation |
Returns the company information for the company specified by the ticker.
Description
Returns the company information for the company specified by the ticker.
Usage
GetCompany(ticker)
Arguments
ticker |
The Estimize ticker – for example "MSFT". |
Value
The company information as a data frame.
Examples
## Not run:
result <- GetCompany ("msft")
## End(Not run)
[Package restimizeapi version 1.0.0 Index]