getDayAheadAuctionEPEXSPOT: getDayAheadAuctionEPEXSPOT

Description Usage Arguments Value Examples

View source: R/scrapeData.R

Description

This function returns the price data of the EPEX SPOT Day-Ahead-Auction for a time period. For french, german (Phelix) and swiss (swissix) –> MCC = Market Coulped Contracts?? https://www.epexspot.com/en/market-data/dayaheadauction

Always get 7 days on one website (request). Date in request link is the latest date.

Usage

1
getDayAheadAuctionEPEXSPOT(startDate, endDate, country = "DE")

Arguments

startDate

- Set the start date for the price data period

endDate

- Set the end date for the price data period

country

- Defines the country from which the data should be crawled. Default value is "DE". There is also "FR" (France) and "CH" (Swiss)

Value

a data.frame with DateTime as POSIXct object and Last prices of hourly data.

Examples

1
h <- getDayAheadAuctionEPEXSPOT("2017-05-20", "2017-05-26", "60")

wagnertimo/emarketcrawlR documentation built on Aug. 20, 2019, 3:44 p.m.