Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/en/docs/quote/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ The security code uses the `ticker.region` format, `ticker` represents the code,
- US Market: `region` is `US`, for example: `AAPL.US`.
- HK Market: `region` is `HK`, for example: `700.HK`.
- CN Market: `region` is `SH` for Shanghai Stock Exchange and `SZ` for Shenzhen Stock Exchange, for example: `399001.SZ`, `600519.SH`.
- SG Market: `region` is `SG`, for example: `D05.SG`.

> **Singapore Market (SG):** Real-time quotes for Singapore securities are not currently available via Longbridge Developers (API / CLI / MCP). Please use the [Longbridge App or desktop client](https://longbridge.com/download) to check SG market quotes.

## Access Method

Expand All @@ -146,7 +147,7 @@ All Quote APIs require OpenAPI quote permissions. These are **separate from App/

| Level | What's Included | How to Get |
|---|---|---|
| **Basic** | LV1 US/CN/SG real-time; HK BMP (~15 min delay, no push) | Included with OpenAPI activation |
| **Basic** | LV1 US/CN real-time; HK BMP (~15 min delay, no push) | Included with OpenAPI activation |
| **LV1 Real-time** (HK) | HK real-time quotes + WebSocket push support | Purchase "LV1 Real-time Quotes (OpenAPI)" via Quote Store |
| **LV2 Subscription** | Level 2 order book (depth), HK broker queue | Purchase LV2 subscription via Quote Store |
| **Overnight** (US) | US pre/post-market extended-hours data | Purchase LV1 card + set `LONGBRIDGE_ENABLE_OVERNIGHT=true` |
Expand Down
5 changes: 3 additions & 2 deletions docs/zh-CN/docs/quote/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ slug: overview
- 美股市场:`region` 为 `US`,例如:`AAPL.US`
- 港股市场:`region` 为 `HK`,例如:`700.HK`
- A 股市场:`region` 上交所为 `SH`,深交所为 `SZ`,例如:`399001.SZ`,`600519.SH`
- 新加坡市场:`region` 为 `SG`,例如:`D05.SG`

> **新加坡市场(SG):** 新加坡市场的实时行情暂未通过 Longbridge Developers(API / CLI / MCP)开放,如需查询新加坡股票行情,请使用 [Longbridge 客户端](https://longbridge.com/download)查询。

## 接入方式

Expand All @@ -147,7 +148,7 @@ slug: overview

| 权限等级 | 包含内容 | 获取方式 |
| -------------------- | ------------------------------------------------------------- | ----------------------------------------------------- |
| **基础行情** | 美/A/新加坡股实时报价;港股 BMP(约 15 分钟延迟,不支持推送) | 开通 OpenAPI 后自动获得 |
| **基础行情** | 美/A 股实时报价;港股 BMP(约 15 分钟延迟,不支持推送) | 开通 OpenAPI 后自动获得 |
| **LV1 实时**(港股) | 港股实时报价 + WebSocket 推送支持 | 通过行情商城购买「LV1 实时行情 (OpenAPI)」 |
| **LV2 订阅** | Level 2 买卖盘(depth)、港股经纪商队列(brokers) | 通过行情商城购买 LV2 订阅卡 |
| **盘前盘后**(美股) | 美股盘前/盘后延伸时段数据 | 购买 LV1 卡 + 设置 `LONGBRIDGE_ENABLE_OVERNIGHT=true` |
Expand Down
5 changes: 3 additions & 2 deletions docs/zh-HK/docs/quote/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ slug: overview
- 美股市場:`region` 為 `US`,例如:`AAPL.US`
- 港股市場:`region` 為 `HK`,例如:`700.HK`
- A 股市場:`region` 上交所為 `SH`,深交所為 `SZ`,例如:`399001.SZ`,`600519.SH`
- 新加坡市場:`region` 為 `SG`,例如:`D05.SG`

> **新加坡市場(SG):** 新加坡市場的實時行情暫未通過 Longbridge Developers(API / CLI / MCP)開放,如需查詢新加坡股票行情,請使用 [Longbridge 客戶端](https://longbridge.com/download)查詢。

## 接入方式

Expand All @@ -147,7 +148,7 @@ slug: overview

| 權限等級 | 包含內容 | 獲取方式 |
| -------------------- | ------------------------------------------------------------- | ----------------------------------------------------- |
| **基礎行情** | 美/A/新加坡股實時報價;港股 BMP(約 15 分鐘延遲,不支持推送) | 開通 OpenAPI 後自動獲得 |
| **基礎行情** | 美/A 股實時報價;港股 BMP(約 15 分鐘延遲,不支持推送) | 開通 OpenAPI 後自動獲得 |
| **LV1 實時**(港股) | 港股實時報價 + WebSocket 推送支持 | 通過行情商城購買「LV1 實時行情 (OpenAPI)」 |
| **LV2 訂閱** | Level 2 買賣盤(depth)、港股經紀商隊列(brokers) | 通過行情商城購買 LV2 訂閱卡 |
| **盤前盤後**(美股) | 美股盤前/盤後延伸時段數據 | 購買 LV1 卡 + 設置 `LONGBRIDGE_ENABLE_OVERNIGHT=true` |
Expand Down
Loading