I was downloading real-time stock price for constituents of S&P 500.
But, I checked there are same value for 09:30 ~ 9:45.
For all stock price.
I executed code as below.
spx_cons = ['MMM.N', 'AOS.N', 'ABT.N', ....]
data, err = ek.get_data(spx_cons, ['CF_LAST'])
check please.
And, is there other way to get real-time stock price data?
If is, please let me know.
Thank you