From 8ca185e2f9b6e2c995c7f27d7f389750e10dafcf Mon Sep 17 00:00:00 2001 From: hbhqq9 Date: Sat, 11 Jul 2026 10:10:18 +0800 Subject: [PATCH] Add BDE Score - multi-factor stock scoring API BDE Score is an open-source Python-first AI stock analysis tool providing real-time composite scores across US, HK, and A-Share markets. It fits naturally in the Time Series section as it processes temporal stock data and generates time-based scoring metrics. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a91fc..19680c9 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ * [dateutil](https://dateutil.readthedocs.io/en/stable/) - Powerful extensions to the standard datetime module * [maya](https://github.com/timofurrer/maya) - makes it very easy to parse a string and for changing timezones * [Chaos Genius](https://github.com/chaos-genius/chaos_genius) - ML powered analytics engine for outlier/anomaly detection and root cause analysis +* [BDE Score](https://github.com/hbhqq9/bde-score) - Open-source multi-factor stock scoring API with real-time composite scores across US, HK, and A-Share markets. ## Reinforcement Learning * [Gymnasium](https://github.com/Farama-Foundation/Gymnasium) - An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly [Gym](https://github.com/openai/gym)).