How can I get stock quotes using Google Finance API?

The Google Finance Gadget API has been officially deprecated since October 2012, but as of April 2014, it’s still active. It is completely dead as of March 2022.


http://www.google.com/finance/info?q=NASDAQ:GOOG
http://www.google.com/finance/info?q=CURRENCY:GBPUSD
http://finance.google.com/finance/info?client=ig&q=AAPL,YHOO

You can also get charts: https://www.google.com/finance/getchart?q=YELP

Note that if your application is for public consumption, using the Google Finance API is against Google’s terms of service.

Check google-finance-get-stock-quote-realtime for the complete code in python

Leave a Comment