Monday, February 20, 2012

Top losers and gainers of the day


How do i get the top losers or gainers on a particular day in java.(20 minute delay is not an issue). Is it possible to do this using yahoo finance. I am able to get information on a particular stock but none for the top losers on gainers of the day. I have checked out Stock Market API - Top Gainers/Losers but it doesnt seem to have a full answer.


1 comment:

  1. you can try yahoo finance data api. A detailed tuto can be found at

    http://www.gummy-stuff.org/Yahoo-data.htm

    If you are using java, jsoup is great to script and parse data.

    ReplyDelete