Download COTAHIST file and parses it returning structured data into R objects.
Arguments
- refdate
the reference date used to download the file. This reference date will be formatted as year/month/day according to the given type. Accepts ISO formatted date strings.
- type
a string with
yearly
for all data of the given year,monthly
for all data of the given month anddaily
for the given day.- cache_folder
Location of cache folder (default = cachedir())
- do_cache
Whether to use cache or not (default = TRUE)
All valuable information is in the
HistoricalPrices
element of the returned list.Header
andTrailer
have informations regarding file generation. TheHistoricalPrices
element has a data.frame with data of many assets traded in the stock exchange: stocks, bdrs, funds, ETFs, equity options, forward contracts on equities and a few warrants due to some corporate events.