Skip to content

Commit

Permalink
fix epex api
Browse files Browse the repository at this point in the history
  • Loading branch information
paresy committed Nov 23, 2024
1 parent cb800e4 commit 2e5942a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerPrice/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2e5942a

Please sign in to comment.