akshare-one-mcp

get_hist_data

Fetch historical stock market data for a specified symbol, interval, and date range. Supports multiple data sources and adjustment types for accurate financial analysis.

Instructions

Get historical stock market data

Args: symbol: Stock symbol/ticker interval: Time interval ('minute','hour','day','week','month','year') interval_multiplier: Interval multiplier (default: 1) start_date: Start date in YYYY-MM-DD format (default: '1970-01-01') end_date: End date in YYYY-MM-DD format (default: '2030-12-31') adjust: Adjustment type ('none', 'qfq', 'hfq') (default: 'none') source: Data source ('eastmoney', 'sina') (default: 'eastmoney')

Input Schema

NameRequiredDescriptionDefault
adjustNonone
end_dateNo2030-12-31
intervalYes
interval_multiplierNo
sourceNoeastmoney
start_dateNo1970-01-01
symbolYes

Input Schema (JSON Schema)

{ "properties": { "adjust": { "default": "none", "title": "Adjust", "type": "string" }, "end_date": { "default": "2030-12-31", "title": "End Date", "type": "string" }, "interval": { "title": "Interval", "type": "string" }, "interval_multiplier": { "default": 1, "title": "Interval Multiplier", "type": "integer" }, "source": { "default": "eastmoney", "title": "Source", "type": "string" }, "start_date": { "default": "1970-01-01", "title": "Start Date", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol", "interval" ], "title": "get_hist_dataArguments", "type": "object" }

You must be authenticated.

Other Tools from akshare-one-mcp

Related Tools

ID: u0iqei7jhu