Error in getting current data from Interactive Brokers
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a problem with the function getdata . Here is my code:
ibContract = ib.Handle.createContract;
ibContract.symbol = 'AAPL';
ibContract.secType = 'STK';
ibContract.exchange = 'SMART/NASDAQ';
ibContract.currency = 'USD';
d = getdata(ib,ibContract)
I have tried symbols of different stocks but the output is always
d =
BID_PRICE: -1
BID_SIZE: 0
ASK_PRICE: -1
ASK_SIZE: 0
LAST_SIZE: 0
Can anyone help me with this problem? Thanks a lot!
0 Kommentare
Antworten (1)
Chris Reid
am 9 Apr. 2015
Bearbeitet: Chris Reid
am 9 Apr. 2015
Its not an error - you get a response like this if you run the query outside of market hours.
Try it when the exchanges are open.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Transaction Cost Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!