Loading...
Loading...
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".
npx skill4agent add longbridge/skills longbridge-calendarResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
reportfinancialdividendipomacrodata--star 3closedreportdividendmacrodata --star 3longbridge-fundamentallongbridge-catalyst-radarRunif unsure of current flags. The CLI's built-in help is the canonical source.longbridge finance-calendar --help
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. |
| 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. |
<EVENT_TYPE>--symbol--market--start--end--start <today> --end <today+7>--star 3# 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 json--helpreportfinancialdividendipomacrodataclosed| 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. |
| CLI usage | MCP tool |
|---|---|
| |
| 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. |
longbridge-calendar/
└── SKILL.md # prompt-only, no scripts/