A raw-IP/HTTP source for real-time option quotes?
February 10, 2006 1:57 PM
Subscribe
I'm looking for a free or paid service that will allow me to connect to a TCP/IP port and request real-time option and stock quotes.
If this exists it is likely in the form of a web-page, and in fact my prototype code is HTML-scraping the 15 minute delayed data off of finance.yahoo.com .
I'm aware of several sites that offer real-time stock quotes over HTTP, but none that offer option quotes that way.
Background: Right now I use custom code written for Tradestation to do this, but I'd really like to get rid of my Windows box and this is the only thing stopping me. Ideally the final code will run on Unix.
It really would be easiest to get the raw data myself, but I'm open to suggestions. One thing I've considered is reverse engineering thinkorswim's Java code and inserting my own indicators -- if anyone has gone down that route, I'd be interested in hearing about it.
posted by tkolar to technology (11 comments total)
2 users marked this as a favorite
We (as in the investment bank) got our feeds for Personal Wealth Management from Reuters. Part of the service agreement was that we had to prominently display their logo on all pages that contained their data, and we also had to display approved text that explicitly stated that the data was on a 15-minute delay. There was also a prohibition on caching their data.
If you're scraping market quotes from Yahoo, and you get noticed, you're in for a world of trouble. Basically, you're stealing. Yahoo will screw you, and anybody that makes use of that data could hold you legally liable for their portfolio tanking. To give you an idea as to how seriously the liability is taken, the budget for the European EULA that users had to agree to before using the WAP service that we rolled out, was $100,000.
Not trying to be a scare-monger, just giving you a heads-up.
posted by mad judge pickles at 2:11 PM on February 10, 2006 [1 favorite]