YahooFinanceSource: Get feed data from Yahoo! Finance.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/source.R

Description

Yahoo! Finance is a popular site which provides financial news and information. It is a large source for historical price data as well as financial news. Using the typical Yahoo! Finance ticker news items can easily be retrieved. However, the maximum number of items is 20.

Usage

1
2
YahooFinanceSource(query, params = list(s = query, region = "US", lang =
  "en-US"), ...)

Arguments

query

ticker symbols of companies to be searched for, see http://finance.yahoo.com/lookup.

params,

additional query parameters, see http://developer.yahoo.com/rss/

...

additional parameters to WebSource

Value

WebXMLSource

Author(s)

Mario Annau

See Also

WebSource

Examples

1
2
3
4
## Not run: 
corpus <- WebCorpus(YahooFinanceSource("MSFT"))

## End(Not run)

mannau/tm.plugin.webmining documentation built on May 21, 2019, 11:24 a.m.