Skip to main content
Glama

akshare-one-mcp

get_realtime_data

Retrieve real-time stock market data for A, B, and H shares using specified sources like eastmoney_direct or xueqiu, with support for custom stock symbols.

Instructions

Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares

Input Schema

NameRequiredDescriptionDefault
sourceNoData sourceeastmoney_direct
symbolNoStock symbol/ticker (e.g. '000001')

Input Schema (JSON Schema)

{ "properties": { "source": { "default": "eastmoney_direct", "description": "Data source", "enum": [ "xueqiu", "eastmoney", "eastmoney_direct" ], "title": "Source", "type": "string" }, "symbol": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Stock symbol/ticker (e.g. '000001')", "title": "Symbol" } }, "type": "object" }

Other Tools from akshare-one-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zwldarren/akshare-one-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server