Description Usage Arguments Value Examples
Returns all estimates for a company specified by the ticker.
1 | GetCompanyEstimates(ticker, year = NULL, quarter = NULL)
|
ticker |
The Estimize ticker – for example "MSFT". |
year |
A four-digit year – for example 1999. |
quarter |
A numeric value between 1 and 4 inclusive. Note that if the quarter is used the year must also be set as well. |
The company estimates as a data frame.
1 2 3 4 5 6 | ## Not run:
result <- GetCompanyEstimates ("MSFT")
result <- GetCompanyEstimates ("MSFT", 2015)
result <- GetCompanyEstimates ("MSFT", 2015, 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.