I am building a database with historical oclh and volume data, including delisted US securities, based on the total NASDAQ universe, and simple day dataframe.
I would like to switch to IBKR API because they are doing a nice REST API and mainly because I would like to execute the orders from there. But i see there is a
> limit of 60 requests per ten minutes.
If i need to update all the nasdaq tickets daily it will take hours to update, even if i use advanced async techniques.
How do quant build their db?
I need the OCLH because need to do my studies.
SO if IBKR is not good to go for this use case how is possible that eveybody uses? DO they just use the scanner and execute on the basis of the scan results?
ps. I am assuming that if i get hourly i can easy calculate for free the OCLH of the daily right in another sql table right?
I would like to switch to IBKR API because they are doing a nice REST API and mainly because I would like to execute the orders from there. But i see there is a
> limit of 60 requests per ten minutes.
If i need to update all the nasdaq tickets daily it will take hours to update, even if i use advanced async techniques.
How do quant build their db?
I need the OCLH because need to do my studies.
SO if IBKR is not good to go for this use case how is possible that eveybody uses? DO they just use the scanner and execute on the basis of the scan results?
ps. I am assuming that if i get hourly i can easy calculate for free the OCLH of the daily right in another sql table right?
Last edited: