# 基金基本信息列表 API 数据接口


基金基本信息列表 API 数据接口

实时基金代码，实时数据，含简称与拼音。

![gugudata_api_cover](https://static.gugudata.com/api_stock_fundinfolist.png)

# 1. 产品功能

- 支持所有基金实时代码查询；
- 实时数据，包含基金类型、拼音与简称；
- 支持分页查询，万条数据快速查询返回；
- 数据持续更新与维护；
- 全接口支持 HTTPS（TLS v1.0 / v1.1 / v1.2 / v1.3）；
- 全面兼容 Apple ATS；
- 全国多节点 CDN 部署；
- 接口极速响应，多台服务器构建 API 接口负载均衡；
- [接口调用状态与状态监控](https://www.gugudata.com/status)

# 2. API 文档

**接口详情:** [https://www.gugudata.com/api/details/fundinfolist](https://www.gugudata.com/api/details/fundinfolist)

**接口地址:** https://api.gugudata.com/fund/basicinfo

**返回格式:** application/json; charset=utf-8

**请求方式:** GET

**请求协议:** HTTPS

**请求示例:** https://api.gugudata.com/fund/basicinfo?appkey=YOUR_APPKEY&pageindex=1&pagesize=

**数据预览:** [https://www.gugudata.com/preview/fundinfolist](https://www.gugudata.com/preview/fundinfolist)

**接口测试:** [https://api.gugudata.com/fund/basicinfo/demo](https://api.gugudata.com/fund/basicinfo/demo)

# 3. 请求参数

|  参数名   | 参数类型 | 是否必须 |   默认值    |              备注               |
| :-------: | :------: | :------: | :---------: | :-----------------------------: |
|  appkey   |  string  |    是    | YOUR_APPKEY |       付费后获取的 APPKEY       |
| pageindex |  number  |    是    |      1      |         分页参数，页码          |
| pagesize  |  number  |    是    |             | 分页参数，每页条数，最大值：100 |

# 4. 返回参数

|            参数名            | 参数类型 |                 备注                 |
| :--------------------------: | :------: | :----------------------------------: |
|    DataStatus.StatusCode     |   int    |            接口返回状态码            |
| DataStatus.StatusDescription |  string  |           接口返回状态说明           |
| DataStatus.ResponseDateTime  |  string  |           接口数据返回时间           |
|  DataStatus.DataTotalCount   |   int    | 此条件下的总数据量，一般用于分页计算 |
|        Data.FundCode         |  string  |               基金代码               |
|        Data.FundShort        |  string  |             基金拼音简称             |
|        Data.FundName         |  string  |             基金中文全称             |
|        Data.FundType         |  string  |               基金类型               |
|       Data.FundPinYin        |  string  |           基金中文全称拼音           |


