02.05.2018, 21:13
(This post was last modified: 02.05.2018, 21:13 by Erwin van der Zwart.)
Hi,
The only thing you can do is something like this:
But i think the data table is not fetched like this, you will need to use there API but that is a paid version (members only)
BR,
Erwin
The only thing you can do is something like this:
Code:
https = require("ssl.https")
data, code = https.request('https://www.nordpoolgroup.com/Market-data1/Dayahead/Area-Prices/NO/Hourly/?view=table')
log(data)
But i think the data table is not fetched like this, you will need to use there API but that is a paid version (members only)
BR,
Erwin