summarylogtreecommitdiffstats
path: root/changelog.md
blob: 904441e2e4050830f28785122e1b88cf08de0f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
# [AKShare](https://github.com/akfamily/akshare) 版本更新

## 接口更名一览表

| AKShare 版本 | 旧接口名称                             | 新接口名称                             | 修改日期     |
|------------|-----------------------------------|-----------------------------------|----------|
| 1.5.34     | stock_em_gpzy_industry_data       | stock_gpzy_industry_data_em       | 20220420 |
| 1.5.26     | stock_em_comment                  | stock_comment_em                  | 20220415 |
| 1.5.25     | stock_em_analyst_detail           | stock_analyst_detail_em           | 20220415 |
| 1.5.25     | stock_em_analyst_rank             | stock_analyst_rank_em             | 20220415 |
| 1.5.18     | fund_em_open_fund_rank            | fund_open_fund_rank_em            | 20220414 |
| 1.5.12     | stock_em_gpzy_pledge_ratio_detail | stock_gpzy_pledge_ratio_detail_em | 20220410 |
| 1.5.10     | stock_em_gpzy_pledge_ratio        | stock_gpzy_pledge_ratio_em        | 20220410 |
| 1.5.10     | stock_em_gpzy_profile             | stock_gpzy_profile_em             | 20220410 |
| 1.4.88     | fund_em_new_found                 | fund_new_found_em                 | 20220323 |
| 1.4.86     | fund_em_aum_hist                  | fund_aum_hist_em                  | 20220322 |
| 1.4.86     | fund_em_aum_trend                 | fund_aum_trend_em                 | 20220322 |
| 1.4.86     | fund_em_aum                       | fund_aum_em                       | 20220322 |

## 更新说明

1.5.37 add: add stock_comment_detail_scrd_desire_em interface

    1. 新增 stock_comment_detail_scrd_desire_em 接口,获取市场参与意愿数据

1.5.36 add: add stock_comment_detail_scrd_focus_em interface

    1. 新增 stock_comment_detail_scrd_focus_em 接口,获取用户关注指数数据

1.5.35 add: add stock_comment_detail_zhpj_lspf_em interface

    1. 新增 stock_comment_detail_zhpj_lspf_em 接口,获取综合评价-历史评分数据

1.5.34 fix: fix stock_gpzy_industry_data_em interface

    1. 修复 stock_gpzy_industry_data_em 接口,并重命名为 stock_gpzy_industry_data_em

1.5.33 fix: fix fund_fh_em interface

    1. 修复 fund_fh_em, fund_cf_em 和 fund_fh_rank_em 接口

1.5.32 add: add stock_comment_detail_zlkp_jgcyd_em interface

    1. 新增 stock_comment_detail_zlkp_jgcyd_em 接口

1.5.31 fix: fix stock_individual_info_em interface

    1. 修复 stock_individual_info_em 接口

1.5.30 fix: fix hurun_rank interface

    1. 修复 hurun_rank 接口,新增多个排行榜及统一数据输出格式

1.5.29 fix: fix index_zh_a_hist_min_em interface

    1. 修复 index_zh_a_hist_min_em 接口,个别指数数据获取

1.5.28 fix: fix bond_zh_cov interface

    1. 修复 bond_zh_cov 接口

1.5.27 fix: fix stock_comment_em interface

    1. 修复 stock_comment_em 接口,补充字段跟网页数据源统一并新增`交易日`字段

1.5.26 fix: fix stock_comment_em interface

    1. 修复 stock_comment_em 接口,将接口重命名为 stock_comment_em,修改字段名称和字段类型

1.5.25 fix: fix stock_analyst_rank_em and stock_analyst_detail_em interface

    1. 修复 stock_analyst_rank_em 接口,将接口重命名为 stock_analyst_rank_em
    2. 修复 stock_analyst_detail_em 接口,将接口重命名为 stock_analyst_detail_em

