Skip to content

Commit

Permalink
fix: fix stock_zt_pool_em
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Apr 24, 2024
1 parent 8e1b80a commit d4e13b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions akshare/stock_feature/stock_ztb_em.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
"""
Date: 2024/4/11 18:00
Date: 2024/4/25 20:00
Desc: 首页-行情中心-涨停板行情-涨停股池
https://quote.eastmoney.com/ztb/detail#type=ztgc
Expand Down Expand Up @@ -514,14 +514,14 @@ def stock_zt_pool_dtgc_em(date: str = "20231129") -> pd.DataFrame:
stock_zt_pool_previous_em_df = stock_zt_pool_previous_em(date="20240415")
print(stock_zt_pool_previous_em_df)

stock_zt_pool_strong_em_df = stock_zt_pool_strong_em(date="20240329")
stock_zt_pool_strong_em_df = stock_zt_pool_strong_em(date="20240424")
print(stock_zt_pool_strong_em_df)

stock_zt_pool_sub_new_em_df = stock_zt_pool_sub_new_em(date="20240329")
stock_zt_pool_sub_new_em_df = stock_zt_pool_sub_new_em(date="20240424")
print(stock_zt_pool_sub_new_em_df)

stock_zt_pool_zbgc_em_df = stock_zt_pool_zbgc_em(date="20240329")
stock_zt_pool_zbgc_em_df = stock_zt_pool_zbgc_em(date="20240424")
print(stock_zt_pool_zbgc_em_df)

stock_zt_pool_dtgc_em_df = stock_zt_pool_dtgc_em(date="20240329")
stock_zt_pool_dtgc_em_df = stock_zt_pool_dtgc_em(date="20240424")
print(stock_zt_pool_dtgc_em_df)

0 comments on commit d4e13b5

Please sign in to comment.