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. Incremet is how much you need to add to the price if you chargeback someone. It's optional and the default is zero

Supported areacode's Suported currency's Increment
"SE1" "SEK" "0.15"
"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 and 15 cents is added to the prices  
from nordpool import Prices as p
#instantiate class
price = p("SE3", "EUR", "0.15")
#Get the price
price.get_prices_for_one_date("2024-08-30")
#Getting average price for 2024-08-29 for areacode SE3 in SEK and 15 öre is added to the prices  
from nordpool import Prices as p
#instantiate class
price = p("SE3","SEK", "0.15")
#Get the price
price.get_prices_for_one_date("2024-08-29")
#Getting average price for 2024-08-28 for areacode SE2 in SEK and no increment is added to the prices  
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.10.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for nordpool_daily_averages-1.0.10.tar.gz
Algorithm Hash digest
SHA256 ea1cfe60d376fcc8f2cc3b6fea3d11e80a26f03e072b66033d89bbe9a0d9a2e5
MD5 15d057a639b7ac787f27ab8eb9ddbff5
BLAKE2b-256 8d5ae64854df4b5bb108c17ddbfd19b731967ea63082e79f85d0f6bb2782e0ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nordpool_daily_averages-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 cd0f3bb499b00a386e3ce72d2164a9a97d4c54609bacd8d8587caa2bdb7e8be1
MD5 86768643893303f7229f795e54bda4c7
BLAKE2b-256 db6a87320c5df13183083afa7c4332f285bc1c10def0fb3aacc995a0dadf0cdf

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