kipe / nordpool

Python library for fetching Nord Pool spot prices.
MIT License
105 stars 39 forks source link

Check returned currency #19

Closed jschlyter closed 3 years ago

jschlyter commented 3 years ago

Ensure that the provided currency match the requested one and raise custom exception (based on ValueError) if not.

closes #18