Skip to content

Commit

Permalink
fix: fix get_futures_daily
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Nov 15, 2024
1 parent ee698f9 commit 6ab40d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akshare/futures/futures_daily_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def get_futures_daily(

if __name__ == "__main__":
get_futures_daily_df = get_futures_daily(
start_date="20240101", end_date="20240102", market="DCE"
start_date="20240101", end_date="20240101", market="DCE"
)
print(get_futures_daily_df)

Expand Down

0 comments on commit 6ab40d9

Please sign in to comment.