From 62e50cccd6f92f283f3c128c968c4fcf96c267a4 Mon Sep 17 00:00:00 2001 From: soutone Date: Sat, 10 Jan 2026 13:06:12 +0100 Subject: [PATCH] Add coinpulse-python to Portfolio Libraries Added new Portfolio Libraries section with coinpulse-python SDK for crypto portfolio tracking. Features: - Real-time prices for 15 cryptocurrencies - Portfolio tracking with P/L calculations - Price alerts - Free tier available --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4521d9..87e3009 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Awesome Python Cryptocurrency](#awesome-python-cryptocurrency) - [Exchange Libraries](#exchange-libs) - [Arbitrage Libraries](#arbirage-libs) + - [Portfolio Libraries](#portfolio-libraries) @@ -84,7 +85,14 @@ TODO *Libraries for arbitrage.* -* [TODO]() +* [TODO]() + + +## Portfolio Libraries + +*Libraries for portfolio tracking and management.* + +* [coinpulse-python](https://github.com/soutone/coinpulse-python) - Simple Python SDK for crypto portfolio tracking with real-time prices, P/L calculations, and price alerts. Free tier available.