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.
I am looking to create a system which on signup will create a subdomain on my website for the users account area.
you can try yahoo finance data api. A detailed tuto can be found at
ReplyDeletehttp://www.gummy-stuff.org/Yahoo-data.htm
If you are using java, jsoup is great to script and parse data.