# 基础信息查询

- [GET查询产品列表](https://docs.infoway.io/rest-api/basic-info/get-symbol-list.md): 查询不同市场的产品列表，支持条件查询
- [GET获取产品的基础信息](https://docs.infoway.io/rest-api/basic-info/get-symbol-basic-info.md)
- [GET获取产品的复权因子](https://docs.infoway.io/rest-api/basic-info/get-adjustment-factor.md): 获取产品的复权因子
- [GET获取市场的交易日信息](https://docs.infoway.io/rest-api/basic-info/get-market-trading-days.md): 获取不同市场的交易日信息，包含全天交易日以及半天交易日
- [GET获取市场的交易时间](https://docs.infoway.io/rest-api/basic-info/get-market-trading-hours.md): 获取不同市场的基本交易时间
- [GET获取个股的详细信息](https://docs.infoway.io/rest-api/basic-info/get-symbol-basic-info-1.md)
- [GET获取个股的财务数据](https://docs.infoway.io/rest-api/basic-info/get-stock-financial-data.md)
- [GET个股基本面数据](https://docs.infoway.io/rest-api/basic-info/get-stock-fundamental.md): 估值时序、机构评级、公司概览、全景数据、概念标签、公司大事、关键驱动分析
- [GET市场概况数据](https://docs.infoway.io/rest-api/basic-info/get-market-overview.md): 市场温度、涨跌家数、全球指数、领涨行业、排行榜配置
- [GET板块数据](https://docs.infoway.io/rest-api/basic-info/get-plate-data.md): 行业板块列表、概念板块列表、板块成分股、行业介绍


---

# 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://docs.infoway.io/rest-api/basic-info.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.
