Skip to content

Latest commit

Β 

History

History
22 lines (15 loc) Β· 918 Bytes

File metadata and controls

22 lines (15 loc) Β· 918 Bytes

PSE API Application 🌐⚑

Python Streamlit GitHub

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