View source: R/scrapping_pack.R
get.Acciones | R Documentation |
Function to extract the price and volume time series of some Colombian assets from the "Bolsa de Valores de Colombia" (BVC). If it takes more than 5 minutes is because the BVC's Server is not correctly working and it is better to try later.
get.Acciones(accion = "BCOLOMBIA", verbose = FALSE)
accion |
The asset's ticket.
|
verbose |
print the dates already extracted. Default FALSE. Default is "BCOLOMBIA". |
The dataframe with dates and the asset prices and volume.
## Not run: BCOLOMBIA <- get.Acciones("BCOLOMBIA"); ECOPETROL <- get.Acciones("ECOPETROL"); EXITO <- get.Acciones("EXITO"); AVIANCA <- get.Acciones("AVIANCA"); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.