https://github.com/frequenz-floss/frequenz-api-electricity-trading
gRPC+protobuf specification and Python bindings for the Frequenz Electricity Trading API
https://github.com/frequenz-floss/frequenz-api-electricity-trading
Last synced: about 1 year ago
JSON representation
gRPC+protobuf specification and Python bindings for the Frequenz Electricity Trading API
- Host: GitHub
- URL: https://github.com/frequenz-floss/frequenz-api-electricity-trading
- Owner: frequenz-floss
- License: mit
- Created: 2023-12-07T09:23:38.000Z (over 2 years ago)
- Default Branch: v0.x.x
- Last Pushed: 2025-04-23T13:32:07.000Z (about 1 year ago)
- Last Synced: 2025-04-23T14:32:09.088Z (about 1 year ago)
- Language: Python
- Size: 2.69 MB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Frequenz Electricity Trading API
[](https://github.com/frequenz-floss/frequenz-api-electricity-trading/actions/workflows/ci.yaml)
[](https://pypi.org/project/frequenz-api-electricity-trading/)
[](https://frequenz-floss.github.io/frequenz-api-electricity-trading/)
## Introduction
Specification for Electricity Trading API.
## Overview
The Frequenz API offers a robust set of operations for managing electricity trading orders within Gridpools.
A Gridpool is an aggregation of multiple microgrids into a virtual power pool, designed to ensure the balancing
of electricity supply and demand in real time.
## Objective
The primary aim of this API is to streamline the process of electricity trading within balancing groups.
A balancing group is a network configuration that includes multiple electricity producers and consumers.
Grid stability relies on maintaining a balance between supply and demand within these groups. Participants
causing imbalances can face financial penalties. Using this API, individual participants can trade electricity
efficiently, ensuring they meet both their operational needs and financial objectives, while also contributing to
the overall grid stability.
## Key Features
- Order Placement: Facilitates the creation, modification, and deletion of trading orders.
- Real-Time Matching: Enables real-time order matching within the Gridpool.
- Order Tracking: Allows users to track the status of their orders, providing transparency and control.
- Public Order Book: Provides access to a list of public orders for market visibility and analysis.
## Target Audience
This API is primarily designed for application developers in the energy sector who focus on electricity
trading, grid management, and related services. While the API covers complex energy market operations,
its design aims to be as developer-friendly as possible, requiring no specialized knowledge in energy systems.
## Contributing
If you want to know how to build this project and contribute to it, please
check out the [Contributing Guide](CONTRIBUTING.md).