1.5.24 fix: fix stock_profit_forecast interface

    1. 修复 stock_profit_forecast 接口,统一字段名称及类型

1.5.23 fix: fix stock_board_concept_name_em interface

    1. 修复 stock_board_concept_name_em 接口,增加字段的容错

1.5.22 fix: fix futures_correlation_nh interface

    1. 修复 futures_correlation_nh 接口,修改接口描述

1.5.21 add: add futures_variety_index_nh interface

    1. 新增 futures_variety_index_nh 接口,获取品种指数涨跌数据

1.5.20 add: add futures_board_index_nh interface

    1. 新增 futures_board_index_nh 接口,获取板块指数涨跌数据

1.5.19 add: add futures_correlation_nh interface

    1. 新增 futures_correlation_nh 接口,获取相关系数矩阵数据

1.5.18 fix: fix fund_open_fund_rank_em interface

    1. 修复 fund_open_fund_rank_em 接口,重命名 fund_em_open_fund_rank 为 fund_open_fund_rank_em

1.5.17 add: add macro_china_bsi_index interface

    1. 修复 macro_china_bsi_index 接口,获取超灵便型船运价指数数据

1.5.16 fix: fix stock_info_sh_delist interface

    1. 修复 stock_info_sh_delist 接口

1.5.15 fix: fix bond_cov_jsl interface

    1. 修复 bond_cov_jsl 接口

1.5.14 add: add macro_china_bdti_index interface

    1. 新增 macro_china_bdti_index 接口,获取原油运输指数数据

1.5.13 add: add macro_china_lpi_index interface

    1. 新增 macro_china_lpi_index 接口,获取物流景气指数数据

1.5.12 fix: fix stock_gpzy_pledge_ratio_detail_em interface

    1. 修复 stock_gpzy_pledge_ratio_detail_em 接口并重命名

1.5.11 add: add index_bloomberg_billionaires_hist interface

    1. 新增 index_bloomberg_billionaires_hist 接口,获取彭博亿万富豪历史数据

1.5.10 fix: fix stock_gpzy_pledge_ratio_em and stock_gpzy_profile_em interface

    1. 修复 stock_gpzy_profile_em 接口,对该接口重命名,并对返回的数据按时间升序排列
    2. 修复 stock_gpzy_pledge_ratio_em 接口,对该接口重名,并对返回的字段规范化

1.5.9 fix: fix air_quality_hist interface

    1. 修复 air_quality_hist 接口,主要修改接口的加密及解密逻辑

1.5.8 add: add macro_china_construction_price_index interface

    1. 新增 macro_china_construction_price_index 接口,获取建材价格指数数据

1.5.7 add: add macro_china_construction_index interface

    1. 新增 macro_china_construction_index 接口,获取建材指数数据

1.5.6 add: add macro_china_yw_electronic_index interface

    1. 新增 macro_china_yw_electronic_index 接口,获取义乌小商品指数-电子元器件数据

1.5.5 add: add macro_global_sox_index interface

    1. 新增 macro_global_sox_index 接口,获取费城半导体指数数据

1.5.4 add: add macro_china_commodity_price_index interface

    1. 新增 macro_china_commodity_price_index 接口,获取大宗商品价格数据

1.5.3 add: add macro_china_energy_index interface

    1. 新增 macro_china_energy_index 接口,获取能源指数数据

1.5.2 add: add macro_china_agricultural_index interface

    1. 新增 macro_china_agricultural_index 接口,获取农副指数数据

1.5.1 add: add macro_china_agricultural_product interface

    1. 新增 macro_china_agricultural_product 接口,获取农产品批发价格总指数数据

1.4.99 add: add macro_china_vegetable_basket interface
    
    1. 新增 macro_china_vegetable_basket 接口,获取菜篮子产品批发价格指数数据

1.4.98 fix: fix stock_board_industry_hist_em interface

    1. 修复 stock_board_industry_hist_em 接口,新增 start_date 和 end_date 参数

