Skip to content

Commit

Permalink
feat(stock_cash_flow_sheet_by_quarterly_em): add stock_cash_flow_shee…
Browse files Browse the repository at this point in the history
…t_by_quarterly_em interface

add stock_cash_flow_sheet_by_quarterly_em interface
  • Loading branch information
ak-quant committed May 9, 2022
1 parent d880155 commit 7c9ce98
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -1981,9 +1981,10 @@
1.5.59 add: add stock_profit_sheet_by_yearly_em interface
1.5.60 fix: fix sw_index_second_spot interface
1.5.61 add: add stock_cash_flow_sheet_by_report_em interface
1.5.62 add: add stock_cash_flow_sheet_by_quarterly_em interface
"""

__version__ = "1.5.61"
__version__ = "1.5.62"
__author__ = "AKFamily"

import sys
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@

## 更新说明

1.5.62 add: add stock_cash_flow_sheet_by_quarterly_em interface

1. 新增 stock_cash_flow_sheet_by_quarterly_em 接口,获取现金流量表-按单季度数据

1.5.61 add: add stock_cash_flow_sheet_by_report_em interface

1. 新增 stock_cash_flow_sheet_by_report_em 接口,获取现金流量表-按报告期数据
Expand Down Expand Up @@ -521,6 +525,8 @@

## 版本更新说明

1.5.62 add: add stock_cash_flow_sheet_by_quarterly_em interface

1.5.61 add: add stock_cash_flow_sheet_by_report_em interface

1.5.60 fix: fix sw_index_second_spot interface
Expand Down

0 comments on commit 7c9ce98

Please sign in to comment.