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)




"I am keeping IQFeed, much better reliabilty than *******. I may refer a few other people in the office to switch as well." - Comment from Don
"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
"I am enjoying the feed very much - so superior to the broker provided feed I was previously using." - Comment from George
"Its working FABULOUSLY for me!! Holy cow...there has been so much I've been missing lately, and with this feed and Linnsoft software...I'm in the game now." - Comment from Chris R.
"You are much better than lawyers or the phone company because you answer the phone when I call! I just love your customer service." - Comment from Isreal
"I'm very glad I switched to IQFeed. It's working perfectly with no lag, even during fast market conditions." - Comment from Andy via Email
"I would just like to say that IQFeed version 4 is running very well and I am very happy with its performance. I would also like to extend a big thanks for the fast and efficient help that I always receive. My questions and concerns are always addressed promptly. Way to go!" - Comment from Josh in CO.
"The service is great, I see a noticeable improvement in my volume profiles over [broker]'s data feed" - Comment from Larry
"Version 4.0.0.2 has been working well for me and I appreciate that it is now a much tighter client to work with. I feel I can go to press with my own application and rely on a stable platform" - Comment from David in IA.
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) »Data and Content Support »DTN product with historical data? + DTN sallite feed cost?
Author Topic: DTN product with historical data? + DTN sallite feed cost? (4 messages, Page 1 of 1)

Atari
-Interested User-
Posts: 6
Joined: Feb 12, 2007


Posted: Feb 12, 2007 08:13 AM          Msg. 1 of 4
Is there a DTN product with the following tick-by-tick historical data (or something close):


symbol | timestamp | trade size | price | total volume


If so, how much is it per month for all stocks listed on Nasdaq?

If not, does anyone know where I could get a product like this?




Also, how much would a DTN satellite feed be that would give me the above data for Nasdaq? (Price with and without L2 data if you know)

DTN_Jay_Froscheiser
-VP, Product Operations-
Posts: 1746
Joined: May 3, 2004

DTN IQFeed/DTN.IQ/DTN NxCore


Posted: Feb 12, 2007 08:52 AM          Msg. 2 of 4
Quote: Is there a DTN product with the following tick-by-tick historical data (or something close):


symbol | timestamp | trade size | price | total volume


If so, how much is it per month for all stocks listed on Nasdaq?

If not, does anyone know where I could get a product like this?




Also, how much would a DTN satellite feed be that would give me the above data for Nasdaq? (Price with and without L2 data if you know)
--- Original message by Atari on Feb 12, 2007 08:13 AM
Our DTN.IQ/IQFeed service provides the information you are looking for in its historical tick data (example for MSFT below):

Date,Time,Price,Tick Vol,Bid,Ask,Volume,B Size,A Size,Info,Mkt Center
02/12/07,09:43:00,28.9200,200,28.9200,28.9300,5847319,,,Trade,
02/12/07,09:43:00,28.9200,200,28.9200,28.9300,5847119,,,Trade,
02/12/07,09:43:00,28.9200,400,28.9200,28.9300,5846919,,,Trade,
02/12/07,09:43:00,28.9200,100,28.9200,28.9300,5846519,,,Trade,
02/12/07,09:43:00,28.9200,150,28.9200,28.9300,5846419,,,Trade,
02/12/07,09:43:00,28.9200,650,28.9200,28.9300,5846269,,,Trade,
02/12/07,09:43:00,28.9200,300,28.9200,28.9300,5845619,,,Trade,

However, you wouldn't be able to access ALL stocks. There is a symbol limit of 500 with a basic IQFeed subscription, but you can increase this to 1800 with a DTN.IQ subscription and 500 additional symbol upgrade. If you are pulling that much tick data though, you must make the requests after-hours. You are better off reading the data off the feed.

The only option for the full Nasdaq would be our NxCore product. Here, you would have access to the full market, with historical tick data. Pricing starts at $1000 per month for NxCore.

The price for DTN Satellite with stocks only would be $129 per month plus exchange fees. However, there is no historical data (just the streaming data) nor does it carry Level II data. If you were going to write your own software to the satellite feed, you would need the SDK which is $400.

Jay Froscheiser
DTN - Trading Markets

Atari
-Interested User-
Posts: 6
Joined: Feb 12, 2007


Posted: Feb 13, 2007 09:27 PM          Msg. 3 of 4
Do you need the $400 SDK to code your own apps for the IQFeed or DTN.IQ?

I couldn't find pricing info/details for the NxCore product anywhere... is there a link to current pricing online?


For the satellite... are you sure it isn't possible to carry L2 data on any of your satellite feeds? I could have sworn someone (I thought it was DTN or a DTN reseller) gave me a quote for a satellite-feed nasdaq feed including L2 for around $500/mo or something?



I don't suppose you (or anyone else reading) know about any example hardware requirements to be able to pull and store tick-by-tick data for all nasdaq stocks? (~3300 symbols correct?)




Thanks

DTN_Jay_Froscheiser
-VP, Product Operations-
Posts: 1746
Joined: May 3, 2004

DTN IQFeed/DTN.IQ/DTN NxCore


Posted: Feb 13, 2007 09:46 PM          Msg. 4 of 4
The API for IQFeed/DTN.IQ is $300 per year. Information on the IQFeed API is available at www.iqfeed.net/dev.

We don't have a published price list for NxCore since a large portion of the fees can come from exchange fees depending upon how it is being used. It is best to email prosales@dtn.com with details about how you intend to use NxCore and we can get you a quote on the fees. As I mentioned in the previous post, pricing for NxCore starts at $1000 per month. There is no additional fee for the API for NxCore.

I am sure we don't carry Nasdaq Level II on satellite. We used to, but due to bandwidth constraints, we removed it along with equity options.

As for hardware, it is completely dependent upon your programming skills. We have customers who are processing, storing and analyzing the entire feed on a single mid-range PC. Others have trouble processing 1000 symbols on the highest end dual or quad processor machines. In any case, you won't have much luck storing tick by tick data in any standard relational database. Most people are using custom storage algorithms or in-memory databases.

Jay Froscheiser
DTN - Trading Markets
 

 

Time: Sun May 5, 2024 2:38 PM CFBB v1.2.0 10 ms.
© AderSoftware 2002-2003