Skip to main content

REST api wrapper for nordpool average daily spot prices api

Project description

nordpool-imd-daily-average

Link to github repository

Python package for querying nordpool for average daily prices. Prices can only be obtained for the current year and the previous year.

Supported areacode's Suported currency's
"SE1" "SEK"
"SE2" "EUR"
"SE3"
"SE4"
"NO1"
"NO2"
"NO3"
"NO4"
"NO5"
"FI"
"DK1"
"DK2"

Usage:
pip install nordpool-daily-averages

#Getting average price for 2024-08-30, for areacode SE3 and in Euro  
from nordpool import Prices as p
#instantiate class
price = p("SE3", "EUR")
#Get the price
price.get_prices_for_one_date("2024-08-30")
#Getting average price for 2024-08-29 for areacode SE3 in SEK  
from nordpool import Prices as p
#instantiate class
price = p("SE3","SEK")
#Get the price
price.get_prices_for_one_date("2024-08-29")
#Getting average price for 2024-08-28 for areacode SE2 in SEK  
from nordpool import Prices as p
#instantiate class
price = p("SE2","SEK")
#Get the price
price.get_prices_for_one_date("2024-08-28")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nordpool_daily_averages-1.0.9.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

nordpool_daily_averages-1.0.9-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file nordpool_daily_averages-1.0.9.tar.gz.

File metadata

File hashes

Hashes for nordpool_daily_averages-1.0.9.tar.gz
Algorithm Hash digest
SHA256 49a6f5624a0e0d9719fbc62eb33f1a71260519a5623f8cf667e3b4d3341ca9fe
MD5 6dcfbabbcdee975b8bae1d88ac259027
BLAKE2b-256 4a303af19e9fef99ba37e7828c56715d82f233c8c4eb725f92fcea6979386209

See more details on using hashes here.

File details

Details for the file nordpool_daily_averages-1.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for nordpool_daily_averages-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 5b7b8916bfe05dde4db8f288205bf7e7b2ef63fd30b6c2909812fcdbf2410165
MD5 b04f22efc7fe5a473f61244c57de7193
BLAKE2b-256 cfa6152e4fc316bea7ef57b5876bcc88327cc829ef7c6ade80339e75db23c01f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page