Nothing
library(bizdays)
options(rb3.cachedir = tempdir())
devtools::load_all()
dates <- getdate("first mon", seq(as.Date("2021-01-01"), as.Date("2022-12-24"), by = 7), "actual") |>
following("Brazil/B3")
fetch_marketdata("b3-futures-settlement-prices", refdate = dates)
df <- futures_get() |>
collect()
# Save all data
save(
df,
file = "vignettes/data_futures.RData"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.