1.4.97 fix: fix bond_spot_deal interface

    1. 修复 bond_spot_deal 接口,对异常数据做处理

1.4.96 fix: fix stock_sse_deal_daily interface

    1. 修复 stock_sse_deal_daily 接口,最近接口调用新的地址

1.4.95 add: add bond_zh_cov_value_analysis interface

    1. 新增 bond_zh_cov_value_analysis 接口,获取可转债溢价率分析和可转债价值分析数据

1.4.94 add: add macro_china_mobile_number interface

    1. 新增 macro_china_mobile_number 接口,获取手机出货量数据

1.4.93 add: add macro_china_insurance_income interface

    1. 新增 macro_china_insurance_income 接口,获取原保险保费收入数据

1.4.92 add: add stock_lhb_hyyyb_em interface

    1. 新增 stock_lhb_hyyyb_em 接口,获取东方财富网-数据中心-龙虎榜单-每日活跃营业部数据 

1.4.91 fix: fix macro_china_new_financial_credit interface

    1. 修复 macro_china_new_financial_credit 接口,规范返回字段的类型和按时间排序

1.4.90 add: add macro_china_bank_financing interface

    1. 新增 macro_china_bank_financing 接口,获取银行理财产品发行数量数据

1.4.89 fix: fix stock_us_hist interface

    1. 修复 stock_us_hist 接口,结果数据根据日期排序

1.4.88 fix: fix fund_new_found_em interface
    
    1. 修复 fund_em_new_found 接口命名为 fund_new_found_em 接口

1.4.87 add: add fund_portfolio_industry_allocation_em interface

    1. 新增 fund_portfolio_industry_allocation_em 接口,获取天天基金网-基金档案-投资组合-行业配置数据

1.4.86 fix: fix rename all interface in fund_aum_em.py

    1. 修改 fund_em_aum_hist 接口,重名为 fund_aum_hist_em
    2. 修改 fund_em_aum_trend 接口,重名为 fund_aum_trend_em
    3. 修改 fund_em_aum 接口,重名为 fund_aum_em

1.4.85 add: add fund_portfolio_bond_hold_em interface

    1. 新增 fund_portfolio_bond_hold_em 接口,获取天天基金网-基金档案-投资组合-债券持仓数据

1.4.84 fix: fix fund_portfolio_change_em interface

    1. 修复 fund_portfolio_change_em 接口,新增 indicator 字段

1.4.83 add: add stock_us_code_table_fu interface

    1. 新增 stock_us_code_table_fu 接口,获取股票代码

1.4.82 fix: fix stock_a_code_to_symbol interface

    1. 修复 stock_a_code_to_symbol 接口,支持北交所股票

1.4.81 add: add fund_portfolio_change_em interface

    1. 新增 fund_portfolio_change_em 接口,获取天天基金网-基金档案-投资组合-重大变动数据

1.4.80 add: add stock_board_concept_hist_min_em interface

    1. 新增 stock_board_concept_hist_min_em 接口,获取东方财富-沪深板块-概念板块-分时历史行情数据

1.4.79 add: add stock_board_industry_hist_min_em interface

    1. 新增 stock_board_industry_hist_min_em 接口,获取东方财富-沪深板块-行业板块-分时历史行情数据

1.4.78 add: add remove matplotlib module and support cache

    1. 移除 matplotlib 模块,让 AKShare 更专注于数据采集
    2. 新增缓存,对于速度较慢的接口逐步增加缓存支持
    3. 移除所有接口中的绘图功能
    4. 修复 google_index 接口
    5. 移除 西本新干线 接口
    6. 在 utils 模块中新增 ak_session 以支持缓存
    7. 添加 requests-cache 作为依赖库

1.4.77 fix: fix stock_hk_ggt_components_em interface

    1. 修复 stock_hsgt_em 文件中的所有 pandas.DataFrame 的 append 方法为 concat

