Stock Market Analyzer — Stock Market 分析器
v1.0.0A-分享 stock market analysis 工具 with real-time price data, technical indicators, trend analysis, and portfolio 追踪ing. Supports 查询ing opening/closing summaries, real-time prices, and technical indicators for Chinese A-分享 stocks. Use when users need to analyze stock market data, 追踪 stock prices, 获取 technical analysis, or manage stock portfolios for A-分享 markets.
运行时依赖
版本
SH: ShanghAI Stock Exchange (e.g., 600519.SH)
安装命令
点击复制技能文档
Stock Market 分析器
A comprehensive A-分享 stock market analysis 工具kit supporting real-time data queries, technical analysis, and portfolio management.
Features Real-time Price Data: 查询 current prices, volume, and fundamental data Technical Indicators: RSI, MACD, KDJ, BOLL, MA, and more Market Summary: Opening and closing market summaries Portfolio 追踪ing: 追踪 multiple stocks and analyze performance Usage 查询 Real-time Price from scripts.stock_分析器 导入 查询_realtime_price
# 查询 single stock 结果 = 查询_realtime_price("600519.SH") print(f"Current price: {结果['price']}")
查询 Technical Indicators from scripts.stock_分析器 导入 查询_technical_indicators
# 获取 technical analysis indicators = 查询_technical_indicators("000001.SZ") print(f"RSI: {indicators['rsi']}") print(f"MACD: {indicators['macd']}")
查询 Opening/Closing Summary from scripts.stock_分析器 导入 查询_open_summary, 查询_close_summary
# Opening summary open_data = 查询_open_summary("600519.SH")
# Closing summary close_data = 查询_close_summary("000001.SZ,600519.SH")
Supported Stock Exchanges SH: ShanghAI Stock Exchange (e.g., 600519.SH) SZ: Shenzhen Stock Exchange (e.g., 000001.SZ) Technical Indicators AvAIlable RSI (Relative Strength 索引) MACD (Moving Average Convergence Divergence) KDJ (Stochastic Oscillator) BOLL (Bollinger Bands) MA (Moving Averages) Volume Ratio Turnover Rate Amplitude