knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

belex

belex downloads historical financial time series from the Belgrade Stock Exchange. One can specify which ticker or index to download, start and end date.

The package is available on the CRAN:

https://cran.r-project.org/web/packages/belex/index.html

Installation

Install the release version from CRAN:

install.packages("belex")

Example

library(belex)

blx15 <- belex("belex15")

niis <- belex("NIIS", "2011-01-01", "2015-12-31")
str(blx15)
head(blx15$data)


milosvil/belex documentation built on May 4, 2019, 4:15 a.m.