|
Join the 80,000 other DTN customers who enjoy the fastest, most reliable data available. There is no better value than DTN!
(Move your cursor to this area to pause scrolling)
"As a past ******* customer(and not a happy one), IQ Feed by DTN is a much better and cheaper product with great customer support. I have had no problems at all since switching over." - Comment from Public Forum
"Everything is working great ! Very impressive client. The news refreshes better and is more pertinent than the ******* feed I paid $ 100/month for. I Also like the charts a lot." - Comment from Leon
"I just wanted to tell you what a fine job you have been doing. While *******, from what I hear, has been down and out, off and on, IQ feed has held like a champ this week." - Comment from Shirin
"I've been using Neoticker RT with IQFeed for two months, and I'm very happy with both of the products (I've had IQFeed for two years with very few complaints). The service from both companies is exceptional." - Comment from Public Forum
"Everything is working great with the API. I love it." - Comment from Calvin
"If you are serious about your trading I would not rely on IB data for serious daytrading. Took me a while to justify the cost of IQ Feed and in the end, it's just a 2 point stop on ES. Better safe than sorry" - Comment from Public Forum
"I "bracket trade" all major news releases and I have not found one lag or glitch with DTN.IQ feed. I am very comfortable with their feed under all typical news conditions (Fed releases, employment numbers, etc)." - Comment from Public Forum
"Boy, probably spent a thousand hours trying to get ******* API to work right. And now two hours to have something running with IQFeed. Hmmm, guess I was pretty stupid to fight rather than switch all this time. And have gotten more customer service from you guys already than total from them… in five years." - Comment from Jim
"IQ feed is brilliant. The support is mind-bending. What service!" - Comment from Public Forum Post
"I use IQ Feed, Great stuff as far as data analysis information, storage and retrieval is concerned." - Comment from Public Forum
|
|
|
|

mathpaquette
-Interested User-
Posts: 22
Joined: May 18, 2018
|
Posted: May 31, 2020 04:19 PM

Msg. 1 of 4
For the benefit of everyone and for those who want to fully enjoy the true speed of IQFeed without too much compromise, IQFeed.CSharpApiClient is now offering support for Python in most cases. I received a lot of comments how the client is superior in term of performance compared to existing Python implementation. Have a look and feel free to reply for any concerns. IQFeed.CSharpApiClient with Python ---------------------------------------- https://github.com/mathpaquette/IQFeed.CSharpApiClient/blob/master/docs/USING-WITH-PYTHON.mdRegards, Mathieu
|

buglab
-Interested User-
Posts: 6
Joined: Aug 16, 2020
|
Posted: Aug 17, 2020 09:21 AM

Msg. 2 of 4
Hi Mathieu, I am using following code for intervalDays, the data show only of historical data upto Timestamp: 8/17/2020 5:16:10 AM. I don't know why? I am using free trial to see how data is working. How can I get the latest 3000 of candles rather than that stopping at 5AM. What is the 5, and 10 in the Interval Days syntax. And how can I get 500 ticks of Get Historical Interval too? ticks = lookupClient.Historical.GetHistoryIntervalDays("@NQ#", 5, 10, 3000)
|

DTN_Gary_Stephen
-DTN Guru-
Posts: 333
Joined: Jul 3, 2019
|
Posted: Aug 17, 2020 12:04 PM

Msg. 3 of 4
Be aware that trial accounts are limited to 4 days of history. Any data requested beyond that will be ignored.
Also, all accounts are limited to 8 days of tick history during trading hours.
From what I can tell from the code, 5, 10, 3000 are Interval, Days, and MaxDataPoints respectively. This would be the same as the command. So you're requesting more history than you currently can view (10 days compared to 4).
Sincerely, Gary Stephen DTN IQFeed Implementation Support Specialist
|

buglab
-Interested User-
Posts: 6
Joined: Aug 16, 2020
|
Posted: Aug 17, 2020 01:45 PM

Msg. 4 of 4
Thanks Gary!
Hi Math, How can I use tick data set to call 500 ticks for HID with your API.
example:
HID,symbol,500,MaxDays,MaxDataPOINTS,,,,REQUESTID,,t
|
|
|
|