AKShare One MCP Server
by zwldarren
AKShare One MCP Server provides interfaces for accessing China stock market data. It offers tools for retrieving financial information like historical data, real-time data, news, and financial statements.
Last updated: N/A
What is AKShare One MCP Server?
AKShare One MCP Server is a server based on akshare-one that provides a set of tools for retrieving financial information related to the China stock market. It allows users to access historical stock data, real-time data, news data, and financial statements.
How to use AKShare One MCP Server?
To use the server, first clone the repository, install uv, install dependencies using uv sync
, and then run the server using uv run main.py
. You can then connect to the server through its API endpoints using the provided tools.
Key features of AKShare One MCP Server
Retrieves historical stock data
Provides real-time stock data
Offers stock-related news data
Fetches company balance sheet data
Provides company income statement data
Retrieves company cash flow statement data
Offers company insider trading data
Use cases of AKShare One MCP Server
Analyzing historical stock trends
Monitoring real-time stock prices
Staying updated on stock-related news
Evaluating company financial performance
Tracking insider trading activity
Building financial models
Developing trading strategies
FAQ from AKShare One MCP Server
What is the default data source for historical stock data?
What is the default data source for historical stock data?
The default data source for historical stock data is 'eastmoney'.
How do I specify the time interval for historical stock data?
How do I specify the time interval for historical stock data?
You can specify the time interval using the 'interval' parameter, which can be 'minute', 'hour', 'day', 'week', 'month', or 'year'.
What adjustment types are supported for historical stock data?
What adjustment types are supported for historical stock data?
The supported adjustment types are 'none', 'qfq' (forward adjustment), and 'hfq' (backward adjustment).
What data sources are available for real-time stock data?
What data sources are available for real-time stock data?
The available data source for real-time stock data is 'eastmoney'.
What is the purpose of the interval_multiplier parameter?
What is the purpose of the interval_multiplier parameter?
The interval_multiplier parameter allows you to specify a multiple of the time interval. For example, if the interval is 'hour' and the multiplier is 2, then the data will be aggregated in 2-hour intervals.