Tell me more ×
Quantitative Finance Stack Exchange is a question and answer site for finance professionals and academics. It's 100% free, no registration required.

Does anyone know an automated way to get a stock's sectory and industry using Yahoo Apis. I know Yahoo! stores this information, I would like to retrieve it programatically.

Thanks


Why would you mark down this question. It is clear and consice. 5 people marked it down and no-one answered the quesiton. Interesting that people are willing to criticise yet no-one has the balls to put a decent answer out there.

share|improve this question
possible duplicate of What data sources are available online? – SRKX Feb 2 '12 at 7:15

closed as off topic by SRKX, wburzyns, Alexey Kalmykov, Joshua Ulrich, chrisaycock Feb 2 '12 at 19:59

Questions on Quantitative Finance Stack Exchange are expected to relate to quantitative finance within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

talk to your market data provider or you can use yahoo API http://developer.yahoo.com/

share|improve this answer

Depending on software, there are a lot of possibilities out there to retrieve data.

My very subjective opinion: especially for Yahoo a convenient way to retrieve data is to use Python API For Yahoo Finance Stock Data. Follow the link, examples are easy to follow.

If need some more input on it, you may consider to read my blog post Hello financial world , where I explain how to retrieve data from Yahoo, represent it graphically and build simple GUIs. It's just too long to copy-paste it here.

share|improve this answer
Thanks, but from waht I can see the api provides no way to fetch the sector / industry. This is the specific information I am looking for – nixon Mar 23 '12 at 2:55

Not the answer you're looking for? Browse other questions tagged or ask your own question.