GET
/api/futures_wsr 去调试
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| trade_date_start | date | 否 | 起始日期(含),筛选字段: trade_date;格式 YYYY-MM-DD |
| trade_date_end | date | 否 | 结束日期(含),筛选字段: trade_date;格式 YYYY-MM-DD |
| symbol | str | 否 | 产品代码 |
| wh_id | str | 否 | 仓库编号 |
| 字段名 | 类型 | 说明 | 默认展示 |
|---|---|---|---|
| trade_date | date | 交易日期 | 是 |
| symbol | str | 产品代码 | 是 |
| fut_name | str | 产品名称 | 是 |
| warehouse | str | 仓库名称 | 是 |
| wh_id | str | 仓库编号 | 是 |
| pre_vol | int | 昨日仓单量 | 是 |
| vol | int | 今日仓单量 | 是 |
| vol_chg | int | 增减量 | 是 |
| area | str | 地区 | 是 |
| year | int | 年度 | 是 |
| grade | str | 等级 | 是 |
| brand | str | 品牌 | 是 |
| place | str | 产地 | 是 |
| pd | float | 升贴水 | 是 |
| is_ct | int | 是否折算仓单 | 是 |
| unit | str | 单位 | 是 |
| exchange | str | 交易所 | 是 |
{
"msg": "ok",
"code": 0,
"data": [
{
"pd": 0,
"vol": 0,
"area": null,
"unit": "张",
"year": null,
"brand": null,
"grade": null,
"is_ct": null,
"place": null,
"wh_id": "1840",
"symbol": "AP",
"pre_vol": null,
"vol_chg": 0,
"exchange": "CZCE",
"fut_name": "苹果",
"warehouse": "富县子午",
"trade_date": "2025-11-21"
},
{
"pd": 0,
"vol": null,
"area": null,
"unit": "张",
"year": null,
"brand": null,
"grade": null,
"is_ct": null,
"place": null,
"wh_id": "1844",
"symbol": "AP",
"pre_vol": null,
"vol_chg": 0,
"exchange": "CZCE",
"fut_name": "苹果",
"warehouse": "延安农投",
"trade_date": "2025-11-21"
}
],
"count": 2
}