akshare-one-mcp

get_realtime_data

Fetch real-time stock market data using a specified source and ticker symbol. Ideal for tracking live market trends and making informed investment decisions.

Instructions

Get real-time stock market data

Args: symbol: Stock symbol/ticker (optional) source: Data source (default: 'eastmoney')

Input Schema

NameRequiredDescriptionDefault
sourceNoeastmoney
symbolNo

Input Schema (JSON Schema)

{ "properties": { "source": { "default": "eastmoney", "title": "Source", "type": "string" }, "symbol": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Symbol" } }, "title": "get_realtime_dataArguments", "type": "object" }

You must be authenticated.

Other Tools from akshare-one-mcp

Related Tools

ID: u0iqei7jhu