getStockInfoFromIsin: getStockInfoFromIsin

Description Usage Arguments Value Examples

Description

This method crawls through the ariva.de website and scrapes out information about the given stocks (isin). Status Quo: ticker info, sector.

NOTE: Only the column/variable NominalValue is checked for NA values (== "-")

The method strictly depends on the website structure of ariva!

Usage

1

Arguments

isin

- vector of charachters with different stocks (isin), e.g. DE0007037145(RWE AG)

Value

data.frame with stock infos

Examples

1
2
3
4
5
# Build the input parameter
isin <- c("DE0007037145", "DE000ENAG999")

# Get the information about for RWE AG (DE0007037145)
stockInfos <- getStockInfoFromIsin(isin = isin)

wagnertimo/smarketcrawlR documentation built on May 14, 2019, 9:24 p.m.