MCP
finance-agent-mcp-server
On
Tools

get_stock_price_global_market

Get Public Available Stock Symbols from Global Marketplace Args: symbol_list (List): List of Symbols, such as Tencent: 700, Kuaishou: 1024, Tesla (TSLA), Microsoft(MSFT), Google (GOOG), London Stock Exchange Market, Shell (quote: SHEL), Unilever (quote: ULVR) market (str): "HK", "CN_MAINLAND", "US", "LSE", "NSE_INDIA", etc. Return: str: json str with below values samples [{'symbol': 'SH600036', 'current': 45.78, 'percent': 1.33, 'chg': 0.6, 'high': '45.81 CNY', 'low': '44.95 CNY', 'avg_price': '45.485751910823915 CNY', 'timestamp': 1750057200000, 'open': 45.08, 'last_close': 45.18, 'market_capital': 1154564531614.0, 'change': '0.6(1.33%)', 'previous_close': '45.18 CNY', 'market_capitalization': '11545.65 亿 CNY', 'pe_ratio': '', 'update_time': '2025-06-16 15:00:00', 'source': 'XUEQIU.COM, https://xueqiu.com/S/SH600036', 'data_source': 'xueqiu.com', 'source_url': 'https://xueqiu.com/S/SH600036'},