From 2625b33a24a5ca319bcb16338872fe74f40c9dd9 Mon Sep 17 00:00:00 2001 From: soutone Date: Mon, 12 Jan 2026 11:38:03 +0100 Subject: [PATCH] Add coinpulse - Python SDK for crypto portfolio tracking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..3eb392c 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [jsm](https://pypi.org/project/jsm/) - Get the japanese stock market data. - [cn_stock_src](https://github.com/jealous/cn_stock_src) - Utility for retrieving basic China stock data from different sources. - [coinmarketcap](https://github.com/barnumbirr/coinmarketcap) - Python API for coinmarketcap. +- [coinpulse](https://github.com/soutone/coinpulse-python) - Python SDK for cryptocurrency portfolio tracking with real-time prices, P/L calculations, and price alerts. Free tier available. - [after-hours](https://github.com/datawrestler/after-hours) - Obtain pre market and after hours stock prices for a given symbol. - [bronto-python](https://pypi.org/project/bronto-python/) - Bronto API Integration for Python. - [pytdx](https://github.com/rainx/pytdx) - Python Interface for retrieving chinese stock realtime quote data from TongDaXin Nodes.