Tick data Bloomberg

328 Views Asked by At

I am trying to extract tick data of NQH0 Index using pdblp. How should I change the code below to get data by minutes and seconds..

import pdblp
con = pdblp.BCon().start()
con.bdh("NQH0 Index", "PX_LAST", "20140604", "20140610")
0

There are 0 best solutions below