Skip to content

Commit

Permalink
feat(index_li_cx): add index_li_cx interface
Browse files Browse the repository at this point in the history
add index_li_cx interface
  • Loading branch information
ak-quant committed Feb 18, 2022
1 parent 1355cf3 commit ab49144
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1850,9 +1850,10 @@
1.4.27 add: add index_cci_cx interface
1.4.28 fix: fix stock_info_sz_name_code interface
1.4.29 fix: fix stock_gdfx_free_holding_statistics_em interface
1.4.30 add: add index_li_cx interface
"""

__version__ = "1.4.29"
__version__ = "1.4.30"
__author__ = "Albert King"

import sys
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3113,4 +3113,6 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
1.4.28 fix: fix stock_info_sz_name_code interface
1.4.29 fix: fix stock_gdfx_free_holding_statistics_em interface
1.4.30 add: add index_li_cx interface
```

0 comments on commit ab49144

Please sign in to comment.