You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +50,12 @@ Time is always expressed in UTC.
47
50
Get the published prices for given bidding zone. The result is always returned as 24 hours, starting from midnight local time of the specified bidding zone.
Customize the result by passing a function to handle the XML response.
131
139
132
140
```js
133
-
console.log(awaitclient.dayAheadPrices({ startDate:newDate().toISOString(), biddingZone:"10Y1001A1001A47J" }, (xmlString) async=>/* parse the `xmlString` and return some magic */));
141
+
console.log(awaitclient.dayAheadPrices({ biddingZone:"10Y1001A1001A47J" }, (xmlString) async=>/* parse the `xmlString` and return some magic */));
0 commit comments