I can't get Pre and Post market data for US stocks #58
Unanswered
martinishots2
asked this question in
Q&A
Replies: 1 comment
-
|
I'm having the same issue, were you able to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using the following code to get the Pre-market data for QQQ (4am -9:30am EST):
tmp_df = blp.bdib('QQQ US Equity', dt=date, session='pre')
However, the above statement returns a blank dataframe. Same problem when i change the session to 'allday' or 'post'.
The statement however works correctly if i change the session to 'day' and gets the regular market session data (9:30am - 4pm EST).
Does anyone know how to get Trade/Bid/Ask data for US stocks in the Pre-market session?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions