Skip to Content
数据接口库宏观接口宏观指标城镇固定资产投资分页

城镇固定资产投资分页

分页返回该指标表格数据。

HTTP 方法与路径GET /api/v1/macro/fixed-asset-investment

入参

Path

| 路径参数 | 无 |

Query

参数类型必填说明
pageundefinedundefinedundefined
pageSizeundefinedundefinedundefined

响应

响应外壳:成功时 JSON 含 successdata、可选 message,见 统一响应体

响应示例

对应请求 GET /api/v1/macro/fixed-asset-investment?page=1&pageSize=20。字段以线上为准。

{ "success": true, "data": { "pages": 10, "data": [ { "REPORT_DATE": "2026-03-01 00:00:00", "TIME": "2026年03月份", "BASE": 49987, "BASE_SAME": -1.12, "BASE_SEQUENTIAL": null, "BASE_ACCUMULATE": 102708 }, "..." ], "count": 200 } }

请求示例

curl -sS -H "Authorization: Bearer <API_KEY>" "http://localhost:4000/api/v1/macro/fixed-asset-investment?page=1&pageSize=20"
Last updated on