-
Please see stack overflow question: https://stackoverflow.com/questions/47015061/python-error-cannot-import-name-historicdata-from-iqfeed
-
Need to use Connected, Disconnecting events in ProviderInterface.h to enable, disable watches.
A Position add is currently setting a watch while IQFeed is disconnected. Watch does not start when I…
-
Lauches the IQFeed client and logs in successfully. But when I try to run the example.py code and request "Run Level 1 Quote"
C:\Users\A\PycharmProjects\iqfeed>python example.py -l
Starting pytho…
-
Hi,
I think I have a pretty unique situation. For some reason, occasionally (unpredictable, unreproducible), processes will hang when trying to request data from IQFeed - even when it is still poss…
-
This looks like a really useful project. Hoping to get it running.
I'm getting several syntax errors that I think are related to the version of Python (I'm running 2.7 on Linux) due to some librar…
-
How do you get the product ID from DTN?
-
So AlgoSeek's pricing, at a minimum $1k purchase or $600 for 6 months, is probably out of reach (or painful) for many of us.
Going by OPRA's vendor list, the only affordable option I came up with w…
-
When I try running the example.py file with parameters -l and/or -n, I get the following exception:
Traceback (most recent call last):
File "/home/hok/git_local/pyiqfeed/example.py", line 401, i…
-
Hi, thanks for putting this nice feature together. In an attempt to verify the result, I noticed that the function get_bars in download.py use time filter 09:29 to 15:59, i think (only based on observ…
-
Glad the fixes worked out.
Could you kindly give any quick tips on using the library to:
1) Get full Equity Option Chains (Symbol, Strike, Last, Change, Bid, Ask, Volume, and Open Interest)?
Curr…