getHeadlinesDailyFX: Fetch Forex News Feed from DailyFX

Description Usage Arguments Details Value Examples

View source: R/EconomicCalendar.R

Description

Fetch Forex News Feed from DailyFX

Usage

1
getHeadlinesDailyFX(NEWS_TYPE = "trading_news_events")

Arguments

NEWS_TYPE

the types of the latest DailyFX headlines on the topics that interest you. Default "trading_news_events"

Details

News Types including (Default "trading_news_events" for the function):
- All
- ForexNewsEvents
- TradingNewsEvents
- Forecasts
- SpecialReports
- TechnicalArticles
- Sentiment
- SpecialReports
- Alerts
- AnalystPicks
- DailyTechnicals
- Gold
- Oil

Value

A data.table of the latest DailyFX headlines

Examples

1
2
dat = getHeadlinesDailyFX(NEWS_TYPE = "Sentiment")
View(dat)

ivanliu1989/RQuantAPI documentation built on Sept. 13, 2019, 11:54 a.m.