[PR #5] [CLOSED] Feat/enable us stocks #6

Closed
opened 2026-03-04 02:08:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/saidsurucu/borsa-mcp/pull/5
Author: @ugurcancaykara
Created: 9/27/2025
Status: Closed

Base: mainHead: feat/enable-us-stocks


📝 Commits (2)

  • 60f9009 feat(us): stock
  • def7714 feat(us-markets): add technical analysis with 15+ indicators and dynamic discovery

📊 Changes

14 files changed (+3512 additions, -17 deletions)

View changed files

📝 README.md (+143 -2)
📝 borsa_mcp_server.py (+286 -0)
docs/us_stock_tech_analysis.md (+220 -0)
models/us_markets_models.py (+237 -0)
providers/dynamic_stock_discovery.py (+432 -0)
providers/dynamic_ticker_discovery.py (+160 -0)
providers/enhanced_screener.py (+170 -0)
providers/market_scanner.py (+113 -0)
providers/simple_dynamic_discovery.py (+113 -0)
providers/technical_indicators.py (+442 -0)
providers/us_markets_provider.py (+1000 -0)
📝 pyproject.toml (+13 -3)
📝 requirements.txt (+40 -11)
📝 uv.lock (+143 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/saidsurucu/borsa-mcp/pull/5 **Author:** [@ugurcancaykara](https://github.com/ugurcancaykara) **Created:** 9/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/enable-us-stocks` --- ### 📝 Commits (2) - [`60f9009`](https://github.com/saidsurucu/borsa-mcp/commit/60f9009f55cec9a747eefb12670d5ec73a562fd7) feat(us): stock - [`def7714`](https://github.com/saidsurucu/borsa-mcp/commit/def771465eeba86703adf40868a18b390912aabb) feat(us-markets): add technical analysis with 15+ indicators and dynamic discovery ### 📊 Changes **14 files changed** (+3512 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+143 -2) 📝 `borsa_mcp_server.py` (+286 -0) ➕ `docs/us_stock_tech_analysis.md` (+220 -0) ➕ `models/us_markets_models.py` (+237 -0) ➕ `providers/dynamic_stock_discovery.py` (+432 -0) ➕ `providers/dynamic_ticker_discovery.py` (+160 -0) ➕ `providers/enhanced_screener.py` (+170 -0) ➕ `providers/market_scanner.py` (+113 -0) ➕ `providers/simple_dynamic_discovery.py` (+113 -0) ➕ `providers/technical_indicators.py` (+442 -0) ➕ `providers/us_markets_provider.py` (+1000 -0) 📝 `pyproject.toml` (+13 -3) 📝 `requirements.txt` (+40 -11) 📝 `uv.lock` (+143 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:08:31 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/borsa-mcp#6
No description provided.