From 88f97590fe2bbbe1f40b70ad720b5ffb2f7dd3ab Mon Sep 17 00:00:00 2001 From: Hogan Date: Sat, 27 Jun 2026 08:36:15 +0800 Subject: [PATCH] longbridge: add page (#22593) --- pages/common/longbridge.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/longbridge.md diff --git a/pages/common/longbridge.md b/pages/common/longbridge.md new file mode 100644 index 0000000000..0faed5be9e --- /dev/null +++ b/pages/common/longbridge.md @@ -0,0 +1,32 @@ +# longbridge + +> AI-native tool for Longbridge Securities - real-time market data, portfolio management, and trading. +> More information: . + +- Display a real-time quote for a stock (US, HK, A-share, or Singapore): + +`longbridge quote {{NVDA.US}}` + +- Show a candlestick (K-line) chart for a symbol: + +`longbridge kline {{700.HK}}` + +- List current portfolio positions: + +`longbridge positions` + +- Show portfolio P&L summary: + +`longbridge portfolio` + +- Fetch the latest news for a symbol: + +`longbridge news {{AAPL.US}}` + +- View financial statements for a company: + +`longbridge financial-report {{600519.SH}}` + +- Log in to a Longbridge account: + +`longbridge auth login`