Google finance quotes search box

Posted by user271785 on Stack Overflow See other posts from Stack Overflow or by user271785
Published on 2010-06-15T23:33:48Z Indexed on 2010/06/15 23:42 UTC
Read the original article Hit count: 369

Filed under:
|

Trying to implement a web service which should have exactly the same function as http://www.google.com/finance the search quotes box

when user type the stock name or company name, the right stock name is suggested while typing. my service will using historical information from google finance, so get proper quote name from google is a must!

anyone knows where i could find this quote list through google finance api? better with python.

or anyone can suggest some ideas please?

many thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about google-finance-api