As a fidelity customer so I can access the option price and volume directly in WL but I don't know how to get the open interest..Is is possible to get the open interest on a particular options contract in WL ?
Size:
Color:
No, it's highly unlikely that the open interest data is provided by the Fidelity static data provider.
You might want to look for a 3rd party data vendor, WebService or even a website which has such data and let us know if you're onto something.
Size:
Color:
Fidelity has all of this info on their website once you login...the problem is I cannot use this valuable info in strategy code...having both volume and open interest on options can be useful to get confirmation on signals based existing indicators in WL...attached snapson from fidelity site once I log in
Size:
Color:
QUOTE:
Fidelity has all of this info on their website once you login
Fidelity login requirement makes it difficult as I don't have my own account there for development. Been there done that:
Is ETF Bid / Ask data available in WL ?Alternatives are appreciated.
Size:
Color:
these guys are the big daddy of options data...they provide data to fidelity..it is a paid service though
https://www.livevol.com/
Size:
Color:
Sorry but signing agreements with a high priced feed goes far beyond the quick help I intended to provide. Will keep looking for and post here should I discover some decent source for parsing (preferably free).
Size:
Color:
Size:
Color:
I was thinking of this as a backup source but Yahoo is OK:
https://www.barchart.com/stocks/quotes/AMD/options?expiration=2019-10-25&moneyness=allRowsUnlike its historical data download (tricky!), Yahoo's options page is easy to parse. Here's proof-of-concept. It doesn't attempt to parse, validate or process the raw text yet - just prints it out. Let me know if you need some of that and what exactly.
Prerequisites:
1. Requires Community Components or other extension installed that depends on having
HtmlAgilityPack.dll
2. check
System.Core and
System.Xml in the Editor (References... > .NET Framework), OK, Save.
CODE:
Please log in to see this code.
Size:
Color:
it is not working for me...I have the HtmlAgilityPack but it is underlined in red in the code...see the references in the attached snapshot
Size:
Color:
Size:
Color:
it works...thanks!!
By the way I requested fidelity to consider this as a standard feature as options volume and open interest can be used to confirm standard WL indicators buy and sell signals....they agreed with me and have passed on the suggestion to the software development team (I guess that is you guys :-)
Size:
Color:
You're welcome.
Size:
Color:
Latest and greatest. Reusable, robust parsing, uses global memory to cache web requests. Think I add it to Community Components.
Prerequisites:
1. Workaround for a bug in 6.9.20:
WLP 6.9.20.7: New Editor has compiler error with LINQ methods2. Check
System.Core and
System.Xml in the Editor (References... > .NET Framework), OK, Save.
CODE:
Please log in to see this code.
Size:
Color:
Cool stuff
Size:
Color:
+1
Size:
Color:
Size:
Color:
Thanks Eugene
Size:
Color:
You're welcome.
Size:
Color: