@@ -17,7 +17,7 @@ An MCP server based on [akshare-one](https://github.com/zwldarren/akshare-one),
1717
1818### ` get_hist_data `
1919
20- Get historical stock market data.
20+ Get historical stock market data. 'eastmoney_direct' supports all A, B, H shares.
2121
2222- symbol (string): Stock code (e.g. '000001')
2323- interval (string): Time interval ('minute','hour','day','week','month','year') (default: 'day')
@@ -26,49 +26,57 @@ Get historical stock market data.
2626- end_date (string, optional): End date in YYYY-MM-DD format (default: '2030-12-31')
2727- adjust (string, optional): Adjustment type ('none', 'qfq', 'hfq') (default: 'none')
2828- source (string, optional): Data source ('eastmoney', 'eastmoney_direct', 'sina') (default: 'eastmoney')
29- - indicators_list (list, optional): Technical indicators to add (e.g. [ 'SMA', 'EMA', 'RSI', 'MACD', 'BOLL', 'STOCH', 'ATR', 'CCI', 'ADX'] )
29+ - indicators_list (list, optional): Technical indicators to add (e.g. [ 'SMA', 'EMA', 'RSI', 'MACD', 'BOLL', 'STOCH', 'ATR', 'CCI', 'ADX', 'WILLR', 'AD', 'ADOSC', 'OBV', 'MOM', 'SAR', 'TSF', 'APO', 'AROON', 'AROONOSC', 'BOP', 'CMO', 'DX', 'MFI', 'MINUS_DI', 'MINUS_DM', 'PLUS_DI', 'PLUS_DM', 'PPO', 'ROC', 'ROCP', 'ROCR', 'ROCR100', 'TRIX', 'ULTOSC' ] )
3030- recent_n (number, optional): Number of most recent records to return (default: 100)
3131
3232### ` get_realtime_data `
3333
34- Get real-time stock data
34+ Get real-time stock market data. 'eastmoney_direct' supports all A, B, H shares.
3535
3636- symbol (string, optional): Stock code
37- - source (string, optional): Data source ('xueqiu', 'eastmoney_direct') (default: 'xueqiu ')
37+ - source (string, optional): Data source ('xueqiu', 'eastmoney', ' eastmoney_direct') (default: 'eastmoney_direct ')
3838
3939### ` get_news_data `
4040
41- Get stock-related news data
41+ Get stock-related news data.
4242
4343- symbol (string): Stock code
44- - recent_n (number, optional): Number of most recent records to return (optional )
44+ - recent_n (number, optional): Number of most recent records to return (default: 10 )
4545
4646### ` get_balance_sheet `
4747
48- Get company balance sheet data
48+ Get company balance sheet data.
4949
5050- symbol (string): Stock code
51- - recent_n (number, optional): Number of most recent records to return (optional )
51+ - recent_n (number, optional): Number of most recent records to return (default: 10 )
5252
5353### ` get_income_statement `
5454
55- Get company income statement data
55+ Get company income statement data.
5656
5757- symbol (string): Stock code
58- - recent_n (number, optional): Number of most recent records to return (optional )
58+ - recent_n (number, optional): Number of most recent records to return (default: 10 )
5959
6060### ` get_cash_flow `
6161
62- Get company cash flow statement data
62+ Get company cash flow statement data.
6363
6464- symbol (string): Stock code
6565- source (string, optional): Data source (default: 'sina')
66+ - recent_n (number, optional): Number of most recent records to return (default: 10)
6667
6768### ` get_inner_trade_data `
6869
69- Get company insider trading data
70+ Get company insider trading data.
7071
71- - symbol (string, optional): Stock code
72+ - symbol (string): Stock code
73+
74+ ### ` get_financial_metrics `
75+
76+ Get key financial metrics from the three major financial statements.
77+
78+ - symbol (string): Stock code
79+ - recent_n (number, optional): Number of most recent records to return (default: 10)
7280
7381### ` get_time_info `
7482
0 commit comments