bundesAPI / bundesAPI/smard-api

Marketdata is available on smard.de

Open
#8 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
94
Forks
10
PR merge metrics
No merged PRs in 30d

Description

There are further parameters possible to access market data (hourly prices) from smard.de:
An access is as follows, the parameter 4169 is used as an example; full list is below:

1. get list of timestamps
curl https://www.smard.de/app/chart_data/4169/DE/index_hour.json timestamps.json

2. select one timestamp and get the data
curl https://www.smard.de/app/table_data/4169/DE/4169_DE_hour_1655676000000.json > marketdata_4169.json

As before the parameter needs to be repeated and the "DE" must be always there even when accessing market data from other regions.

The list of possible parameters I found when downloading data from on smard.de:

* `4169` - Marktpreis: Deutschland/Luxemburg
* `5078` - Marktpreis: Anrainer DE/LU
* `4996` - Marktpreis: Belgien
* `4997` - Marktpreis: Norwegen 2
* `4170` - Marktpreis: Österreich
* `252` - Marktpreis: Dänemark 1
* `253` - Marktpreis: Dänemark 2
* `254` - Marktpreis: Frankreich
* `255` - Marktpreis: Italien (Nord)
* `256` - Marktpreis: Niederlande
* `257` - Marktpreis: Polen
* `258` - Marktpreis: Polen
* `259` - Marktpreis: Schweiz
* `260` - Marktpreis: Slowenien
* `261` - Marktpreis: Tschechien
* `262` - Marktpreis: Ungarn

Can this list be added to the yaml/smard-api?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.