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)




"Everything is working great with the API. I love it." - Comment from Calvin
"IQFeed version 4 is a real screamer compared to anything else I have seen." - Comment from Tom
"Thanks for the great product and support. During this week of high volume trading, my QuoteTracker + IQ Feed setup never missed a beat. Also, thanks for your swiftness in responding to data issues. I was on ******* for a few years before I made the switch over early this year, and wish I had done it a long time ago." - Comment from Ken
"Just a thank you for the very helpful and prompt assistance and services. You provided me with noticeably superior service in my setup compared to a couple of other options I had looked at." - Comment from John
"Thanks for following up with me. You guys do a great job in tech support." - Comment from Phelps
"After all the anxiety I had with my previous data provider it is a relief not to have to worry about data speed and integrity." - Comment from Eamonn
"It’s so nice to be working with real professionals!" - Comment from Len
"I just wanted to let u know that your data feed/service is by far the best!!! Your unfiltered tick data is excellent for reading order flow and none of your competitors delivers this quality of data!" - Comment from Peter via Email
"I am very pleased with the DTNIQ system for quotes and news." - Comment from Larry
"I have to tell you though that using the IQFeed API is about the easiest and cleanest I have seen for some time." - Comment from Jim
Home  Search  Register  Login  Recent Posts

Information on DTN's Industries:
DTN Oil & Gas | DTN Trading | DTN Agriculture | DTN Weather
Follow DTNMarkets on Twitter
DTN.IQ/IQFeed on Twitter
DTN News and Analysis on Twitter
»Forums Index »Archive (2017 and earlier) »IQFeed Developer Support »Downloading Historical Intraday Future Ticks
Author Topic: Downloading Historical Intraday Future Ticks (4 messages, Page 1 of 1)

madman
-Interested User-
Posts: 2
Joined: Jul 16, 2020


Posted: Jul 16, 2020 11:37 PM          Msg. 1 of 4
Hey everyone,

I'm trying to download historical intraday CME futures tick data, but I'm running into issues when downloading the ticks.

I issue a request to download 1 day of data (July 1st), like so:
"HTT,@ESU20,20200701 000000,20200702 000000,,,,1\r\n"

Then I receive streaming tick data -- the data streams for a while, but hangs after I receive about 18,000 messages (or until about 02:17:00 on July 1st in the data stream).

Some questions:
1- is my request format correct?
2- should I be issuing smaller requests? (e.g: 15 minute chunks?)
3- any other tips or best practices when doing these downloads?

Cheers,
madman

DTN_Gary_Stephen
-DTN Guru-
Posts: 396
Joined: Jul 3, 2019


Posted: Jul 17, 2020 10:58 AM          Msg. 2 of 4
Hello, this is Gary with IQFeed API Support.

Your request is fine. You can request as much data as you want. It sounds like the data is queueing, which happens when IQFeed cannot send data that has been requested. In other words, IQFeed is sending data faster than your code is processing it, and the receive buffer is filling up. To monitor this, open Diagnostics/Client Stats tab, and observe the "KB Queued" column for the Lookup port during a request. You'll probably find that it starts low and slowly increases as data comes in.

How do you avoid this? Generally, DTN recommends using three different threads in your app: one to retrieve the data from the API, one to convert the information into the form you want, and a third thread to act on it (draw a chart, put it in a database, whatever your app does). Also: having multiple connections to the IQFeed, and having each connection retrieve part of the desired data, can improve performance.

I hope this helps! Let me know if you have any other questions or issues getting data from the API.

Sincerely,
Gary Stephen
DTN IQFeed Implementation Support Specialist

madman
-Interested User-
Posts: 2
Joined: Jul 16, 2020


Posted: Jul 19, 2020 03:10 PM          Msg. 3 of 4
Hi Gary,

Thanks for the prompt and thorough response!

Good call: I checked the KB Queued column and saw the exact behavior you described. After tweaking my application with your tips, I can know maintain a KB Queued of 0 bytes.

Regards,
Greg

DTN_Gary_Stephen
-DTN Guru-
Posts: 396
Joined: Jul 3, 2019


Posted: Jul 20, 2020 07:58 AM          Msg. 4 of 4
Greg,

Excellent! I'm glad I could help.

Sincerely,
Gary Stephen
DTN IQFeed Implementation Support Specialist
 

 

Time: Sat May 4, 2024 12:54 PM CFBB v1.2.0 9 ms.
© AderSoftware 2002-2003