GetCompanyEstimates: Returns all estimates for a company specified by the ticker.

Description Usage Arguments Value Examples

Description

Returns all estimates for a company specified by the ticker.

Usage

1
GetCompanyEstimates(ticker, year = NULL, quarter = NULL)

Arguments

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.

Value

The company estimates as a data frame.

Examples

1
2
3
4
5
6
## Not run: 
 result <- GetCompanyEstimates ("MSFT")
 result <- GetCompanyEstimates ("MSFT", 2015)
 result <- GetCompanyEstimates ("MSFT", 2015, 2)
 
## End(Not run)

restimizeapi documentation built on May 2, 2019, 2:48 p.m.