diff --git a/PowerPrice/module.php b/PowerPrice/module.php index ee146d5..2527375 100644 --- a/PowerPrice/module.php +++ b/PowerPrice/module.php @@ -174,7 +174,7 @@ private function FetchFromEPEXSpotEx($market, $trading_date, $delivery_date) ], ]; - $response = file_get_contents('https://www.epexspot.com/en/market-data?' . http_build_query($params), false, stream_context_create($opts)); + $response = file_get_contents('https://www.epexspot.com/en/market-results?' . http_build_query($params), false, stream_context_create($opts)); $json = json_decode($response);