Skip to content

Commit 64474bd

Browse files
Merge pull request #6362 from akfamily/dev
Dev
2 parents 10ab7ef + b9f237b commit 64474bd

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

akshare/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,9 +3130,10 @@
31303130
1.17.21 fix: fix stock_sector_fund_flow_hist interface
31313131
1.17.22 fix: fix stock_individual_spot_xq interface
31323132
1.17.23 fix: fix get_roll_yield interface
3133+
1.17.24 fix: fix futures_inventory_99 interface
31333134
"""
31343135

3135-
__version__ = "1.17.23"
3136+
__version__ = "1.17.24"
31363137
__author__ = "AKFamily"
31373138

31383139
import sys

akshare/futures/futures_inventory_99.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding:utf-8 -*-
33
"""
4-
Date: 2025/3/5 17:30
4+
Date: 2025/7/17 18:00
55
Desc: 99 期货网-大宗商品库存数据
66
https://www.99qh.com/
77
"""
@@ -63,10 +63,10 @@ def futures_inventory_99(symbol: str = "豆一") -> pd.DataFrame:
6363
url = "https://centerapi.fx168api.com/app/qh/api/stock/trend"
6464
headers = {
6565
"Content-Type": "application/json;charset=UTF-8",
66-
"_pcc": "MJoF6aEybQVb5pvgsbutqScmcZ0fEiVbs0JL2u0YTQp9K2uJzRhmlddA+NQpabK1LMw3q622YnRyNiO1dhx5yO"
67-
"3QHjPfeGPuRf8DQUcjlRiOjgOkc9C72pv+gg3yiTVvweDdwXqhFIBEa8ZIyNL1+uZksQtFyqYxFqurePEjD84=",
66+
"_pcc": "LXbAQMr0TYT8dDsJKEEQE4yFSLKOVQ1LguCImNzNBQXu2vyAq7MN34kKtBhtp7VsCjm1x5oobzlyd4kC9PDaOJnbk"
67+
"GQeS0PLhhvjbUlysSk3LOnuqhxMzlls9eEspnnu3iRJbtD4dAcGSoUAUf/AiRWZvysT/aVbkRzQj9lv5ck=",
6868
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) "
69-
"Chrome/58.0.3029.110 Safari/537.3",
69+
"Chrome/58.0.3029.110 Safari/537.3",
7070
"referer": "https://www.99qh.com",
7171
"origin": "https://www.99qh.com",
7272
}

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181

8282
## 更新说明详情
8383

84+
1.17.24 fix: fix futures_inventory_99 interface
85+
86+
1. 修复 futures_inventory_99 接口
87+
8488
1.17.23 fix: fix get_roll_yield interface
8589

8690
1. 修复 get_roll_yield 接口
@@ -5682,6 +5686,8 @@
56825686

56835687
## 版本更新说明
56845688

5689+
1.17.24 fix: fix futures_inventory_99 interface
5690+
56855691
1.17.23 fix: fix get_roll_yield interface
56865692

56875693
1.17.22 fix: fix stock_individual_spot_xq interface

0 commit comments

Comments
 (0)