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 noticed that ******* quotes locked up shortly after the interest rate announcement yesterday while yours stayed stable." - Comment from Ron in Utah
"Awesome response, as usual. It is a sincere and refreshing pleasure to do business with DTN, compared to your competition." - Comment from Ryan
"I just wanted to let you know how fast and easy I found it to integrate IQFeed into our existing Java code using your JNI client. In my experience, such things almost never go so smoothly - great job!" - Comment from Nate
"The people at Nirvana have very nice things to say about your company and I can see why! Price and service is a potent combination." - Comment from Ed
"I'm satisfied with IQFeed. It's the most reliable and fastest quote feed I have ever used. Although I'm a resident in China, it's still very fast!" - Comment from Xiaofei
"My broker in Davenport suggested I give you a try as he uses your service and says its the best." - Comment from Bill via RT Chat
"IQ feed works very well, does not have all of the normal interruptions I have grown used to on *******" - Comment from Mark
"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.
"DTN feed was the only feed that consistently matched Bloomberg feed for BID/ASK data verification work these past years......DTN feed is a must for my supply & demand based trading using Cumulative Delta" - Comment from Public Forum Post
"I had always used ******* but for the past 2 weeks have been trying DTN IQFeed. Customer support has been extraordinary. They call just to make sure your problem hasn't recurred." - Comment from Public Forum
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 »Options in the IQ Feed symbol list file
Author Topic: Options in the IQ Feed symbol list file (15 messages, Page 1 of 1)

xen
-Interested User-
Posts: 15
Joined: Nov 12, 2006


Posted: Dec 7, 2007 02:42 PM          Msg. 1 of 15
Hi,

I was wondering if there was a way to differentiate between Weekly, Monthly, Quarterly, and LEAP options in the symbol list file without having to know how to decode all the symbols? I know you can get monthly and LEAP symbols from the network feed but it would be a lot nicer and faster to be able to load all of this information from a file.

Thanks,
Joseph

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Dec 7, 2007 02:58 PM          Msg. 2 of 15
Hello xen, when you refer to the "symbol list file", are you referring to the following?

http://www.dtniq.com/product/mktsymbols.zip

If so, then it doesn't seem to me like it would be possible without decoding the symbols.
If not, then please let me know which file you are referring to.

xen
-Interested User-
Posts: 15
Joined: Nov 12, 2006


Posted: Dec 7, 2007 03:04 PM          Msg. 3 of 15
Yep, that's the file I'm talking about. It seems like you guys have this information in your databases so I'm wondering how hard it would be to include it in the file. It cetainly would reduce the amount of requests needed to figure all this out.

Thanks,
Joseph

stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005

Right Here & Now


Posted: Dec 7, 2007 03:21 PM          Msg. 4 of 15

xen
-Interested User-
Posts: 15
Joined: Nov 12, 2006


Posted: Dec 7, 2007 03:35 PM          Msg. 5 of 15
Thanks. Do you have any info on weekly, quarterly, and leaps?

Thanks,
Joseph

stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005

Right Here & Now


Posted: Dec 8, 2007 07:55 AM          Msg. 6 of 15
In the IQFeed documentation, you'll find that you can download different chain types. Download the leaps and decode them. Then download the 'nears' and decode them.

xen
-Interested User-
Posts: 15
Joined: Nov 12, 2006


Posted: Dec 8, 2007 08:52 AM          Msg. 7 of 15
Right, I know I can get that information from the protocol. My question I put forth in this post was whether or not they could supply this level of detail in the symbol list. I was hoping they could because they already have this information in their database. Processing this mountain of information would be must faster if I could load it serially from a file instead of making 3000 requests to IQFeed.

Thanks,
Joseph

stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005

Right Here & Now


Posted: Dec 8, 2007 09:04 AM          Msg. 8 of 15
Have you downloaded the mktsymbols.zip file? This file supplies all symbols (options, equities, futures, ...). You'll find the info in the description field. This gets you all your info in one download.

If you use the magical decoder ring to decode the option chains, you'll get the same information. In this case, you'll need one download/decode per equity symbol of interest.

xen
-Interested User-
Posts: 15
Joined: Nov 12, 2006


Posted: Dec 8, 2007 09:19 AM          Msg. 9 of 15
Yes, I've downloaded the file. I don't believe the file specifies whether or not a symbol is a leap, quarterly, or weekly expiration option. Also, if they were to supply that information I would probably need the exact day of expiration.

Joseph

stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005

Right Here & Now


Posted: Dec 8, 2007 10:50 AM          Msg. 10 of 15
In order to answer leap, quarterly, weekly, you'll need to know the symbol you are trading and how the options are defined. Anything 12 months or more is a leap. Everything else is a regular expiration, and the two digit code gives you the call/put and its expiration. There really isn't a difference between weekly or quarterly for equities. If you are looking at something other than equities, it should be readily apparent if you understand the nature of the beast, with respect to weekly or quarterly. In any case, with a little date based arithmetic, you'll be able to figure out if you have a near option or a far option (whether it is about to expire in a week or two, or whether the expiry is further out).

xen
-Interested User-
Posts: 15
Joined: Nov 12, 2006


Posted: Dec 8, 2007 11:12 AM          Msg. 11 of 15
Well I'm not sure just looking longer than 12 months out is OK. What about a LEAP that was written a year or two ago that is going to expire in the coming months? How does one differentiate that option from a near month option without knowing all the details of the symbol?

stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005

Right Here & Now


Posted: Dec 8, 2007 11:27 AM          Msg. 12 of 15
Then use the protocol download to get the list of symbols in each of the two categories: regular and leap.

xen
-Interested User-
Posts: 15
Joined: Nov 12, 2006


Posted: Dec 8, 2007 12:09 PM          Msg. 13 of 15
Right, but the whole point of this post was to ask if there was a way to get that information without having to make requests for every symbol. I was hoping they could supply this information in a text file or add it to the symbol list file.

Thanks,
Joseph

stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005

Right Here & Now


Posted: Dec 8, 2007 01:08 PM          Msg. 14 of 15
Reread the posts and review the indicated documentation. You'll note that when requesting all 'nears' with the protocol, you get _all_ option symbols at once. Do the decode and you have the information you desire with two protocol retrievals per equity symbol and zero lookups.

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Dec 10, 2007 08:59 AM          Msg. 15 of 15
stargrazer, thanks for the link. I had forgotten that page existed.

Joseph, I don't have extensive knowledge of the inner workings of the servers, but I would guess that whatever process produces the mksymbols document simply doesn't have access to the extra data you are wanting (I don't think it is produced by the symbol lookup server).

With that said, we are always looking for ways to make our information available easier to our customers and will certainly take this suggestion into consideration for future development.
 

 

Time: Sat May 18, 2024 8:12 PM CFBB v1.2.0 11 ms.
© AderSoftware 2002-2003