This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Get prices from webpage via Excel
#2
Hi,

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
Reply


Messages In This Thread
Get prices from webpage via Excel - by Rune - 02.05.2018, 18:57
RE: Get prices from webpage via Excel - by Erwin van der Zwart - 02.05.2018, 21:13

Forum Jump: