# Longbridge Developers Documentation Longbridge Developers provides programmatic quote trading interfaces for investors with research and development capabilities and assists them to build trading or quote strategy analysis tools based on their own investment strategies. The functions fall into the following categories: - **Trading** - Create, amend, cancel orders, query today's/past orders and transaction details, etc. - **Quotes** - Real-time quotes, acquisition of historical quotes, etc. - **Portfolio** - Real-time query of the account assets, positions, funds - **Real-time subscription** - Provides real-time quotes and push notifications for order status changes ## Interface Type Longbridge provides diversified access methods such as HTTP / WebSockets interfaces for accessing the underlying services and SDK (Python / C++, etc.) encapsulated in the upper layer, allowing flexible choices. ## How to Enable OpenAPI 1. Log in to the [Longbridge App](https://longbridge.com/download) to complete the account opening process; 2. Log in to the [longbridge.com](https://longbridge.com) and enter the developer platform, complete the developer verification (OpenAPI permission application), and obtain a token. ## Quote Coverage
Market Symbol
HK Market Securities (including equities, ETFs, Warrants, CBBCs)
Hang Seng Index
US Market Securities (including stocks, ETFs)
Nasdsaq Index
OPRA Options
CN Market Securities (including stocks, ETFs)
Index
## Trading Supported trading functions include: | Market | Stock and ETF | Warrant & CBBC | Options | | --------- | ------------- | -------------- | ------- | | HK Market | ✓ | ✓ | | | US Market | ✓ | ✓ | ✓ | ## Rate Limit {#rate-limit} | Category | Limitation | | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Quote API | | | Trade API | | :::success The [OpenAPI SDK](https://open.longbridge.com/sdk) has done effective frequency control internally: - Quote: The methods under `QuoteContext` will be actively controlled by the SDK according to the server's rate limit. When the request is too fast, the SDK will automatically delay the request. Therefore, you do not need to implement the frequency control details separately. - Trade: The methods under `TradeContext` are not limited by the SDK. Due to the special nature of the trading order placement scenario, this is left to the user to handle. ::: ## Pricing {#pricing} Longbridge does not charge any additional fees for activating or using interface services. You only need to open a Longbridge Integrated A/C and get OpenAPI service permissions to use it for free. For actual transaction fees, please contact the brokerage firm where you have opened your securities account. ## Other The OpenAPI services are provided by Longbridge and the applicable affiliates (subject to the agreement). openapi-trade.longbridge.com ## SDK - [Overview](https://open.longbridge.com/docs.md) ## Docs - [Get Socket OTP (One time password)](https://open.longbridge.com/docs/socket-token-api.md) - [llm](https://open.longbridge.com/docs/llm.md) - [MCP](https://open.longbridge.com/docs/mcp.md) - [Getting Started](https://open.longbridge.com/docs/getting-started.md) - [Agent Auth Code](https://open.longbridge.com/docs/agent-auth.md) - [API Reference](https://open.longbridge.com/docs/api.md) ## Content - [Overview](https://open.longbridge.com/docs/content/overview.md) ## Sharelist - [Create Sharelist](https://open.longbridge.com/docs/content/sharelist/create-sharelist.md) - [Add Securities to Sharelist](https://open.longbridge.com/docs/content/sharelist/add-securities.md) - [Popular Sharelists](https://open.longbridge.com/docs/content/sharelist/popular-sharelist.md) - [Delete Sharelist](https://open.longbridge.com/docs/content/sharelist/delete-sharelist.md) - [List Sharelists](https://open.longbridge.com/docs/content/sharelist/list-sharelist.md) - [Update Sharelist](https://open.longbridge.com/docs/content/sharelist/update-sharelist.md) - [Sort Securities in Sharelist](https://open.longbridge.com/docs/content/sharelist/sort-securities.md) - [Sharelist Detail](https://open.longbridge.com/docs/content/sharelist/sharelist-detail.md) - [Remove Securities from Sharelist](https://open.longbridge.com/docs/content/sharelist/remove-securities.md) ## News - [Security News](https://open.longbridge.com/docs/content/news/news.md) ## Topics - [Create Topic Reply](https://open.longbridge.com/docs/content/topics/create-topic-reply.md) - [Topic Replies](https://open.longbridge.com/docs/content/topics/topic-replies.md) - [Topics by Symbol](https://open.longbridge.com/docs/content/topics/topics.md) - [Topic Detail](https://open.longbridge.com/docs/content/topics/topic-detail.md) - [Create Topic](https://open.longbridge.com/docs/content/topics/create-topic.md) - [My Topics](https://open.longbridge.com/docs/content/topics/my-topics.md) ## Legal - [User Data Authorisation and Acknowledgement — HK](https://open.longbridge.com/docs/legal/user-data-authorization-hk.md) - [Longbridge Developers Platform Disclaimer — HK](https://open.longbridge.com/docs/legal/developers-platform-disclaimer-hk.md) - [Longbridge Developers API Non-Commercial Licence Agreement — SG](https://open.longbridge.com/docs/legal/api-license-agreement-sg.md) - [User Data Authorisation and Acknowledgement — SG](https://open.longbridge.com/docs/legal/user-data-authorization-sg.md) - [Longbridge API Non-Commercial Licence Agreement — HK](https://open.longbridge.com/docs/legal/api-license-agreement-hk.md) - [Longbridge Developers Platform Disclaimer — SG](https://open.longbridge.com/docs/legal/developers-platform-disclaimer-sg.md) - [Legal](https://open.longbridge.com/docs/legal/index.md) ## Assets - [Brand Assets](https://open.longbridge.com/docs/assets/index.md) ## Quote - [Overview](https://open.longbridge.com/docs/quote/overview.md) - [Definition](https://open.longbridge.com/docs/quote/objects.md) ## Subscribe - [Overview](https://open.longbridge.com/docs/quote/subscribe/overview.md) - [Get Subscriptions](https://open.longbridge.com/docs/quote/subscribe/subscription.md) - [Unsubscribe](https://open.longbridge.com/docs/quote/subscribe/unsubscribe.md) - [Subscribe Quote](https://open.longbridge.com/docs/quote/subscribe/subscribe.md) ## Push - [Depth](https://open.longbridge.com/docs/quote/push/depth.md) - [Trades](https://open.longbridge.com/docs/quote/push/trade.md) - [Quote](https://open.longbridge.com/docs/quote/push/quote.md) - [Candlesticks](https://open.longbridge.com/docs/quote/push/candlestick.md) - [Brokers](https://open.longbridge.com/docs/quote/push/broker.md) ## Security - [Overnight Eligible Securities](https://open.longbridge.com/docs/quote/security/security_list.md) ## Watchlist - [Create Group](https://open.longbridge.com/docs/quote/watchlist/watchlist_create_group.md) - [Delete Group](https://open.longbridge.com/docs/quote/watchlist/watchlist_delete_group.md) - [Manage Group Securities](https://open.longbridge.com/docs/quote/watchlist/watchlist_update_group.md) - [Update Pinned](https://open.longbridge.com/docs/quote/watchlist/update-pinned.md) - [Watchlist Groups](https://open.longbridge.com/docs/quote/watchlist/watchlist_groups.md) ## Pull - [Broker Queue](https://open.longbridge.com/docs/quote/pull/brokers.md) - [Depth](https://open.longbridge.com/docs/quote/pull/depth.md) - [Filings](https://open.longbridge.com/docs/quote/pull/filings.md) - [Trades](https://open.longbridge.com/docs/quote/pull/trade.md) - [Screener](https://open.longbridge.com/docs/quote/pull/warrant-filter.md) - [Static Info](https://open.longbridge.com/docs/quote/pull/static.md) - [Quotes](https://open.longbridge.com/docs/quote/pull/quote.md) - [Issuers](https://open.longbridge.com/docs/quote/pull/issuer.md) - [Option Chain](https://open.longbridge.com/docs/quote/pull/optionchain-date-strike.md) - [Daily Volume](https://open.longbridge.com/docs/quote/pull/option-volume-daily.md) - [Capital Distribution](https://open.longbridge.com/docs/quote/pull/capital-distribution.md) - [Option Quotes](https://open.longbridge.com/docs/quote/pull/option-quote.md) - [Intraday](https://open.longbridge.com/docs/quote/pull/intraday.md) - [Capital Flow](https://open.longbridge.com/docs/quote/pull/capital-flow-intraday.md) - [Broker IDs](https://open.longbridge.com/docs/quote/pull/broker-ids.md) - [Short Positions (US & HK)](https://open.longbridge.com/docs/quote/pull/short-positions.md) - [Candlesticks](https://open.longbridge.com/docs/quote/pull/candlestick.md) - [Quotes](https://open.longbridge.com/docs/quote/pull/warrant-quote.md) - [Volume](https://open.longbridge.com/docs/quote/pull/option-volume.md) - [Historical Candlesticks](https://open.longbridge.com/docs/quote/pull/history-candlestick.md) - [Expiry Dates](https://open.longbridge.com/docs/quote/pull/optionchain-date.md) - [Calc Index](https://open.longbridge.com/docs/quote/pull/calc-index.md) - [Daily Short Sale Volume](https://open.longbridge.com/docs/quote/pull/short-trades.md) ## Screener - [Screener Search](https://open.longbridge.com/docs/screener/screener-search.md) - [Preset Screener Strategies](https://open.longbridge.com/docs/screener/screener-recommend-strategies.md) - [Screener Strategy Detail](https://open.longbridge.com/docs/screener/screener-strategy.md) - [My Screener Strategies](https://open.longbridge.com/docs/screener/screener-user-strategies.md) - [Screener Indicators](https://open.longbridge.com/docs/screener/screener-indicators.md) ## Trade - [Trade Push](https://open.longbridge.com/docs/trade/trade-push.md) - [Definition](https://open.longbridge.com/docs/trade/trade-definition.md) - [Overview](https://open.longbridge.com/docs/trade/trade-overview.md) ## Execution - [Today Executions](https://open.longbridge.com/docs/trade/execution/today_executions.md) - [History Executions](https://open.longbridge.com/docs/trade/execution/history_executions.md) ## Asset - [Account Assets](https://open.longbridge.com/docs/trade/asset/account.md) - [Stock Positions](https://open.longbridge.com/docs/trade/asset/stock.md) - [Fund Positions](https://open.longbridge.com/docs/trade/asset/fund.md) - [Margin Ratio](https://open.longbridge.com/docs/trade/asset/margin_ratio.md) - [Cash Flow](https://open.longbridge.com/docs/trade/asset/cashflow.md) ## Order - [Cancel Order](https://open.longbridge.com/docs/trade/order/withdraw.md) - [History Orders](https://open.longbridge.com/docs/trade/order/history_orders.md) - [Submit Order](https://open.longbridge.com/docs/trade/order/submit.md) - [Estimate Maximum Purchase Quantity](https://open.longbridge.com/docs/trade/order/estimate_available_buy_limit.md) - [Today Orders](https://open.longbridge.com/docs/trade/order/today_orders.md) - [Replace Order](https://open.longbridge.com/docs/trade/order/replace.md) - [Order Details](https://open.longbridge.com/docs/trade/order/order_detail.md) ## Qa - [Trade](https://open.longbridge.com/docs/qa/trade.md) - [General](https://open.longbridge.com/docs/qa/general.md) - [Quote Releated](https://open.longbridge.com/docs/qa/broker.md) ## Account - [Overview](https://open.longbridge.com/docs/account/overview.md) ## Alert - [Create Alert](https://open.longbridge.com/docs/account/alert/create-alert.md) - [Delete Alert](https://open.longbridge.com/docs/account/alert/delete-alert.md) - [Update Alert](https://open.longbridge.com/docs/account/alert/update-alert.md) - [List Alerts](https://open.longbridge.com/docs/account/alert/list-alerts.md) ## Portfolio - [Profit Analysis Summary](https://open.longbridge.com/docs/account/portfolio/profit-analysis-summary.md) - [Profit Analysis Flows](https://open.longbridge.com/docs/account/portfolio/profit-analysis-flows.md) - [Exchange Rates](https://open.longbridge.com/docs/account/portfolio/exchange-rates.md) - [Profit Analysis Detail](https://open.longbridge.com/docs/account/portfolio/profit-analysis-detail.md) - [Profit Analysis by Market](https://open.longbridge.com/docs/account/portfolio/profit-analysis-by-market.md) ## Dca - [DCA Trade History](https://open.longbridge.com/docs/account/dca/dca-history.md) - [Set DCA Reminder](https://open.longbridge.com/docs/account/dca/set-reminder.md) - [Update DCA Plan](https://open.longbridge.com/docs/account/dca/update-dca.md) - [Create DCA Plan](https://open.longbridge.com/docs/account/dca/create-dca.md) - [Resume DCA Plan](https://open.longbridge.com/docs/account/dca/resume-dca.md) - [Pause DCA Plan](https://open.longbridge.com/docs/account/dca/pause-dca.md) - [DCA Statistics](https://open.longbridge.com/docs/account/dca/dca-stats.md) - [Calculate DCA Date](https://open.longbridge.com/docs/account/dca/calc-date.md) - [Check DCA Support](https://open.longbridge.com/docs/account/dca/check-support.md) - [Stop DCA Plan](https://open.longbridge.com/docs/account/dca/stop-dca.md) - [List DCA Plans](https://open.longbridge.com/docs/account/dca/list-dca.md) ## Socket - [Subscribe Real-Time Trading Data](https://open.longbridge.com/docs/socket/subscribe_trade.md) - [Endpoints](https://open.longbridge.com/docs/socket/hosts.md) - [Subscribe Real-Time Market Data](https://open.longbridge.com/docs/socket/subscribe_quote.md) - [Data Commands](https://open.longbridge.com/docs/socket/biz_command.md) - [Control commands](https://open.longbridge.com/docs/socket/control-command.md) - [Access differences between WebSocket and TCP](https://open.longbridge.com/docs/socket/diff_ws_tcp.md) ## Protocol - [Protocol Overview](https://open.longbridge.com/docs/socket/protocol/overview.md) - [Parse Request Packet](https://open.longbridge.com/docs/socket/protocol/request.md) - [Parse Handshake](https://open.longbridge.com/docs/socket/protocol/handshake.md) - [Communication Model](https://open.longbridge.com/docs/socket/protocol/connect.md) - [Parse Push Packet](https://open.longbridge.com/docs/socket/protocol/push.md) - [Parse Response Packet](https://open.longbridge.com/docs/socket/protocol/response.md) - [Parse Header of Packet](https://open.longbridge.com/docs/socket/protocol/header.md) ## Market - [Rank Categories](https://open.longbridge.com/docs/market/rank-categories.md) - [Popularity Leaderboard](https://open.longbridge.com/docs/market/rank-list.md) - [Top Movers](https://open.longbridge.com/docs/market/top-movers.md) - [Unusual Items](https://open.longbridge.com/docs/market/unusual-items.md) - [Market Status](https://open.longbridge.com/docs/market/market-status.md) - [Trading Sessions](https://open.longbridge.com/docs/market/trade-session.md) - [Trading Days](https://open.longbridge.com/docs/market/trade-days.md) - [Market Temperature](https://open.longbridge.com/docs/market/market-temperature.md) - [Historical Temperature](https://open.longbridge.com/docs/market/history-market-temperature.md) ## Calendar - [Meeting Calendar](https://open.longbridge.com/docs/market/calendar/meeting-calendar.md) - [Split Calendar](https://open.longbridge.com/docs/market/calendar/split-calendar.md) - [IPO Calendar](https://open.longbridge.com/docs/market/calendar/ipo-calendar.md) - [Dividend Calendar](https://open.longbridge.com/docs/market/calendar/dividend-calendar.md) - [Macro Calendar](https://open.longbridge.com/docs/market/calendar/macro-calendar.md) - [Earnings Calendar](https://open.longbridge.com/docs/market/calendar/earnings-calendar.md) - [Merge Calendar](https://open.longbridge.com/docs/market/calendar/merge-calendar.md) ## Cli - [Installation](https://open.longbridge.com/docs/cli/install.md) - [quant run](https://open.longbridge.com/docs/cli/quant.md) - [tui](https://open.longbridge.com/docs/cli/tui.md) - [Longbridge CLI](https://open.longbridge.com/docs/cli/index.md) - [Release Notes](https://open.longbridge.com/docs/cli/release-notes.md) ## Content - [filing](https://open.longbridge.com/docs/cli/content/filing.md) - [topic](https://open.longbridge.com/docs/cli/content/topic.md) - [news](https://open.longbridge.com/docs/cli/content/news.md) ## Quant - [Stock Screener](https://open.longbridge.com/docs/cli/quant/screener.md) - [Indicator](https://open.longbridge.com/docs/cli/quant/indicator.md) - [Backtest](https://open.longbridge.com/docs/cli/quant/backtest.md) ## Market-data - [rank](https://open.longbridge.com/docs/cli/market-data/rank.md) - [brokers](https://open.longbridge.com/docs/cli/market-data/brokers.md) - [depth](https://open.longbridge.com/docs/cli/market-data/depth.md) - [trading](https://open.longbridge.com/docs/cli/market-data/trading.md) - [kline](https://open.longbridge.com/docs/cli/market-data/kline.md) - [ah-premium](https://open.longbridge.com/docs/cli/market-data/ah-premium.md) - [static](https://open.longbridge.com/docs/cli/market-data/static.md) - [security-list](https://open.longbridge.com/docs/cli/market-data/security-list.md) - [quote](https://open.longbridge.com/docs/cli/market-data/quote.md) - [subscriptions](https://open.longbridge.com/docs/cli/market-data/subscriptions.md) - [broker-holding](https://open.longbridge.com/docs/cli/market-data/broker-holding.md) - [anomaly](https://open.longbridge.com/docs/cli/market-data/anomaly.md) - [intraday](https://open.longbridge.com/docs/cli/market-data/intraday.md) - [constituent](https://open.longbridge.com/docs/cli/market-data/constituent.md) - [top-movers](https://open.longbridge.com/docs/cli/market-data/top-movers.md) - [trades](https://open.longbridge.com/docs/cli/market-data/trades.md) - [market-status](https://open.longbridge.com/docs/cli/market-data/market-status.md) - [participants](https://open.longbridge.com/docs/cli/market-data/participants.md) - [market-temp](https://open.longbridge.com/docs/cli/market-data/market-temp.md) - [calc-index](https://open.longbridge.com/docs/cli/market-data/calc-index.md) - [capital](https://open.longbridge.com/docs/cli/market-data/capital.md) - [trade-stats](https://open.longbridge.com/docs/cli/market-data/trade-stats.md) ## Ipo - [ipo](https://open.longbridge.com/docs/cli/ipo/index.md) ## Account - [assets](https://open.longbridge.com/docs/cli/account/assets.md) - [fund-positions](https://open.longbridge.com/docs/cli/account/fund-positions.md) - [alert](https://open.longbridge.com/docs/cli/account/alert.md) - [cash-flow](https://open.longbridge.com/docs/cli/account/cash-flow.md) - [portfolio](https://open.longbridge.com/docs/cli/account/portfolio.md) - [deposits](https://open.longbridge.com/docs/cli/account/deposits.md) - [statement](https://open.longbridge.com/docs/cli/account/statement.md) - [fund-holder](https://open.longbridge.com/docs/cli/account/fund-holder.md) - [dca](https://open.longbridge.com/docs/cli/account/dca.md) - [withdrawals](https://open.longbridge.com/docs/cli/account/withdrawals.md) - [positions](https://open.longbridge.com/docs/cli/account/positions.md) - [bank-cards](https://open.longbridge.com/docs/cli/account/bank-cards.md) - [profit-analysis](https://open.longbridge.com/docs/cli/account/profit-analysis.md) ## Fundamentals - [forecast-eps](https://open.longbridge.com/docs/cli/fundamentals/forecast-eps.md) - [company](https://open.longbridge.com/docs/cli/fundamentals/company.md) - [financial-statement](https://open.longbridge.com/docs/cli/fundamentals/financial-statement.md) - [institution-rating](https://open.longbridge.com/docs/cli/fundamentals/institution-rating.md) - [compare](https://open.longbridge.com/docs/cli/fundamentals/compare.md) - [finance-calendar](https://open.longbridge.com/docs/cli/fundamentals/finance-calendar.md) - [macrodata](https://open.longbridge.com/docs/cli/fundamentals/macrodata.md) - [business-segments](https://open.longbridge.com/docs/cli/fundamentals/business-segments.md) - [valuation](https://open.longbridge.com/docs/cli/fundamentals/valuation.md) - [corp-action](https://open.longbridge.com/docs/cli/fundamentals/corp-action.md) - [invest-relation](https://open.longbridge.com/docs/cli/fundamentals/invest-relation.md) - [financial-report](https://open.longbridge.com/docs/cli/fundamentals/financial-report.md) - [industry-valuation](https://open.longbridge.com/docs/cli/fundamentals/industry-valuation.md) - [consensus](https://open.longbridge.com/docs/cli/fundamentals/consensus.md) - [dividend](https://open.longbridge.com/docs/cli/fundamentals/dividend.md) - [industry-rank](https://open.longbridge.com/docs/cli/fundamentals/industry-rank.md) - [valuation-rank](https://open.longbridge.com/docs/cli/fundamentals/valuation-rank.md) - [operating](https://open.longbridge.com/docs/cli/fundamentals/operating.md) - [executive](https://open.longbridge.com/docs/cli/fundamentals/executive.md) - [industry-peers](https://open.longbridge.com/docs/cli/fundamentals/industry-peers.md) ## Orders - [exchange-rate](https://open.longbridge.com/docs/cli/orders/exchange-rate.md) - [margin-ratio](https://open.longbridge.com/docs/cli/orders/margin-ratio.md) - [order](https://open.longbridge.com/docs/cli/orders/order.md) - [max-qty](https://open.longbridge.com/docs/cli/orders/max-qty.md) ## Derivatives - [short-positions](https://open.longbridge.com/docs/cli/derivatives/short-positions.md) - [warrant](https://open.longbridge.com/docs/cli/derivatives/warrant.md) - [option](https://open.longbridge.com/docs/cli/derivatives/option.md) - [short-trades](https://open.longbridge.com/docs/cli/derivatives/short-trades.md) ## Watchlist - [watchlist](https://open.longbridge.com/docs/cli/watchlist/watchlist.md) - [sharelist](https://open.longbridge.com/docs/cli/watchlist/sharelist.md) ## Research - [screener](https://open.longbridge.com/docs/cli/research/screener.md) - [insider-trades](https://open.longbridge.com/docs/cli/research/insider-trades.md) - [shareholder](https://open.longbridge.com/docs/cli/research/shareholder.md) - [investors](https://open.longbridge.com/docs/cli/research/investors.md) ## Fundamental - [Overview](https://open.longbridge.com/docs/fundamental/overview.md) ## Market - [Index Components](https://open.longbridge.com/docs/fundamental/market/index-components.md) - [A/H Premium](https://open.longbridge.com/docs/fundamental/market/ah-premium.md) - [Broker Positions](https://open.longbridge.com/docs/fundamental/market/broker-positions.md) - [Broker Holding Detail](https://open.longbridge.com/docs/fundamental/market/broker-holding-detail.md) - [Broker Holding Daily](https://open.longbridge.com/docs/fundamental/market/broker-holding-daily.md) - [A/H Premium Intraday](https://open.longbridge.com/docs/fundamental/market/ah-premium-intraday.md) - [Trading Stats](https://open.longbridge.com/docs/fundamental/market/trading-stats.md) ## Fundamental - [Macroeconomic Historical Data](https://open.longbridge.com/docs/fundamental/fundamental/macroeconomic.md) - [Analyst Ratings](https://open.longbridge.com/docs/fundamental/fundamental/ratings.md) - [Forecast EPS](https://open.longbridge.com/docs/fundamental/fundamental/forecast-eps.md) - [Dividends](https://open.longbridge.com/docs/fundamental/fundamental/dividends.md) - [Valuation Comparison](https://open.longbridge.com/docs/fundamental/fundamental/valuation-comparison.md) - [Shareholder Detail](https://open.longbridge.com/docs/fundamental/fundamental/shareholder-detail.md) - [Corporate Actions](https://open.longbridge.com/docs/fundamental/fundamental/corporate-actions.md) - [Institution Rating](https://open.longbridge.com/docs/fundamental/fundamental/institution-rating.md) - [Business Segments History](https://open.longbridge.com/docs/fundamental/fundamental/business-segments-history.md) - [Dividend Detail](https://open.longbridge.com/docs/fundamental/fundamental/dividend-detail.md) - [Financial Report Snapshot](https://open.longbridge.com/docs/fundamental/fundamental/financial-report-snapshot.md) - [Business Segments](https://open.longbridge.com/docs/fundamental/fundamental/business-segments.md) - [Valuation History](https://open.longbridge.com/docs/fundamental/fundamental/valuation-history.md) - [Institution Rating Detail](https://open.longbridge.com/docs/fundamental/fundamental/institution-rating-detail.md) - [Valuations](https://open.longbridge.com/docs/fundamental/fundamental/valuations.md) - [Fund Holdings](https://open.longbridge.com/docs/fundamental/fundamental/fund-holdings.md) - [Company Profile](https://open.longbridge.com/docs/fundamental/fundamental/company-profile.md) - [Industry Valuation Distribution](https://open.longbridge.com/docs/fundamental/fundamental/industry-valuation-dist.md) - [Investment Relations](https://open.longbridge.com/docs/fundamental/fundamental/invest-relation.md) - [Macroeconomic Indicators](https://open.longbridge.com/docs/fundamental/fundamental/macroeconomic-indicators.md) - [Financial Report](https://open.longbridge.com/docs/fundamental/fundamental/financial-report.md) - [Industry Valuation](https://open.longbridge.com/docs/fundamental/fundamental/industry-valuation.md) - [Financial Consensus](https://open.longbridge.com/docs/fundamental/fundamental/consensus.md) - [Top Shareholders](https://open.longbridge.com/docs/fundamental/fundamental/shareholder-top.md) - [Shareholders](https://open.longbridge.com/docs/fundamental/fundamental/shareholders.md) - [Industry Ranking](https://open.longbridge.com/docs/fundamental/fundamental/industry-rank.md) - [Buyback](https://open.longbridge.com/docs/fundamental/fundamental/buyback.md) - [Executives](https://open.longbridge.com/docs/fundamental/fundamental/executives.md) - [Institutional Rating Views Timeline](https://open.longbridge.com/docs/fundamental/fundamental/institution-rating-views.md) - [Operating Metrics](https://open.longbridge.com/docs/fundamental/fundamental/operating.md) - [Industry Peer Hierarchy](https://open.longbridge.com/docs/fundamental/fundamental/industry-peers.md) ## Pricing - [Pricing](https://open.longbridge.com/pricing/index.md) ## Skill - [Skill](https://open.longbridge.com/skill/index.md) ## Install - [Skill Installation Guide](https://open.longbridge.com/skill/install/index.md)