# REST API

- [基础数据](https://doc.itick.org/rest-api/ji-chu-shu-ju.md): 获取股票、基金、外汇、加密货币等金融基础数据，包含交易所列表、交易日历、标的列表、分类代码等核心参考数据 API，支持金融系统开发与数据整合。
- [股票数据](https://doc.itick.org/rest-api/gu-piao-shu-ju.md): 提供实时、历史、复权股票数据，包含 A 股、港股、美股行情，股票列表、财务指标、分红送配等完整股票数据 API 接口，适用于量化交易与金融分析。
- [指数数据](https://doc.itick.org/rest-api/zhi-shuo-shuo-ju.md): 获取全球股票指数实时行情与历史数据，覆盖沪深指数、标普 500、纳斯达克等主要指数行情、成分股、权重数据 API，助力市场监控与指数化投资。
- [外汇数据](https://doc.itick.org/rest-api/wai-hui-shu-ju.md): 接入实时外汇汇率数据与历史行情，包含主流货币对报价、汇率转换、中间价查询等外汇数据 API，适用于外汇交易、跨境支付与金融计算。
- [加密货币](https://doc.itick.org/rest-api/jia-mi-huo-bi.md): 提供实时与历史加密货币行情数据，涵盖比特币、以太坊等主流币种行情、K 线、深度、交易对信息，支持数字货币交易所数据 API 接入与加密市场分析。


---

# Agent Instructions: 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:

```
GET https://doc.itick.org/rest-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
