Description Usage Arguments Value Examples
Get the daily OHLC for entire markets..
1 | get_grouped_daily_bars(date, unadjusted = FALSE)
|
date |
(Date) From date ('YYYY-MM-DD'). |
unadjusted |
(Logical) Whether or not the results are adjusted for splits. By default, results are adjusted. Set this to true to get results that are NOT adjusted for splits. |
A tibble of financial data.
1 2 3 4 5 6 7 | ## Not run:
library(polygon)
get_aggregates(
date = Sys.Date() - 1
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.