README / index.html
x2q's picture
Replace default static-space boilerplate with the org card content
42acb99 verified
Raw
History Blame Contribute Delete
2.41 kB
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Elpriser</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>⚡ Elpriser</h1>
<p>
Free, open Nordic &amp; Western European power market data — collected for
<a href="https://elpriser.org" target="_blank">elpriser.org</a>, a free Danish electricity price
tracker, and published here for the community.
</p>
<h2>Datasets</h2>
<p>
Historical day-ahead prices, generation, load, installed capacity, and interconnector flows, split
by country:
</p>
<ul>
<li>
🇩🇰
<a href="https://huggingface.co/datasets/Elpriser/denmark-power-market" target="_blank"
>Denmark</a
>
— Energinet (EDS) data back to 2000, plus ENTSO-E load/capacity/interconnector data
</li>
<li>
🇩🇪
<a href="https://huggingface.co/datasets/Elpriser/germany-power-market" target="_blank"
>Germany</a
>
— DE-LU zone
</li>
<li>
🇳🇴
<a href="https://huggingface.co/datasets/Elpriser/norway-power-market" target="_blank"
>Norway</a
>
— all 5 bidding zones (NO1–NO5)
</li>
<li>
🇸🇪
<a href="https://huggingface.co/datasets/Elpriser/sweden-power-market" target="_blank"
>Sweden</a
>
— all 4 bidding zones (SE1–SE4)
</li>
<li>
🇫🇮
<a href="https://huggingface.co/datasets/Elpriser/finland-power-market" target="_blank"
>Finland</a
>
</li>
<li>
🇳🇱
<a href="https://huggingface.co/datasets/Elpriser/netherlands-power-market" target="_blank"
>Netherlands</a
>
</li>
</ul>
<p>All CC BY 4.0 — see each dataset for exact attribution (Energinet / ENTSO-E Transparency Platform).</p>
<h2>elpriser.org</h2>
<p>
A free, ad-free site for checking Danish electricity prices, spotpris, and nettariffer — with a
public JSON API, an MCP server
(<a href="https://github.com/x2q/elpriser-mcp" target="_blank">elpriser-mcp</a>) for LLM agents, and
a JS/TS client (<a href="https://github.com/x2q/elpriser-client" target="_blank"
>elpriser-client</a
>).
</p>
<p><a href="https://elpriser.org" target="_blank"><strong>elpriser.org →</strong></a></p>
</div>
</body>
</html>