PriceFM: Foundation Model for Probabilistic
Electricity Price Forecasting

1 Delft University of Technology, 2 Austrian Institute of Technology, 3 Rimac Technology,
4 Squirrel Ai Learning, 5 Technical University of Munich
Preprint
GIF 1
DE-LU region
GIF 2
FR region
GIF 3
NL region

Example forecasting on testing samples

Abstract

We introduce a comprehensive and up-to-date dataset across 24 European countries (38 regions), spanning from 2022 to 2025. Building on this groundwork, we propose PriceFM, a spatiotemporal foundation model that integrates graph-based inductive biases to capture spatial interdependencies across interconnected electricity markets. The model is designed for multi-region, multi-timestep, and multi-quantile probabilistic electricity price forecasting. Extensive experiments and ablation studies confirm the model's effectiveness, consistently outperforming competitive baselines and highlighting the importance of spatial context in electricity markets.

Teaser Image

Structure of PriceFM. The input (price and energy) features are passed into a fusion block to learn regional representation. These regional representations are then stacked to form the spatial representation. Next, the spatial representation is passed to the graph block to produce the decay-guided spatial representation. Finally, the decayed spatial representation is fed into hierarchical quantile heads to produce joint forecasts.

BibTeX

If you use our code or find our paper useful, please cite:

@misc{yu2025pricefm,
      title={PriceFM: Foundation Model for Probabilistic Electricity Price Forecasting}, 
      author={Runyao Yu and Chenhui Gu and Jochen Stiasny and Qingsong Wen and Wasim Sarwar Dilov and Lianlian Qi and Jochen L. Cremer},
      year={2025},
      eprint={2508.04875},
      archivePrefix={arXiv},
      primaryClass={cs.CE},
      url={https://arxiv.org/abs/2508.04875}, 
}