mirror of
https://github.com/saidsurucu/borsa-mcp.git
synced 2026-04-26 07:45:53 +03:00
[PR #5] [CLOSED] Feat/enable us stocks #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/borsa-mcp#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/saidsurucu/borsa-mcp/pull/5
Author: @ugurcancaykara
Created: 9/27/2025
Status: ❌ Closed
Base:
main← Head:feat/enable-us-stocks📝 Commits (2)
60f9009feat(us): stockdef7714feat(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.