GetCompanyReleases: Returns the past financial releases for the specified company...

Description Usage Arguments Value Examples

Description

Returns the past financial releases for the specified company by the ticker, for the specified fiscal year, and quarter.

Usage

1
GetCompanyReleases(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 releases as a data frame.

Examples

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

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