Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > How I can get stock symbols listed with various exchange ex-nasdaq,S&P 500, Dowjones etc as xml/webservice ?

Reply
Thread Tools

How I can get stock symbols listed with various exchange ex-nasdaq,S&P 500, Dowjones etc as xml/webservice ?

 
 
rinki
Guest
Posts: n/a
 
      09-23-2008
I have to prepare a web application that shows the stock symbols for
user as shown exactly in yahoo finance web site i.e
if user type 'a' , then all symbols with A should shown up.

My query is :
Is there any web site provide these symbols as web service.

I tried to store all symbols by hard coding in database but problem is
everyday some one has to browse the internet and update the database.
 
Reply With Quote
 
 
 
 
Daniel Pitts
Guest
Posts: n/a
 
      09-24-2008
rinki wrote:
> I have to prepare a web application that shows the stock symbols for
> user as shown exactly in yahoo finance web site i.e
> if user type 'a' , then all symbols with A should shown up.
>
> My query is :
> Is there any web site provide these symbols as web service.
>
> I tried to store all symbols by hard coding in database but problem is
> everyday some one has to browse the internet and update the database.

This isn't exactly a Java question, but oh well...

You probably will have to partner with some company that has that data,
and it might not be free. You can try scraping Yahoo! Finance or other
sites that show stock symbols, but make sure you follow all terms of use.

You might try searching Google for Stock Symbol Web Service. This site
looks promising <http://www.trynt.com/trynt-stock-symbol-api/>
It is a look-up, not a listing, but you might be able to talk them into
providing a listing feed.

Hope this helps,
Daniel.
--
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Kodak about to be de-listed from stock exchange RichA Digital Photography 21 01-06-2012 11:53 PM
Open the stock Broking Franchisee of karvy Stock broking parvathi C++ 0 02-03-2009 06:48 AM
Re: PIL (etc etc etc) on OS X Kevin Walzer Python 4 08-13-2008 08:27 AM
How to add extra field(In stock/Out of stock) to a DropDownList ? savvy ASP .Net 1 06-28-2006 12:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57