Description Usage Arguments Examples
View source: R/stock_dividends.R
Get history of stock dividends paid
1 2 3 4 5 6 | stock_dividends(
symbol,
from = lubridate::today(tz = finnhub_timezone) - 365,
to = lubridate::today(tz = finnhub_timezone),
...
)
|
symbol |
Stock ticker |
from |
Begin date |
to |
End date |
1 | stock_dividends('NVDA')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.