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")
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")
Copyright © 2021 Jogjafile Inc.