akshare 1.16.65__py3-none-any.whl → 1.16.67__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
akshare/__init__.py CHANGED
@@ -3074,9 +3074,11 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
3074
3074
  1.16.63 fix: fix stock_board_concept_name_ths interface
3075
3075
  1.16.64 add: add reits_hist_em interface
3076
3076
  1.16.65 fix: fix stock_dzjy_yybph interface
3077
+ 1.16.66 fix: fix macro_cons_silver interface
3078
+ 1.16.67 fix: fix stock_individual_basic_info_xq interface
3077
3079
  """
3078
3080
 
3079
- __version__ = "1.16.65"
3081
+ __version__ = "1.16.67"
3080
3082
  __author__ = "AKFamily"
3081
3083
 
3082
3084
  import sys
@@ -361,7 +361,7 @@ if __name__ == "__main__":
361
361
  stock_yjkb_em_df = stock_yjkb_em(date="20200331")
362
362
  print(stock_yjkb_em_df)
363
363
 
364
- stock_yjyg_em_df = stock_yjyg_em(date="20191231")
364
+ stock_yjyg_em_df = stock_yjyg_em(date="20250331")
365
365
  print(stock_yjyg_em_df)
366
366
 
367
367
  stock_yysj_em_df = stock_yysj_em(symbol="沪深A股", date="20211231")
akshare/utils/demjson.py CHANGED
@@ -4445,7 +4445,7 @@ class JSON(object):
4445
4445
  state.append(s)
4446
4446
  return
4447
4447
 
4448
- global nan, inf, neginf
4448
+ global nan, inf, neginf # noqa: F824
4449
4449
  if n is nan:
4450
4450
  state.append("NaN")
4451
4451
  elif n is inf:
@@ -6574,7 +6574,7 @@ MORE INFORMATION:
6574
6574
  pfx="",
6575
6575
  jsonopts=None,
6576
6576
  ):
6577
- global decode, encode
6577
+ global decode, encode # noqa: F824
6578
6578
  success = self.SUCCESS_FAIL
6579
6579
  reformatted = None
6580
6580
  if show_stats:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: akshare
3
- Version: 1.16.65
3
+ Version: 1.16.67
4
4
  Summary: AKShare is an elegant and simple financial data interface library for Python, built for human beings!
5
5
  Home-page: https://github.com/akfamily/akshare
6
6
  Author: AKFamily
@@ -53,11 +53,12 @@ Dynamic: requires-dist
53
53
  Dynamic: requires-python
54
54
  Dynamic: summary
55
55
 
56
- **广告推广**:欢迎加入专注于财经数据和量化投研的知识社区,获取《财经数据宝典》和《量化投研宝典》,其汇集了财经数据和量化投研的多年经验,
57
- 还独家分享了众多国内外财经数据源的使用和注意事项,请点击[了解更多](https://t.zsxq.com/ZCxUG)**。
56
+ **资源分享**:对于想了解更多财经数据与量化投研的小伙伴,推荐一个专注于财经数据和量化研究的知识社区。
57
+ 该社区提供相关文档和视频学习资源,汇集了各类财经数据源和量化投研工具的使用经验。
58
+ 有兴趣深入学习的朋友可点此[了解更多](https://t.zsxq.com/ZCxUG),也推荐大家关注微信公众号【数据科学实战】。
58
59
 
59
- **广告推广**:期魔方是一款非常专业本地化期货量化终端,无需部署或搭建环境,可直接调用及时和历史数据做回测实盘,
60
- 支持开箱即用的机器学习训练,策略投研、回测均免费,详情请[访问期魔方官网](https://qmfquant.com)。
60
+ **工具推荐**:期魔方是一款本地化期货量化分析工具,适合数据分析爱好者使用。无需复杂部署,支持数据分析和机器学习功能,研究功能免费开放。
61
+ 如需了解更多信息可访问[期魔方](https://qmfquant.com/)。
61
62
 
62
63
  ![AKShare Logo](https://github.com/akfamily/akshare/blob/main/assets/images/akshare_logo.jpg)
63
64
 
@@ -173,21 +174,6 @@ Output:
173
174
 
174
175
  ![KLine](https://jfds-1252952517.cos.ap-chengdu.myqcloud.com/akshare/readme/home/AAPL_candle.png)
175
176
 
176
- ## Communication
177
-
178
- Welcome to join the **数据科学实战** knowledge planet to learn more about quantitative investment,
179
- please visit [数据科学实战](https://akshare.akfamily.xyz/learn.html) for more information:
180
-
181
- <div>
182
- <img alt="data science" src="https://jfds-1252952517.cos.ap-chengdu.myqcloud.com/akshare/readme/qrcode/data_scientist.png">
183
- </div>
184
-
185
- Pay attention to **数据科学实战** WeChat Official Accounts to get the [AKShare](https://github.com/akfamily/akshare) updated info:
186
-
187
- <div>
188
- <img alt="ds" src="https://github.com/akfamily/akshare/blob/main/assets/images/ds.png">
189
- </div>
190
-
191
177
  ## Features
192
178
 
193
179
  - **Easy of use**: Just one line code to fetch the data;
@@ -263,6 +249,12 @@ Special thanks [FuShare](https://github.com/LowinLi/fushare) for the opportunity
263
249
 
264
250
  Special thanks [TuShare](https://github.com/waditu/tushare) for the opportunity of learning from the project;
265
251
 
252
+ Thanks for the data provided by [东方财富网站](http://data.eastmoney.com);
253
+
254
+ Thanks for the data provided by [新浪财经网站](https://finance.sina.com.cn);
255
+
256
+ Thanks for the data provided by [金十数据网站](https://www.jin10.com/);
257
+
266
258
  Thanks for the data provided by [生意社网站](http://www.100ppi.com/);
267
259
 
268
260
  Thanks for the data provided by [中国银行间市场交易商协会网站](http://www.nafmii.org.cn/);
@@ -271,12 +263,8 @@ Thanks for the data provided by [99期货网站](http://www.99qh.com/);
271
263
 
272
264
  Thanks for the data provided by [中国外汇交易中心暨全国银行间同业拆借中心网站](http://www.chinamoney.com.cn/chinese/);
273
265
 
274
- Thanks for the data provided by [金十数据网站](https://www.jin10.com/);
275
-
276
266
  Thanks for the data provided by [和讯财经网站](http://www.hexun.com/);
277
267
 
278
- Thanks for the data provided by [新浪财经网站](https://finance.sina.com.cn/);
279
-
280
268
  Thanks for the data provided by [DACHENG-XIU 网站](https://dachxiu.chicagobooth.edu/);
281
269
 
282
270
  Thanks for the data provided by [上海证券交易所网站](http://www.sse.com.cn/assortment/options/price/);
@@ -299,8 +287,6 @@ Thanks for the data provided by [Timeanddate 网站](https://www.timeanddate.com
299
287
 
300
288
  Thanks for the data provided by [河北省空气质量预报信息发布系统网站](http://110.249.223.67/publish/);
301
289
 
302
- Thanks for the data provided by [南华期货网站](http://www.nanhua.net/nhzc/varietytrend.html);
303
-
304
290
  Thanks for the data provided by [Economic Policy Uncertainty 网站](http://www.nanhua.net/nhzc/varietytrend.html);
305
291
 
306
292
  Thanks for the data provided by [申万指数网站](http://www.swsindex.com/idx0120.aspx?columnid=8832);
@@ -317,8 +303,6 @@ Thanks for the data provided by [北京市碳排放权电子交易平台网站](
317
303
 
318
304
  Thanks for the data provided by [国家金融与发展实验室网站](http://www.nifd.cn/);
319
305
 
320
- Thanks for the data provided by [东方财富网站](http://data.eastmoney.com/jgdy/);
321
-
322
306
  Thanks for the data provided by [义乌小商品指数网站](http://www.ywindex.com/Home/Product/index/);
323
307
 
324
308
  Thanks for the data provided by [百度迁徙网站](https://qianxi.baidu.com/?from=shoubai#city=0);
@@ -329,8 +313,6 @@ Thanks for the data provided by [Currencyscoop 网站](https://currencyscoop.com
329
313
 
330
314
  Thanks for the data provided by [新加坡交易所网站](https://www.sgx.com/zh-hans/research-education/derivatives);
331
315
 
332
- Thanks for the tutorials provided by [微信公众号: Python大咖谈](https://upload-images.jianshu.io/upload_images/3240514-61004f2c71be4a0b.png).
333
-
334
316
  ## Backer and Sponsor
335
317
 
336
318
  <a href="https://www.jetbrains.com/?from=albertandking/akshare" target="_blank">
@@ -1,4 +1,4 @@
1
- akshare/__init__.py,sha256=0Lmf7pDBsOj7JDjroIXx_lgQrsFTlVwavIwv2tc-5yY,192365
1
+ akshare/__init__.py,sha256=tci_D8s_iZ3_rrtKgT-b3p-p1cdJ1rSGKh5--F1VFao,192468
2
2
  akshare/datasets.py,sha256=rKuRNZrqi6IMsZ9nyvO3Rx02js0tH3zMLjz8HQNAoPQ,963
3
3
  akshare/exceptions.py,sha256=WEJjIhSmJ_xXNW6grwV4nufE_cfmmyuhmueVGiN1VAg,878
4
4
  akshare/request.py,sha256=HtFFf9MhfEibR-ETWe-1Tts6ELU4VKSqA-ghaXjegQM,4252
@@ -354,7 +354,7 @@ akshare/stock_feature/stock_value_em.py,sha256=RA842dkeChSEoS3yN9fiGxS3eDzYjeUdr
354
354
  akshare/stock_feature/stock_wencai.py,sha256=KPwt72SOnK4dHh2vpWOHYynkj8Vrbv3AW-EXK7d3NZY,4343
355
355
  akshare/stock_feature/stock_yjbb_em.py,sha256=hQBr1aj808AdA88Y_dpuR7G1mb487hcRamD31UZus-s,4689
356
356
  akshare/stock_feature/stock_yjyg_cninfo.py,sha256=BmED451W-vBhRg7d1EF1IPHmhyLotPzRODitYmJQHH0,2885
357
- akshare/stock_feature/stock_yjyg_em.py,sha256=CnpSNyOUYVzoduFTVwsERtdp_uJimlHddw4uWV0iDmc,12184
357
+ akshare/stock_feature/stock_yjyg_em.py,sha256=lM0byeglQQ2vLwNJnjd6EegnZ7Fy-jFZmDwRXLM6OnA,12184
358
358
  akshare/stock_feature/stock_yzxdr_em.py,sha256=-16KDPtBDXkbHRs7aNAyPy35XurDj7LIcbWAtmgvP64,3219
359
359
  akshare/stock_feature/stock_zdhtmx_em.py,sha256=AwJajapk-Y59usiw6p0fBYVkqTDAXBQsxFEmo4sfkE4,4326
360
360
  akshare/stock_feature/stock_zf_pg.py,sha256=nYJ1uLOBdzM_PDyq4MNeWoCTripFMAPoAiaPfhDqkcg,6343
@@ -387,15 +387,15 @@ akshare/tool/trade_date_hist.py,sha256=o9021QHdOEVucjynFl0jLEi1PEMlNxvDKnMsFSwRf
387
387
  akshare/utils/__init__.py,sha256=HbKUP2vZApbeK2PTZVO_m-6kAUymfDwm2yv3Kr4R_1A,81
388
388
  akshare/utils/cons.py,sha256=PFZndkG3lMW1Qhg-wqcZmSowFXwQUsYYCLZT4s1Xkwc,225
389
389
  akshare/utils/context.py,sha256=Hl4kPUzQ1CecRzu5JvTKpTpiMLfzAzYzG7F5hktlsCQ,934
390
- akshare/utils/demjson.py,sha256=GYGJawIBZWk8PJdau-NVjpV-7TLp4CL7mUezTFSj9Tc,250250
390
+ akshare/utils/demjson.py,sha256=aTNRpgLwxV7l5tP6bdjqppWGx1HXOrv9hSQm58AY-Z8,250278
391
391
  akshare/utils/func.py,sha256=4cwmXFztU86yJNONJ40KJLvsIEQHBbct4iMm3zT2v30,2315
392
392
  akshare/utils/multi_decrypt.py,sha256=aWoL2iEPeuXHJg8-n7OtMKixLnIhfzepACgxfrfmQB4,1657
393
393
  akshare/utils/token_process.py,sha256=nGtgnZGRprXJkhLXH8mcUH4TgIFwzsTOb0EaEPa0Euo,667
394
394
  akshare/utils/tqdm.py,sha256=MuPNwcswkOGjwWQOMWXi9ZvQ_RmW4obCWRj2i7HM7FE,847
395
- akshare-1.16.65.dist-info/licenses/LICENSE,sha256=mmSZCPgfHiVw34LXuFArd-SUgQtBJ_QsIlh-kWlDHfs,1073
395
+ akshare-1.16.67.dist-info/licenses/LICENSE,sha256=mmSZCPgfHiVw34LXuFArd-SUgQtBJ_QsIlh-kWlDHfs,1073
396
396
  tests/__init__.py,sha256=gNzhlO0UPjFq6Ieb38kaVIODXv4cTDByrdohAZnDYt4,82
397
397
  tests/test_func.py,sha256=j1MGYbZI2if2j_LY1S4FLsf4qfq4NwVqD5wmRlv5Log,832
398
- akshare-1.16.65.dist-info/METADATA,sha256=yaKq1L6WtE-IpaMRTFz-fXY6RuYDebqlb2SZ-1jb2Y8,13400
399
- akshare-1.16.65.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
400
- akshare-1.16.65.dist-info/top_level.txt,sha256=jsf9ZzZPmHaISTVumQPsAw7vv7Yv-PdEVW70SMEelQQ,14
401
- akshare-1.16.65.dist-info/RECORD,,
398
+ akshare-1.16.67.dist-info/METADATA,sha256=wALZf6NN-MQumsvPnrdfWnrzzNYGKcjm3Wcxri9NdXk,12591
399
+ akshare-1.16.67.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
400
+ akshare-1.16.67.dist-info/top_level.txt,sha256=jsf9ZzZPmHaISTVumQPsAw7vv7Yv-PdEVW70SMEelQQ,14
401
+ akshare-1.16.67.dist-info/RECORD,,