longbridge-calendar
Original:🇺🇸 English
Translated
Forward-looking events calendar via Longbridge Securities — earnings (financial / report), dividends, IPOs, macro data releases (with importance star filter), and market closure days. Filter by symbol (max 10), market (HK / US / CN / SG / JP / UK / DE / AU), and date range. Read-only. Triggers: "财报日历", "下周谁财报", "earnings calendar", "除权除息日", "派息日", "ex-dividend", "新股", "IPO 日历", "宏观数据", "非农", "CPI", "PCE", "美联储议息", "FOMC", "财报季", "休市日", "财經日曆", "下週誰財報", "除權除息日", "派息日", "新股", "IPO 日歷", "宏觀數據", "美聯儲", "FOMC", "財報季", "休市日", "earnings calendar", "ex-dividend dates", "IPO calendar", "macro calendar", "FOMC meeting", "CPI release", "non-farm payrolls", "market holidays", "trading closed days".
11installs
Sourcelongbridge/skills
Added on
NPX Install
npx skill4agent add longbridge/skills longbridge-calendarTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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.
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-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. |
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.
CLI
bash
# Earnings releases for the next 14 days, US + HK
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
# This month's ex-dividend dates in US
longbridge finance-calendar dividend --market US --format json
# High-importance macro (FOMC / CPI / NFP)
longbridge finance-calendar macrodata --star 3 --format json
# Upcoming IPOs in HK
longbridge finance-calendar ipo --market HK --format json
# Market closure days
longbridge finance-calendar closed --market US --format jsonIf shows newer flags, follow the help output rather than hard-coding here.
--helpOutput
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.
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. |
MCP fallback
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.
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/