getStockMarketIndexInfoFromLink: getStockMarketIndexInfoFromLink

Description Usage Arguments Value Examples

Description

This method crawls through the ariva.de website and scrapes out the stock market index info given its link @seealso getStockMarketIndexList

The method strictly depends on the website structure of ariva!

Usage

1

Arguments

link

- link of the ariva website to adress the main page of the stock market index

Value

data.frame with stock market index info

Examples

1
2
3
link <-  "http://www.ariva.de/dax-30"
# Get a list of stock market indexes from ariva.de
daxInfo <- getStockMarketIndexInfoFromLink(link)

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