Loading...
Loading...
Compare original and translation side by side
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
响应语言:匹配用户输入语言——简体中文/繁体中文/英文。
investorsfund-holderinsider-tradesshort-positionsbroker-holdingfund-holderinsider-tradesshort-positionsfund-holderbroker-holdinglongbridge-capital-flowlongbridge-corporateshareholderinvestorsfund-holderinsider-tradesshort-positionsbroker-holdingfund-holderinsider-tradesshort-positionsfund-holderbroker-holdinglongbridge-capital-flowlongbridge-corporateshareholderRunif unsure of current flags. The CLI's built-in help is the canonical source.longbridge <subcommand> --help
| CLI command | Returns | Markets |
|---|---|---|
| Live top-50 active fund-manager rankings by AUM (no CIK). | global |
| Latest 13F holdings snapshot for a CIK; | US (SEC EDGAR) |
| Quarter-over-quarter position changes (NEW / ADDED / REDUCED / EXITED). | US |
| Funds and ETFs holding the symbol — name, ticker, currency, weight, report date. | global |
| SEC Form 4 trades — BUY (P) / SELL (S) / GRANT (A) / DISP (D) / TAX (F) / EXERCISE (M/X) / GIFT (G). | US only |
| Short interest, short ratio, days to cover (1–100, default 20). | US only |
| Top buy / sell brokers over the period. | HK only |
| Full broker-holding detail list. | HK only |
| Daily holding history for a specific broker. | HK only |
investors若不确定当前参数,请运行。CLI内置帮助为权威参考来源。longbridge <subcommand> --help
| CLI命令 | 返回内容 | 适用市场 |
|---|---|---|
| 按管理资产规模(AUM)实时排名的前50位主动管理基金经理(无需CIK)。 | 全球 |
| 指定CIK的最新13F持仓快照; | 美国(SEC EDGAR) |
| 季度间仓位变动(新增/加仓/减仓/清仓)。 | 美国 |
| 持有该标的的基金及ETF信息——名称、代码、币种、持仓占比、报告日期。 | 全球 |
| SEC Form 4交易记录——买入(P)/卖出(S)/授予(A)/处置(D)/税务相关(F)/行权(M/X)/赠予(G)。 | 仅美股 |
| 做空兴趣、做空比例、平仓天数(1-100,默认20)。 | 仅美股 |
| 指定时间段内的Top买入/卖出经纪商。 | 仅港股 |
| 完整经纪商持仓明细列表。 | 仅港股 |
| 指定经纪商的每日持仓历史。 | 仅港股 |
investors<CODE>.<MARKET>insider-tradesinvestors<CODE>.<MARKET>insider-tradesinvestorslongbridge investors --format json # AUM rankings (no CIK)
longbridge investors 1067983 --top 20 --format json # Berkshire 13F top 20
longbridge investors changes 1067983 --format json # QoQ changes
longbridge fund-holder AAPL.US --count 30 --format json
longbridge insider-trades TSLA.US --count 40 --format json # US only
longbridge short-positions AAPL.US --count 50 --format json # US only
longbridge broker-holding 700.HK --period rct_5 --format json # HK only
longbridge broker-holding detail 700.HK --format json
longbridge broker-holding daily 700.HK --broker B01224 --format json--helplongbridge investors --format json # 基金规模排名(无需CIK)
longbridge investors 1067983 --top 20 --format json # 伯克希尔哈撒韦13F前20大持仓
longbridge investors changes 1067983 --format json # 季度仓位变动
longbridge fund-holder AAPL.US --count 30 --format json
longbridge insider-trades TSLA.US --count 40 --format json # 仅美股
longbridge short-positions AAPL.US --count 50 --format json # 仅美股
longbridge broker-holding 700.HK --period rct_5 --format json # 仅港股
longbridge broker-holding detail 700.HK --format json
longbridge broker-holding daily 700.HK --broker B01224 --format json--helpinvestorschangesfund-holderinsider-tradesshort-positionsbroker-holding--perioddetaildailyinvestorschangesfund-holderinsider-tradesshort-positionsbroker-holding--perioddetaildaily| Situation | Reply |
|---|---|
Shell | Fall back to MCP if configured; otherwise tell the user to install longbridge-terminal. |
Non-US symbol passed to | Reply "This subcommand only supports US-listed equities." |
Non-HK symbol passed to | Reply "Broker holding is HK-only." |
| Empty result | State explicitly. Do not invent. |
| Other stderr | Relay verbatim — never silently retry. |
| 场景 | 回复内容 |
|---|---|
Shell提示 | 若已配置则 fallback 至MCP;否则告知用户安装longbridge-terminal。 |
将非美股标的传入 | 回复「该子命令仅支持美股上市股票。」 |
将非港股标的传入 | 回复「经纪商持仓功能仅支持港股。」 |
| 结果为空 | 明确说明,不得编造数据。 |
| 其他标准错误输出 | 直接转发内容——切勿静默重试。 |
| CLI subcommand | MCP tool |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| CLI子命令 | MCP工具 |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| Skill | Why |
|---|---|
| Major shareholder % structure (a different lens than 13F flow). |
| Today's intraday large/medium/small-order distribution. |
| Filings (8-K / 13D / 13G) often pair with flow events. |
| Earnings + dividend backdrop for insider context. |
| Live price for sizing the flow. |
| 技能 | 关联原因 |
|---|---|
| 主要股东持股比例结构(与13F资金流视角不同)。 |
| 当日日内大/中/小单资金分布情况。 |
| 申报文件(8-K/13D/13G)常与资金流事件相关。 |
| 盈利及分红背景可为内部人交易提供上下文。 |
| 实时价格可用于衡量资金流规模。 |
longbridge-flows/
└── SKILL.md # prompt-only, no scripts/longbridge-flows/
└── SKILL.md # 仅含提示信息,无scripts/目录