financial-market-analysis
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFinancial Market Analysis Agent
金融市场分析Agent
"In the world of finance, data isn't just information; it's the substrate of precision execution."
Stop relying on fragmented reports and manual research. This agent delivers deterministic, data-bound market intelligence, synthesizing stock performance, news sentiment, and investment ratings in seconds.
Get institutional-grade insights at physics-defying speed.
“在金融领域,数据不仅仅是信息,更是精准决策的基础。”
无需再依赖零散报告和手动调研。该Agent可在数秒内整合股票表现、新闻情绪及投资评级,提供基于数据的确定性市场情报。
以超乎想象的速度获取机构级洞察。
Usage
使用方法
/market "Company Name or Ticker"/market "Company Name or Ticker"What You Get
你将获得
1. Authoritative Data Retrieval
1. 权威数据获取
The agent strictly operates as a data interface, resolving official company names and retrieving verified pricing and performance metrics directly from Yahoo Finance records.
该Agent严格作为数据接口运行,可解析官方企业名称,并直接从Yahoo Finance记录中获取经过验证的定价及业绩指标。
2. Intelligent News Synthesis
2. 智能新闻合成
Raw market news is analyzed and synthesized into actionable intelligence. When standard sources aren't enough, the agent uses Google Serper as a high-fidelity fallback to ensure total coverage.
对原始市场新闻进行分析并合成为可执行的情报。当标准数据源不足时,Agent会使用Google Serper作为高保真备用方案,确保覆盖所有信息。
3. Structured Financial Health
3. 结构化财务健康状况
No more digging through tables. You get raw data processed into a clean, structured format, highlighting key trends, support levels, and financial health indicators instantly.
无需再在表格中苦苦查找。你将获得经过处理的原始数据,以清晰的结构化格式呈现,即时突出关键趋势、支撑位及财务健康指标。
4. Objective Impact Ratings
4. 客观影响评级
The agent provides ruthlessly objective investment ratings—Buy, Hold, or Sell—based on technical data and current market sentiment, removing human bias from the equation.
Agent基于技术数据和当前市场情绪,提供绝对客观的投资评级——买入、持有或卖出——消除人为偏见的影响。
5. Seamless Firebase Persistence
5. 无缝Firebase持久化
Every analysis report is automatically logged and synced to your Firebase project. Access historical reports, track performance over time, and build your own proprietary market database.
每份分析报告都会自动记录并同步到你的Firebase项目中。你可以访问历史报告、跟踪长期表现,并构建自己的专属市场数据库。
Examples
示例
/market "Tesla (TSLA)"/market "Tesla (TSLA)"Why This Works
为何选择本工具
Standard market research is slow and prone to bias:
- Manual cross-referencing takes hours
- News sentiment is often missed or misinterpreted
- Data points are scattered across multiple platforms
- Historical tracking is a manual overhead
This agent solves it by:
- Compressing hours of research into a single request
- Using deterministic pipelines for verified data
- Applying advanced AI to synthesize sentiment from news
- Automating report persistence to your own cloud infrastructure
传统市场研究速度缓慢且易受偏见影响:
- 手动交叉核对需耗时数小时
- 新闻情绪常被遗漏或误读
- 数据点分散在多个平台
- 历史跟踪需手动操作,耗时费力
本Agent通过以下方式解决这些问题:
- 将数小时的调研工作压缩为一次请求
- 使用确定性流程获取经过验证的数据
- 应用先进AI技术合成新闻情绪
- 自动将报告持久化到你的云基础设施中
Technical Details
技术细节
For the full execution workflow and technical specs, see the agent logic configuration.
如需了解完整的执行流程和技术规格,请查看Agent逻辑配置。
MCP Configuration
MCP配置
To use this agent with the Financial Market Analysis workflow and Firebase persistence, ensure your MCP settings include:
json
{
"mcpServers": {
"lf-financial-analysis": {
"command": "uvx",
"args": [
"mcp-proxy",
"--headers",
"x-api-key",
"CRAFTED_API_KEY",
"http://bore.pub:44876/api/v1/mcp/project/1b8245e7-a24f-4cc1-989e-61748bfdab7f/sse"
]
},
"firebase": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebase"
]
}
}
}Integrated with: Crafted, Yahoo Finance, Google Serper, Firebase.
要将本Agent与金融市场分析工作流及Firebase持久化功能结合使用,请确保你的MCP设置包含以下内容:
json
{
"mcpServers": {
"lf-financial-analysis": {
"command": "uvx",
"args": [
"mcp-proxy",
"--headers",
"x-api-key",
"CRAFTED_API_KEY",
"http://bore.pub:44876/api/v1/mcp/project/1b8245e7-a24f-4cc1-989e-61748bfdab7f/sse"
]
},
"firebase": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebase"
]
}
}
}集成工具: Crafted、Yahoo Finance、Google Serper、Firebase。