1.4.76 add: add stock_lhb_stock_statistic_em interface

    1. 新增 stock_lhb_stock_statistic_em 接口,获取个股上榜统计数据

1.4.75 fix: fix stock_lhb_stock_detail_em interface

    1. 修复 stock_lhb_stock_detail_em 接口,处理有多种排行标准的数据

1.4.74 fix: fix stock_lhb_stock_detail_em interface

    1. 修复 stock_lhb_stock_detail_em 接口返回数据与目标网站统一

1.4.73 add: add stock_lhb_jgmmtj_em interface

    1. 新增 stock_lhb_jgmmtj_em 接口,该接口获取机构买卖每日统计数据

1.4.72 add: add stock_lhb_stock_statistic_em interface

    1. 新增 stock_lhb_stock_statistic_em 接口,该接口获取股票龙虎榜统计详情

1.4.71 add: add stock_lhb_stock_detail_em interface

    1. 新增 stock_lhb_stock_detail_em 接口,该接口获取龙虎榜个股详情数据

1.4.70 add: add stock_lhb_detail_em interface

    1. 新增 stock_lhb_detail_em 接口获取东方财富-股票数据-龙虎榜详情

1.4.69 fix: fix crypto_js_spot interface

    1. 修复 crypto_js_spot 接口,规范字段名称及返回数据的格式

1.4.68 fix: fix crypto_hist interface

    1. 修复 crypto_hist 接口,修改其中返回数据类型

1.4.67 fix: fix crypto_name_url_table interface

    1. 修复 crypto_name_url_table 获取可以获得历史数据的货币名称

1.4.66 fix: fix stock_gpzy_profile_em interface

    1. 修复 stock_gpzy_profile_em 接口并设定返回数据的数据类型

1.4.65 fix: fix spot_hist_sge interface

    1. 修复 spot_hist_sge 接口的数据输出格式

1.4.64 fix: fix bond_china_close_return interface

    1. 修复 bond_china_close_return 接口,修改文档增加描述信息

1.4.63 fix: fix macro_china_swap_rate interface

    1. 修复 macro_china_swap_rate 接口,并规范返回数据的类型

1.4.62 fix: fix option_finance_board interface

    1. 修复 option_finance_board 参数为 华泰柏瑞沪深300ETF期权 时的文档说明

1.4.61 fix: fix get_dce_daily interface

    1. 修复 get_dce_daily 接口的索引问题

1.4.60 fix: fix stock_zh_a_hist_163 interface
    
    1. 修复 stock_zh_a_hist_163 接口的冗余变量问题

1.4.59 add: add stock_zh_a_hist_163 interface

    1. 新增 stock_zh_a_hist_163 接口,用于获取沪深 A 股票的日频率量价数据,主要可以获取总市值和流通市值数据

1.4.58 fix: fix stock_zh_kcb_daily interface

    1. 修复 stock_zh_kcb_daily 返回数据的类型

1.4.57 fix: fix bond_spot_quote interface

    1. 修复 bond_spot_quote 接口数据错位问题

1.4.56 fix: fix index_detail_hist_cni and index_detail_cni interface

    1. 修改 index_detail_hist_cni 接口,新增 date 参数,可以指定 date 来获取数据
    2. 修改 index_detail_cni 的 date 参数的格式为 "202201"

1.4.55 fix: fix energy_carbon interface

    1. 修复 energy_carbon_gz 接口的返回字段格式并且按日期排序
    2. 修复 energy_carbon_hb 接口的返回字段格式并且按日期排序
    3. 修复 energy_carbon_eu 接口的返回字段格式并且按日期排序
    4. 修复 energy_carbon_sz 接口的返回字段格式并且按日期排序
    5. 修复 energy_carbon_bj 接口的返回字段格式并且按日期排序
    6. 修复上述接口的文档描述信息

1.4.54 fix: fix stock_hot_rank_relate_em interface

    1. 修复 stock_hot_rank_relate_em 接口的字段描述信息

