> For the complete documentation index, see [llms.txt](https://apis.alltick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apis.alltick.co/integration-process/product-code-list/gang-gu.md).

# 港股

[English ](https://en.apis.alltick.co/integration-process/product-code-list/hong-kong-stock)/ 中文

### 全部港股产品的code列表，点击下面链接查看：

<https://docs.google.com/spreadsheets/d/1avkeR1heZSj6gXIkDeBt8X3nv4EzJetw4yFuKjSDYtA/edit?gid=1134034911#gid=1134034911>

备注：产品列表能搜索到的code表示Alltick支持，搜索不到的code表示不支持。

### Code 示例

| 名称     | code    |
| ------ | ------- |
| 腾讯控股   | 700.HK  |
| 阿里巴巴   | 9988.HK |
| 工商银行   | 1398.HK |
| 建设银行   | 939.HK  |
| 农业银行   | 1288.HK |
| 中国石油股份 | 857.HK  |
| 中国移动   | 941.HK  |
| 美团     | 3690.HK |
| 中國銀行   | 3988.HK |
| 招商銀行   | 3968.HK |

***

#### AllTick网站

{% hint style="info" %}
官方网站：<https://alltick.co/>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://apis.alltick.co/integration-process/product-code-list/gang-gu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
