longbridge-insresearch
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-insresearch
longbridge-insresearch
Institutional research and analyst ratings for Longbridge-covered securities — buy/hold/sell distribution, consensus price target, forward EPS/revenue estimates, and rating change history.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
Longbridge覆盖证券的机构研究与分析师评级——买入/持有/卖出评级分布、共识目标价、远期EPS/营收预估以及评级变动历史。
响应语言:匹配用户输入语言——简体中文 / 繁体中文 / 英文。
When to use
使用场景
Trigger when the user asks about:
- Analyst rating distribution — "NVDA 有多少个买入评级", "AAPL 分析师怎么看"
- Consensus price target — "特斯拉目标价共识", "TSLA analyst price target"
- Forward EPS / revenue estimates — "苹果下个季度EPS预测", "NVDA revenue forecast"
- Rating change history — "近期哪些机构升级了这只股票", "recent rating upgrades"
For full fundamentals, prefer . For insider trades, prefer .
longbridge-fundamentallongbridge-flows当用户询问以下内容时触发:
- 分析师评级分布——"NVDA 有多少个买入评级", "AAPL 分析师怎么看"
- 共识目标价——"特斯拉目标价共识", "TSLA analyst price target"
- 远期EPS/营收预估——"苹果下个季度EPS预测", "NVDA revenue forecast"
- 评级变动历史——"近期哪些机构升级了这只股票", "recent rating upgrades"
如需完整基本面数据,优先使用;如需内幕交易数据,优先使用。
longbridge-fundamentallongbridge-flowsWorkflow
工作流程
- Normalise the symbol to .
<CODE>.<MARKET> - Run for buy/hold/sell distribution and recent rating events.
longbridge institution-rating - Run for consensus price target and aggregated analyst view.
longbridge consensus - Run for forward EPS and revenue estimates by period.
longbridge forecast-eps - Synthesise into a structured analyst overview: rating distribution pie, consensus target vs. current price upside, and EPS/revenue estimates table.
- 将证券代码标准化为格式。
<CODE>.<MARKET> - 运行获取买入/持有/卖出评级分布及近期评级变动事件。
longbridge institution-rating - 运行获取共识目标价及分析师综合观点。
longbridge consensus - 运行获取分时段的远期EPS和营收预估。
longbridge forecast-eps - 整合为结构化分析师概览:评级分布饼图、共识目标价相对当前价格的上行空间、EPS/营收预估表格。
CLI
CLI
bash
undefinedbash
undefinedBuy / hold / sell distribution and recent rating events
获取买入/持有/卖出评级分布及近期评级变动事件
longbridge institution-rating <SYMBOL> --format json
longbridge institution-rating <SYMBOL> --format json
Consensus price target and aggregated analyst view
获取共识目标价及分析师综合观点
longbridge consensus <SYMBOL> --format json
longbridge consensus <SYMBOL> --format json
Forward EPS and revenue estimates
获取远期EPS和营收预估
longbridge forecast-eps <SYMBOL> --format json
> Run `longbridge institution-rating --help`, `longbridge consensus --help`, and `longbridge forecast-eps --help` to verify current flags.longbridge forecast-eps <SYMBOL> --format json
> 运行`longbridge institution-rating --help`、`longbridge consensus --help`和`longbridge forecast-eps --help`查看当前可用参数。Output
输出内容
Present a three-part summary:
- Rating distribution — count and % of Buy / Hold / Sell ratings, total analyst coverage.
- Price target — consensus target, high/low range, upside vs. current price.
- Estimates table — forward EPS and revenue for next 1–2 fiscal years.
| Field | 简体 | 繁體 | English |
|---|---|---|---|
| Buy ratings | 买入评级数 | 買入評級數 | Buy ratings |
| Hold ratings | 持有评级数 | 持有評級數 | Hold ratings |
| Sell ratings | 卖出评级数 | 賣出評級數 | Sell ratings |
| Consensus target | 目标价共识 | 目標價共識 | Consensus target |
| Upside to target | 目标价上行空间 | 目標價上行空間 | Upside to target |
| Forward EPS | 预测每股收益 | 預測每股盈利 | Forward EPS |
Note: ESG ratings and credit ratings (Moody's / S&P) are not available via Longbridge.
呈现三部分总结:
- 评级分布——买入/持有/卖出评级的数量及占比、覆盖的分析师总数。
- 目标价——共识目标价、高低区间、相对当前价格的上行空间。
- 预估表格——未来1-2个财年的远期EPS和营收。
| Field | 简体 | 繁體 | English |
|---|---|---|---|
| Buy ratings | 买入评级数 | 買入評級數 | Buy ratings |
| Hold ratings | 持有评级数 | 持有評級數 | Hold ratings |
| Sell ratings | 卖出评级数 | 賣出評級數 | Sell ratings |
| Consensus target | 目标价共识 | 目標價共識 | Consensus target |
| Upside to target | 目标价上行空间 | 目標價上行空間 | Upside to target |
| Forward EPS | 预测每股收益 | 預測每股盈利 | Forward EPS |
注意:Longbridge暂不提供ESG评级和信用评级(穆迪/标普)数据。
Error handling
错误处理
| Situation | 简体回复 | 繁體回覆 | English reply |
|---|---|---|---|
| 请先安装 longbridge-terminal | 請先安裝 longbridge-terminal | Install longbridge-terminal first |
| 请运行 | 請執行 | Run |
| No analyst coverage | 提示该标的暂无机构评级数据 | 提示該標的暫無機構評級數據 | No analyst coverage available |
| Other stderr | 原样展示,不重试 | 原樣展示,不重試 | Surface verbatim, do not retry |
| 场景 | 简体回复 | 繁體回覆 | English reply |
|---|---|---|---|
| 请先安装 longbridge-terminal | 請先安裝 longbridge-terminal | Install longbridge-terminal first |
| 请运行 | 請執行 | Run |
| 无分析师覆盖数据 | 提示该标的暂无机构评级数据 | 提示該標的暫無機構評級數據 | No analyst coverage available |
| 其他标准错误输出 | 原样展示,不重试 | 原樣展示,不重試 | Surface verbatim, do not retry |
MCP fallback
MCP备选方案
If CLI is unavailable: , , and .
mcp__longbridge__institution_ratingmcp__longbridge__consensusmcp__longbridge__forecast_eps若CLI不可用:使用、和。
mcp__longbridge__institution_ratingmcp__longbridge__consensusmcp__longbridge__forecast_epsRelated skills
相关技能
| User asks | Route to |
|---|---|
| Full fundamentals (P&L, balance sheet, cash flow) | |
| Insider trades / institutional holdings | |
| Historical valuation percentile | |
| Post-earnings analyst reaction | |
| Pre-earnings preview | |
| 用户询问内容 | 路由至 |
|---|---|
| 完整基本面数据(损益表、资产负债表、现金流量表) | |
| 内幕交易/机构持仓 | |
| 历史估值百分位 | |
| 财报发布后分析师反应 | |
| 财报发布前预览 | |
File layout
文件结构
longbridge-insresearch/
└── SKILL.mdPrompt-only — no . Discover current CLI flags via .
scripts/longbridge <subcommand> --helplongbridge-insresearch/
└── SKILL.md仅含提示信息——无目录。可通过查看当前CLI参数。
scripts/longbridge <subcommand> --help