hadrianl / ibapi

Interactive Brokers API - GoLang Implement
MIT License
135 stars 59 forks source link

reqhistoricadata endDateTime issue #37

Open JohnAllen opened 1 year ago

JohnAllen commented 1 year ago

Has anyone else run into this recently? Basically if I pass an empty string to reqhistoricaldata for endDateTime I get that I am supposed to pass a date string. But then if I do that it says you have to use an empty string if you want historical updates, which I do.

I have asked IB; they seem to think nothing changed on their end but then my python code also does this. At this point I do not knonw what is going on or where the bug is in my code. I have reinstalled this package and tried many different things.

hadrianl commented 1 year ago

try this in different ib gateway versions yet?