eptr2-price-analysis

Query and analyze Turkish electricity market prices via the eptr2 Python library.

25|4|Updated Nov 15, 2023
One-click install
npx skills add https://github.com/Tideseed/eptr2 --skill eptr2-price-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eptr2-price-analysis
Source: https://github.com/Tideseed/eptr2/tree/main/.claude/skills/eptr2-price-analysis
Command: npx skills add https://github.com/Tideseed/eptr2 --skill eptr2-price-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you query and analyze electricity market prices from Turkey's EPIAS Transparency Platform using the eptr2 Python library, enabling quick insight into MCP, SMP, WAP, and imbalance prices.

Core Features & Use Cases

  • Price endpoints: Retrieve MCP/PTF, SMP, WAP, and imbalance prices across dates.
  • Comparative analytics: Compare DAM vs IDM prices, MCP vs SMP, and create price-spreads.
  • Composite insights: Use get_hourly_price_and_cost_data to compute prices and costs across hours.

Quick Start

Install eptr2 and run a simple example: eptr = EPTR2(use_dotenv=True, recycle_tgt=True); mcp_df = eptr.call("mcp", start_date="2024-07-29", end_date="2024-07-29").