Description Usage Arguments Examples
View source: R/earnings_calendar.R
Get earnings calendar for a company. EPS and revenue estimate vs. actual by quarter
1 2 3 4 5 6 7 | earnings_calendar(
symbol,
from = today() - 365,
to = today(),
international = "true",
...
)
|
symbol |
Stock ticker |
from |
Begin date |
to |
End date |
international |
Include international stocks; true or false |
1 2 3 | earnings_calendar('NVDA')
earnings_calendar('NVDA', from = lubridate::today() - 720)
earnings_calendar('NVDA', international = 'false')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.