An open API service indexing awesome lists of open source software.

https://github.com/paulhex6/pse-api

Dynamic electricity prices in Poland from PSE API
https://github.com/paulhex6/pse-api

electricity energy

Last synced: 18 days ago
JSON representation

Dynamic electricity prices in Poland from PSE API

Awesome Lists containing this project

README

          

# PSE API Application 🌐⚡

![Python](https://img.shields.io/badge/Python-3.8%2B-blue)
![Streamlit](https://img.shields.io/badge/Streamlit-1.0%2B-red)
![GitHub](https://img.shields.io/github/license/PaulHex6/PSE-API)

## Overview 📚

This project is a web application built with Streamlit that fetches and analyzes data from the PSE (Polish Power Exchange) API. It provides various reports and visualizations of the market price of energy in Poland. The application uses Plotly for interactive charts and SQLite for data storage.

## Features ✨

- **Fetch Data**: Retrieve data from the PSE API with retry logic and error handling.
- **Data Analysis**: Analyze the market price of energy with various metrics.
- **Forecasting**: Predict future energy prices using SARIMAX models.

## Installation 🛠️

1. **Clone the Repository**:
```sh
git clone https://github.com/PaulHex6/PSE-API.git
cd PSE-API