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"
Environment variables Usage Optional Syntax Comment
ERROR_EMAIL Where to send exceptions Yes first.last@gmail.com If not used only local logging will occur
LOGLEVEL stdout logging level Yes DEBUG Defaults to INFO if not used

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")
#Getting all price's for current year and last year 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 all price's
price.get_all_prices()

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.1.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

nordpool_daily_averages-1.1.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for nordpool_daily_averages-1.1.0.tar.gz
Algorithm Hash digest
SHA256 6a0ccc41e3217efafa92f16d5d6557300b15e2cb87e903104950c7c817bad776
MD5 1c4e821acd6352d065acf2a12007a776
BLAKE2b-256 ecb4d2e36afd1f6a17eeab869aa2f89d1fe3f340ea5c45f62bf849272b7b065a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nordpool_daily_averages-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 01d639131cde73e84a9a865e6eaed6f953ffdf11590f7844ba7bd7fc488ab8d0
MD5 7360a918964596962f8e4a25d0ab89c7
BLAKE2b-256 867500b25d9ce29a9c521fdf6d2ba5847f6b11cc18192158195b04f59eede404

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