getTicker: Downloading Stock Market Data

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getTicker.R

Description

Obtains stock market prices over the period given

Usage

1
getTicker(symbol, from = "01.01.2020", to = "dd.mm.yyyy")

Arguments

symbol

An unique identifier of the security (e.g. UZ7011340005 or HMKB) or a character vector/list of multiple securities. Note: Don't confuse with ISIN code

from

A string representing the start date of the period of interest in date.month.year date format

to

A string representing the end date of the period of interest in date.month.year date format

Value

Returns a data frame

Author(s)

Alisher Suyunov

See Also

getSecurities or RegisteredSecurities to see the complete list of available securities

getMarketIndex to download stock market indices by sector

Examples

1
2
3
4
 ## Not run: 
 getTicker("UZ7011340005")
 getTicker("UZ7011340005", from = "01.01.2020", to = "01.05.2020")
## End(Not run)

alishersuyunov/opendatauzb documentation built on Nov. 9, 2020, 1:21 p.m.