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.
- 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.
- Clone the Repository:
git clone https://github.com/PaulHex6/PSE-API.git cd PSE-API