You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Electricity Trading API client for Python
10
10
The Frequenz Electricity Trading API client for Python is an easy-to-use Python interface built to interact with the Frequenz Electricity Trading API. It allows you to create orders, get market data, and manage your orders.
11
11
12
12
## Features
13
+
13
14
***Create and manage gridpool orders**: Place new orders, update existing ones, and cancel orders when necessary.
14
15
***Stream live data**: Get real-time updates on market data, including order books, trades, and market prices.
15
16
***Retrieve historical data**: Access historical data on market trades.
@@ -18,25 +19,26 @@ The Frequenz Electricity Trading API client for Python is an easy-to-use Python
18
19
19
20
The following platforms are officially supported (tested):
20
21
21
-
-**Python:** 3.11
22
-
-**Operating System:** Ubuntu Linux 20.04
23
-
-**Architectures:** amd64, arm64
22
+
***Python:** 3.11
23
+
***Operating System:** Ubuntu Linux 20.04
24
+
***Architectures:** amd64, arm64
24
25
25
26
## Usage
26
27
27
28
### Installation
28
29
29
30
You can install the Frequenz Electricity Trading API client via pip. Replace `VERSION` with the specific version you wish to install.
0 commit comments