GetCompany {restimizeapi} | R Documentation |
Returns the company information for the company specified by the ticker.
GetCompany(ticker)
ticker |
The Estimize ticker – for example "MSFT". |
The company information as a data frame.
## Not run:
result <- GetCompany ("msft")
## End(Not run)