views:

153

answers:

3

I have a friend who’s blind that does some stock trading. Unfortunately all the technical indicators such as moving average, resistance, and support levels are shown in charts on the major discount brokerage sites as well as most other stock sites. It’s possible to find this information in text form online but as far as I can tell there’s no API to access it, and you have to go to several sites. Are there any discount brokerages that offer an API that can be used to retrieve technical data, which could then be presented in what ever way is most accessible?

+2  A: 

I looked at this once a few months ago... both Google and Yahoo (query-string based simple data) offer something for free.

ProgrammableWeb lists a number of APIs many of which are subscription-based.

edit: hmmm, this looks like a duplicate question...

(etc.)

Jason S
I don't consider a duplicate since it's looking for very specific kind of information not general stock prices and percent change.
Jared
Jason S
A: 

I have no answer for your explicit question, but it did raise some interesting philosophical points. Charts are being used as a visual aid in order to help people spot trends over time. How then does a person without sight "visualize" such data and achieve the same trend spotting ability? Is this possible, or is a sight impaired person going to be stuck with receiving a stream of numerical data and having to reconstruct the trends in their memory? Or would it work with some sort of 2d physical "bed of nails" type output device?

Peter M
I'm blind, and when I need to spot trends I either listen to an audio version of the graph, or try to get a best fit equation for the data.
Jared
A: 

There's a bunch of good in-depth financial data in REST API form at http://www.mergent.com/servius

Eugene Osovetsky