Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does ASX market sometimes close slightly late? #282

Open
ValueRaider opened this issue Feb 1, 2023 · 0 comments
Open

Does ASX market sometimes close slightly late? #282

ValueRaider opened this issue Feb 1, 2023 · 0 comments

Comments

@ValueRaider
Copy link

ASX market is meant to close at 4pm sharp with an auction at 4:10pm - schedule link. But Yahoo Finance sometimes returns price data occurring between 4pm and 4:01pm, and TradingView corroborates this. I wondered if anyone knows if the 4pm close time is sometimes breached, even if only by seconds.

Example:

import yfinance as yf
tkrs = "AEE.AX BHP.AX BSE.AX BHP.AX NST.AX RSG.AX S32.AX WDS.AX"  # bunch of Aussie tickers
df = yf.download(tkrs, start="2023-01-30", end="2023-01-31", interval="1m")
print(df.iloc[-3:]["Volume"])

The table is big so I'll just summarise:

  • all have trading in last minute 15:59pm - good
  • most have trading in auction 16:10pm - good
  • 3 have trades occurring inbetween, with 1 of them having big volume - ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant