I wanted to extract intraday data for my research and I intend to use the following function to extract data at a 5 minutes frequency for a set of stocks. Does the following BDH function work?
=BDH("ISIN","OPEN","1/1/2023 0:00:00AM","1/7/2023 0:00:00AM","BarTp=T","BarSz=5")
Also, I intend to replicate this function for about 600 stocks, varying the first argument of the BDH function as a cell reference to the cell above, which contains its ISIN. Please ask me questions if this not clear.
The reason why I am asking here and not simply testing at a Bloomberg Terminal is because I only have an hour next week to extract some data, so I want to be quick and precise with it.
I have not tried it yet, but I hope this is a sufficient working function.
A few notes:
=BDH("XYZ ISIN"...)
Other than that you should be fine.