1.4.53 add: add stock_hot_rank_relate_em interface

    1. 新增 stock_hot_rank_relate_em 接口,该接口可以获取东方财富-个股人气榜-相关股票数据

1.4.52 add: add stock_hot_rank_latest_em interface

    1. 新增 stock_hot_rank_latest_em 接口,该接口可以获取东方财富-个股人气榜-人气排名数据

1.4.51 add: add stock_hot_keyword_em interface

    1. 新增 stock_hot_keyword_em 接口,该接口可以获取指定股票的相关实时热门概念数据

1.4.50 add: add stock_hot_rank_detail_realtime_em interface

    1. 新增 stock_hot_rank_detail_realtime_em 接口,该接口可以获取东方财富个股人气榜-实时变动数据

1.4.49 fix: fix stock_sse_deal_daily interface

    1. 修复 stock_sse_deal_daily 接口,因为请求返回值新增了字段
    2. 划分为 202112242022022420220225 之后三个时间段进行请求

1.4.48 fix: fix stock_sse_deal_daily interface

    1. 修复 stock_sse_deal_daily 接口,因为请求返回值新增了字段

1.4.47 add: add interface change log

    1. 增加接口更新的详细说明文档

1.4.46 fix: fix energy_oil_detail interface

    1. 修改 energy_oil_detail 的返回日期格式,从 '2022/1/1' 为 '2022-01-01'
    2. 修改 energy_oil_detail 的请求日期格式,从 '2022-01-01' 为 '20220101'
    3. 修改 energy_oil_hist 和 energy_oil_detail 的返回值数据格式为 Pandas 的数据类型
    4. 修改 energy_oil_hist 和 energy_oil_detail 的函数签名

1.4.45 fix: fix air_quality_rank interface

    1. 修改 air_city_list 的接口命名,修改后为 air_city_talbe
    2. 修改 air_quality_watch_point 接口的请求日期格式,从 '2022-01-01' 为 '20220101'
    3. 修改 air_quality_hist 接口的请求日期格式,从 '2022-01-01' 为 '20220101'

## 版本更新说明

1.5.37 add: add stock_comment_detail_scrd_desire_em interface

1.5.36 add: add stock_comment_detail_scrd_focus_em interface

1.5.35 add: add stock_comment_detail_zhpj_lspf_em interface

1.5.34 fix: fix stock_gpzy_industry_data_em interface

1.5.33 fix: fix fund_fh_em interface

1.5.32 add: add stock_comment_detail_zlkp_jgcyd_em interface

1.5.31 fix: fix stock_individual_info_em interface

1.5.30 fix: fix hurun_rank interface

1.5.29 fix: fix index_zh_a_hist_min_em interface

1.5.28 fix: fix bond_zh_cov interface

1.5.27 fix: fix stock_comment_em interface

1.5.26 fix: fix stock_comment_em interface

1.5.25 fix: fix stock_analyst_rank_em and stock_analyst_detail_em interface

1.5.24 fix: fix stock_profit_forecast interface

1.5.23 fix: fix stock_board_concept_name_em interface

1.5.22 fix: fix futures_correlation_nh interface

1.5.21 add: add futures_variety_index_nh interface

1.5.20 add: add futures_board_index_nh interface

1.5.19 add: add futures_correlation_nh interface

1.5.18 fix: fix fund_open_fund_rank_em interface

1.5.17 add: add macro_china_bsi_index interface

1.5.16 fix: fix stock_info_sh_delist interface

1.5.15 fix: fix bond_cov_jsl interface

1.5.14 add: add macro_china_bdti_index interface

1.5.13 add: add macro_china_lpi_index interface

1.5.12 fix: fix stock_gpzy_pledge_ratio_detail_em interface

1.5.11 add: add index_bloomberg_billionaires_hist interface

1.5.10 fix: fix stock_gpzy_pledge_ratio_em and stock_gpzy_profile_em interface

