Skip to main content
Glama

get_investor_sentiment

Analyze investor sentiment data for Chinese stocks including user attention index, daily market participation willingness, stock rating records, and institutional involvement to assess market sentiment trends.

Instructions

分析投资者情绪数据,包括用户关注指数、日度市场参与意愿、股票评级记录和机构参与度。

Input Schema

NameRequiredDescriptionDefault
symbolYes股票代码 (例如: '000001')
output_formatNo输出数据格式: json, csv, xml, excel, markdown, html。默认: markdownmarkdown

Input Schema (JSON Schema)

{ "properties": { "output_format": { "default": "markdown", "description": "输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown", "enum": [ "json", "csv", "xml", "excel", "markdown", "html" ], "type": "string" }, "symbol": { "description": "股票代码 (例如: '000001')", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

Latest Blog Posts

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/xinkuang/china-stock-mcp'

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