CompanyInfo {finreportr} | R Documentation |
Acquire basic company information.
Description
Extracts and displays basic information relating to a given company in a data frame.
Usage
CompanyInfo(symbol)
Arguments
symbol |
A character vector specifying the stock symbol of the company of interest. |
Examples
## Not run:
CompanyInfo("GOOG")
CompanyInfo("TSLA")
## End(Not run)
[Package finreportr version 1.0.4 Index]