esios

Query Spanish electricity market data from ESIOS/REE via python-esios.

19|10|Updated May 14, 2024
One-click install
npx skills add https://github.com/datons/python-esios --skill esios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: esios
Source: https://github.com/datons/python-esios/tree/main/src/esios/.agents/skills/esios
Command: npx skills add https://github.com/datons/python-esios --skill esios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Access to real-time and historical data from the Spanish electricity market (ESIOS/REE) via the python-esios library and CLI, eliminating manual data collection and scripting boilerplate.

Core Features & Use Cases

  • CLI for indicators, archives, and cache management
  • Python library for programmatic access, filtering by geography, and data handling
  • Quick data retrieval workflows for dashboards, analyses, and reporting

Quick Start

Ask me to fetch the latest PVPC price for Spain using the esios CLI.

Frequently Asked Questions about esios

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Spanish electricity market data using Python?

You can retrieve Spanish electricity market data programmatically by using the python-esios library to query ESIOS/REE indicators, filtering by geography and handling historical data directly in Python.

What is the best way to fetch historical ESIOS indicators for analysis?

The best way to fetch historical ESIOS indicators is using the python-esios CLI, which retrieves archives and metadata with built-in caching and token-based authentication to streamline data collection.

Do I need an API token to query Spanish electricity market archives?

Yes, you need an API token to query Spanish electricity market archives. You must configure the token via a config file or environment variable to authenticate your requests to the ESIOS/REE API.

Can I get real-time PVPC prices for Spain from the command line?

Yes, you can get real-time PVPC prices for Spain from the command line by executing a simple request through the esios CLI to fetch the latest market indicators.

How does caching work when querying ESIOS historical data?

Caching works by storing previously retrieved ESIOS historical data locally, which reduces redundant API calls and speeds up data retrieval workflows for dashboards and reporting.