longbridge-calendar
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-calendar
longbridge-calendar
Forward-looking calendar of corporate and macro events: earnings, dividends, IPOs, macro data, and market closures.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
企业与宏观事件前瞻性日历:涵盖财报、股息、IPO、宏观数据以及市场休市信息。
响应语言:匹配用户输入语言——简体中文/繁体中文/英文。
When to use
使用场景
- "下周哪些公司财报", "NVDA 下次财报什么时候", "earnings next week" → (or
report)financial - "AAPL 下次除息日", "港股下周派息", "ex-dividend dates" →
dividend - "下周有什么新股", "美股 IPO 日历", "upcoming IPOs" →
ipo - "下周非农", "CPI 什么时候", "FOMC 议息", "macro calendar" → (use
macrodatafor top-importance only)--star 3 - "美股下周休市吗", "market holidays" →
closed - "下周市场全景" → call +
report+dividendconcurrentlymacrodata --star 3
For a single stock's historical earnings → . For watchlist-driven daily briefings → .
longbridge-fundamentallongbridge-catalyst-radar- "下周哪些公司财报"、"NVDA 下次财报什么时候"、"earnings next week" → 调用(或
report)financial - "AAPL 下次除息日"、"港股下周派息"、"ex-dividend dates" → 调用
dividend - "下周有什么新股"、"美股 IPO 日历"、"upcoming IPOs" → 调用
ipo - "下周非农"、"CPI 什么时候"、"FOMC 议息"、"macro calendar" → 调用(仅需高重要性事件时添加
macrodata)--star 3 - "美股下周休市吗"、"market holidays" → 调用
closed - "下周市场全景" → 同时调用+
report+dividendmacrodata --star 3
如需查询单只股票的历史财报数据 → 使用。如需基于自选股的每日简报 → 使用。
longbridge-fundamentallongbridge-catalyst-radarSubcommands
子命令
Runif unsure of current flags. The CLI's built-in help is the canonical source.longbridge finance-calendar --help
A single command handles all event types:
longbridge finance-calendar <EVENT_TYPE> [OPTIONS] | Returns |
|---|---|
| Financial-period events. |
| Earnings releases (V2 rule: includes |
| Dividend ex-dates / pay-dates. |
| Upcoming initial public offerings. |
| Macro data releases (CPI / NFP / FOMC / GDP / etc.). Use |
| Market closure days. |
Common options:
| Flag | Meaning |
|---|---|
| Filter by symbol; repeatable up to 10. With |
| Filter by market: |
| Start date. Default: today (or 3 months ago when |
| End date. Default: no limit. |
| Max events (default 100). |
| Macro importance, repeatable. Only effective for |
| Pagination direction (default |
| Pagination offset. |
| Output format. |
若不确定当前参数,可运行。CLI内置帮助为权威参考来源。longbridge finance-calendar --help
单个命令即可处理所有事件类型:
longbridge finance-calendar <EVENT_TYPE> [OPTIONS] | 返回内容 |
|---|---|
| 财务周期相关事件。 |
| 财报发布(V2规则:自动包含 |
| 股息除息日/派息日。 |
| 即将到来的首次公开募股(IPO)。 |
| 宏观数据发布(CPI/NFP/FOMC/GDP等)。可使用 |
| 市场休市日。 |
通用选项:
| 参数 | 说明 |
|---|---|
| 按标的代码筛选;最多可重复10次。使用该参数时,默认起始日期为3个月前;未使用时默认起始日期为今日。 |
| 按市场筛选: |
| 起始日期。默认值:今日(使用 |
| 结束日期。默认值:无限制。 |
| 最大返回事件数(默认100)。 |
| 宏观事件重要性,可重复使用。仅对 |
| 分页方向(默认 |
| 分页偏移量。 |
| 输出格式。 |
Workflow
工作流程
- Pick from the prompt cue.
<EVENT_TYPE> - Decide scope: (1–10 specific tickers) and/or
--symbol(one or more markets).--market - Decide window: /
--start. For "next week" use--end.--start <today> --end <today+7> - For macro: add (or 2,3) when the user wants high-impact only.
--star 3 - Call the CLI; render a date-grouped table.
- Cite Longbridge Securities and the queried date range.
- 根据提示选择。
<EVENT_TYPE> - 确定查询范围:(1-10个特定标的代码)和/或
--symbol(一个或多个市场)。--market - 确定时间窗口:/
--start。如需查询“下周”,使用--end。--start <今日> --end <今日+7> - 宏观事件查询:当用户仅需高影响事件时,添加(或2,3)。
--star 3 - 调用CLI;按日期分组渲染表格。
- 标注数据来源为长桥证券及查询的日期范围。
CLI
CLI 示例
bash
undefinedbash
undefinedEarnings releases for the next 14 days, US + HK
查询未来14天美国+香港市场的财报发布
longbridge finance-calendar report --market US --market HK --end 2026-05-12 --format json
longbridge finance-calendar report --market US --market HK --end 2026-05-12 --format json
Specific tickers' upcoming earnings
查询特定标的即将发布的财报
longbridge finance-calendar financial --symbol AAPL.US --symbol TSLA.US --format json
longbridge finance-calendar financial --symbol AAPL.US --symbol TSLA.US --format json
This month's ex-dividend dates in US
查询本月美国市场的除息日
longbridge finance-calendar dividend --market US --format json
longbridge finance-calendar dividend --market US --format json
High-importance macro (FOMC / CPI / NFP)
查询高重要性宏观事件(FOMC/CPI/NFP)
longbridge finance-calendar macrodata --star 3 --format json
longbridge finance-calendar macrodata --star 3 --format json
Upcoming IPOs in HK
查询香港市场即将到来的IPO
longbridge finance-calendar ipo --market HK --format json
longbridge finance-calendar ipo --market HK --format json
Market closure days
查询市场休市日
longbridge finance-calendar closed --market US --format json
If `--help` shows newer flags, follow the help output rather than hard-coding here.longbridge finance-calendar closed --market US --format json
若`--help`显示更新的参数,请以帮助输出为准,而非本文硬编码内容。Output
输出格式
Render in the user's language. Suggested layouts:
reportfinancialdividendipomacrodataclosedWhen a result is empty for the chosen window, say so explicitly and offer to widen the window or check another market.
按用户使用的语言渲染。建议布局:
reportfinancialdividendipomacrodataclosed若所选时间窗口无结果,请明确告知用户,并提供扩大时间窗口或更换市场的建议。
Error handling
错误处理
| Situation | Reply |
|---|---|
Shell | Fall back to MCP if configured; otherwise tell the user to install longbridge-terminal. |
stderr | Hint |
| Empty result | State explicitly. Offer to widen the window or remove a filter. |
| Invalid date format | Re-prompt with |
| Other stderr | Relay verbatim — never silently retry. |
| 场景 | 回复内容 |
|---|---|
Shell 返回 | 若已配置则 fallback 至MCP;否则告知用户安装longbridge-terminal。 |
stderr 返回 | 提示用户执行 |
| 无查询结果 | 明确告知用户,并提供扩大时间窗口或移除筛选条件的建议。 |
| 日期格式无效 | 重新提示用户使用 |
| 其他stderr内容 | 直接转发内容——切勿静默重试。 |
MCP fallback
MCP 降级方案
When the CLI binary is missing, fall back via the equivalent MCP tool. Tool names typically mirror CLI subcommand names (snake_case).
| CLI usage | MCP tool |
|---|---|
| |
If the name above does not resolve, fall back via the equivalent MCP tool when CLI is missing.
当CLI二进制文件缺失时,通过等效的MCP工具降级处理。工具名称通常与CLI子命令名称一致(蛇形命名法)。
| CLI 用法 | MCP 工具 |
|---|---|
| |
若上述名称无法解析,当CLI缺失时仍需通过等效MCP工具降级处理。
Related skills
相关技能
| Skill | Why |
|---|---|
| Watchlist-scoped morning/evening briefings layered on this calendar. |
| Single-symbol earnings deep-dive once the date arrives. |
| Historical earnings KPIs (the past counterpart). |
| Filings and headline reaction around the event. |
| 技能 | 关联原因 |
|---|---|
| 基于本日历的自选股专属早晚简报。 |
| 财报发布日当天的单标的财报深度分析。 |
| 历史财报关键指标查询(本工具的“过往数据”对应功能)。 |
| 事件相关的公告及头条舆情。 |
File layout
文件结构
longbridge-calendar/
└── SKILL.md # prompt-only, no scripts/longbridge-calendar/
└── SKILL.md # 仅含提示信息,无scripts/目录