1.5.9 fix: fix air_quality_hist interface

1.5.8 add: add macro_china_construction_price_index interface

1.5.7 add: add macro_china_construction_index interface

1.5.6 add: add macro_china_yw_electronic_index interface

1.5.5 add: add macro_global_sox_index interface

1.5.4 add: add macro_china_commodity_price_index interface

1.5.3 add: add macro_china_energy_index interface

1.5.2 add: add macro_china_agricultural_index interface

1.5.1 add: add macro_china_agricultural_product interface

1.4.99 add: add macro_china_vegetable_basket interface

1.4.98 fix: fix stock_board_industry_hist_em interface

1.4.97 fix: fix bond_spot_deal interface

1.4.96 fix: fix stock_sse_deal_daily interface

1.4.95 add: add bond_zh_cov_value_analysis interface

1.4.94 add: add macro_china_mobile_number interface

1.4.93 add: add macro_china_insurance_income interface

1.4.92 add: add stock_lhb_hyyyb_em interface

1.4.91 fix: fix macro_china_new_financial_credit interface

1.4.90 add: add macro_china_bank_financing interface

1.4.89 fix: fix stock_us_hist interface

1.4.88 fix: fix fund_new_found_em interface

1.4.87 add: add fund_portfolio_industry_allocation_em interface

1.4.86 fix: fix rename all interface in fund_aum_em.py

1.4.85 add: add fund_portfolio_bond_hold_em interface

1.4.84 fix: fix fund_portfolio_change_em interface

1.4.83 add: add stock_us_code_table_fu interface

1.4.82 fix: fix stock_a_code_to_symbol interface

1.4.81 add: add fund_portfolio_change_em interface

1.4.80 add: add stock_board_concept_hist_min_em interface

1.4.79 add: add stock_board_industry_hist_min_em interface

1.4.78 add: add remove matplotlib module and support cache

1.4.77 fix: fix stock_hk_ggt_components_em interface

1.4.76 add: add stock_lhb_stock_statistic_em interface

1.4.75 fix: fix stock_lhb_stock_detail_em interface

1.4.74 fix: fix stock_lhb_stock_detail_em interface

1.4.73 add: add stock_lhb_jgmmtj_em interface

1.4.72 add: add stock_lhb_stock_statistic_em interface

1.4.71 add: add stock_lhb_stock_detail_em interface

1.4.70 add: add stock_lhb_detail_em interface

1.4.69 fix: fix crypto_js_spot interface

1.4.68 fix: fix crypto_hist interface

1.4.67 fix: fix crypto_name_url_table interface

1.4.66 fix: fix stock_gpzy_profile_em interface

1.4.65 fix: fix spot_hist_sge interface

1.4.64 fix: fix bond_china_close_return interface

1.4.63 fix: fix macro_china_swap_rate interface

1.4.62 fix: fix option_finance_board interface

1.4.61 fix: fix get_dce_daily interface

1.4.60 fix: fix stock_zh_a_hist_163 interface

1.4.59 add: add stock_zh_a_hist_163 interface

1.4.58 fix: fix stock_zh_kcb_daily interface

1.4.57 fix: fix bond_spot_quote interface

1.4.56 fix: fix index_detail_hist_cni and index_detail_cni interface

1.4.55 fix: fix energy_carbon interface

1.4.54 fix: fix stock_hot_rank_relate_em interface

1.4.53 add: add stock_hot_rank_relate_em interface

1.4.52 add: add stock_hot_rank_latest_em interface

1.4.51 add: add stock_hot_keyword_em interface

1.4.50 add: add stock_hot_rank_detail_realtime_em interface

1.4.49 fix: fix stock_sse_deal_daily interface

1.4.48 fix: fix stock_sse_deal_daily interface

1.4.47 add: add interface change log

1.4.46 fix: fix energy_oil_detail interface

1.4.45 fix: fix air_quality_rank interface