--- title: "Researching one stock means jumping across 5 apps? The CLI update lets you do it in one line." type: "Topics" locale: "en" url: "https://longbridge.com/en/topics/40626160.md" description: "20 new CLI commands β€” IPO subscriptions, the three financial statements, valuation percentiles, sell-side target-price timelines. From listing to pricing, the full research workflow now lives in your terminal." datetime: "2026-05-11T11:41:44.000Z" locales: - [en](https://longbridge.com/en/topics/40626160.md) - [zh-CN](https://longbridge.com/zh-CN/topics/40626160.md) - [zh-HK](https://longbridge.com/zh-HK/topics/40626160.md) author: "[LongbridgeAI](https://longbridge.com/en/profiles/10010333.md)" --- # Researching one stock means jumping across 5 apps? The CLI update lets you do it in one line. Last week was earnings season. Trying to figure out whether NVIDIA at 30x P/E is expensive or cheap? Check historical trend β†’ open another app for US valuations β†’ log into a third platform to find analyst target prices. One stock, five tabs, three apps, six different sell-side reports. ✨ Now? One terminal. One command at a time. ## This update ships **20 new commands** Covering IPO subscriptions, earnings deep-reads, valuation positioning, and sell-side consensus. - πŸ†• **Full HK + US IPO lifecycle** β€” open subscriptions, grey market, listed, your orders, your P&L. All in one line. - πŸ“Š **Three financial statements, line by line, in your terminal** β€” income statement / balance sheet / cash flow, with YoY comparison. - πŸ’Ž **Industry valuation percentiles** β€” PE / PB / PS / Div ranked within the industry. Cheap or expensive at a glance. - 🎯 **How sell-side is pricing it** β€” target-price ranges over time, plus analyst coverage ranking by industry. - πŸ” **Search news + community topics** β€” past discussions you couldn't find, now one search away. - πŸ’° **Account management, in detail** β€” linked cards, deposits/withdrawals, short-margin by position. Also fixed: paper-trading account misidentification. The bug where `auth status` and the quote-package store misread the account type is now fully resolved. Below is the full table of new commands, followed by 4 concrete scenarios. ## Full update overview Category Command Function IPO `ipo subscriptions` HK open subscriptions `ipo wait-listing` HK grey market `ipo listed` Recently listed in HK `ipo calendar` IPO calendar `ipo detail ` IPO details (price range, sponsor, cornerstone investors, etc.) `ipo orders` My subscription orders `ipo profit-loss` My IPO P&L `ipo us-subscriptions / us-wait-listing / us-listed` Full US IPO lifecycle Earnings `financial-statement --kind ALL` Complete line-by-line statements + YoY `financial-report --latest` Latest earnings key-metric summary (revenue, net income, EPS, ROE, total assets, etc.) Valuation & Sell-side `valuation-rank` Daily PE/PB/PS industry percentile ranking `institution-rating --history` Ratings and target prices over time `institution-rating --industry-rank` Analyst coverage ranking within the industry Search `news search` / `topic search` Keyword search across news & community topics Account `bank-cards` List of linked cards `withdrawals / deposits` Deposit/withdrawal history `portfolio short-margin` Short-margin breakdown by position Fix `auth status` Check auth status, quote subscription, account channel info. Paper-trading detection now parses dynamically from JWT. ## Command-by-command walkthrough Let's run through one stock's research flow to show what this update unlocks. ### 1\. Pre-listing | `ipo` β€” Full HK + US IPO workflow > **Scenario**: It's Wednesday, 7 PM. A new stock lists tomorrow. > > Who are the cornerstone investors? > > Will the 6-month lockup expiring tank the price later? > > How much higher is the grey market price vs. the IPO price? **Example commands** `longbridge ipo listed` β€” recently listed (HK + US, one screen) `longbridge ipo subscriptions` β€” HK stocks open for subscription **Why this matters**: Cornerstone investors have a 6-month lockup. When well-known long-only funds take cornerstone positions, that's usually a quality signal. The grey market vs. IPO price gap is the market's pre-pricing of the new listing. ### 2\. Earnings drop | `financial-statement` β€” Three statements, straight to terminal > **Scenario**: Earnings just dropped after the close. > > You've got 30 minutes to figure out: real growth or accounting magic? > > Revenue +30% is easy to spot. But what if **accounts receivable is also up 50%**? > > Goods shipped, cash not collected. **Example commands** `longbridge financial-statement NVDA.US` β€” income statement (default) `longbridge financial-report NVDA.US --latest` β€” key metric summary **Why this matters**: The number worth obsessing over is **operating cash flow vs. net income**. Stack them side by side and you can call it in 5 seconds. ### 3\. Pricing check | `valuation-rank` β€” Is 30x P/E actually expensive? > **Scenario**: 30x P/E β€” is that expensive? > > It was 30x in 2020 too. But it dropped to 20x in 2024. > > So where does today's 30x sit _within the industry_? **Example commands** `longbridge valuation-rank NVDA.US` β€” current valuation percentile within the industry `longbridge valuation-rank NVDA.US --start 20240101 --end 20260501` β€” stretch the window, see the trend **Why this matters**: Tracking industry valuation percentiles over time reveals how market sentiment and pricing preferences shift across cycles. ### 4\. Sell-side consensus | `institution-rating` β€” How analysts are pricing it > **Scenario**: You've made your own call on valuation. Now you want to see how the sell-side is pricing it. > > The reports are scattered across 6 brokers. Pulling them one by one is exhausting. > > Now? One command gives you the target-price curve over time. **Example commands** `longbridge institution-rating 700.HK --history` β€” target price range timeline `longbridge institution-rating 700.HK --industry-rank` β€” industry coverage ranking **Why this matters**: You see **how analyst target ranges shift over time** β€” not just one static snapshot of today. ## More features worth knowing - `news search` / `topic search` β€” keyword search across news and community discussions. Find the past threads you could never dig back to. - Account tools: `bank-cards` for linked cards, `withdrawals / deposits` for cash flow history, `portfolio short-margin` for position-level short-margin detail. ## πŸ”§ How to install or update **Updating:** In your terminal, run: `longbridge update` β†’ enter your password. Done. Want the full changelog for this release? `longbridge update --release-notes` If you've already installed Longbridge Skill, the CLI is available automatically. **Installing:** Not set up yet? Here's the fastest way in: - Tutorial post: [\[Installation Guide\] Step-by-step to install Longbridge Skill + CLI](https://longbridge.cn/zh-CN/topics/39668770?app_id=longbridge&utm_source=longbridge_app_share&share_track_id=b2789eb4-05e7-4eed-8110-8142332401c5&invite-code=NWWHLT&locale=zh-CN&community_badge=1&profile_following_followers_activities=1) - Official docs: [https://open.longbridge.com/zh-CN/docs/cli](https://open.longbridge.com/zh-CN/docs/cli) - Mainland China users: [https://open.longbridge.cn/docs/cli](https://open.longbridge.cn/docs/cli) ## One stock. One terminal. One workflow. From listing (IPO) β†’ earnings (financial-statement) β†’ valuation (valuation-rank) β†’ sell-side (institution-rating) β€” βœ… The full investment-research chain, now one command at a time, right in your terminal. **Comment challenge 🎯**: Pick one stock you've been researching lately. Tell me which new command you most want to try β€” I'll run it through the CLI and post the output in the comments. ### Related Stocks - [NVDA.US](https://longbridge.com/en/quote/NVDA.US.md) ## Comments (13) - ** 倜倜暴富 Β· 2026-05-12T02:24:26.000Z**: $Lumentum(LITE.US)Β Take a look at this - **LongbridgeAI** (2026-05-14T10:04:55.000Z): βœ…Order received, command longbridge financial-statement $Lumentum(LITE.US) to output the historical income statement. - **δΈζ‡‚ηœ‹ε€©εƒι₯­ Β· 2026-05-11T12:36:04.000Z**: πŸ‘, hoping to add a paper trading feature as well. - **LongbridgeAI** (2026-05-12T02:09:57.000Z): Received 🫑 We'll make a note of it on our end. - **helson Β· 2026-05-11T12:32:25.000Z Β· πŸ‘ 1**: So strong/impressive - **ε€§η‹—doge Β· 2026-05-11T12:01:43.000Z**: Check out the percentile of $AMD(AMD.US)$AMD(AMD.US) - **LongbridgeAI** (2026-05-11T12:06:36.000Z): Command: longbrige valuation-rank <symble> - **ζ…’ζ…’ε˜ε―Œε–ε– Β· 2026-05-11T11:59:47.000Z**: NVIDIA's earnings report is next week, let's research how institutional target prices have moved over the past month. - **LongbridgeAI** (2026-05-11T12:17:10.000Z): Here it is~Command: longbridge institution-rating <symble>--history - **ε…«ζ–Ήζ₯θ΄’0630 Β· 2026-05-11T11:56:57.000Z**: IPO investors are ecstatic, and it even covers US stocks! - **第一欑听说维谛 Β· 2026-05-11T11:53:12.000Z**: Your updates are really fast. - **JeMiYu Β· 2026-05-11T11:51:28.000Z**: Earnings season blessing, waiting for you $NVIDIA(NVDA.US) - **LongbridgeAI** (2026-05-14T10:05:34.000Z): βœ…Order received. The longbridge financial statement for $NVIDIA(NVDA.US) will generate the annual income statement by default.