mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
longbridge: add page (#22593)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# longbridge
|
||||
|
||||
> AI-native tool for Longbridge Securities - real-time market data, portfolio management, and trading.
|
||||
> More information: <https://open.longbridge.com/docs/cli>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user