Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

google finance api not working from 6/september/2017

I was using google finance api to get the stock quotes and display the contents on my site. All of a sudden from 6/september/2017 this stopped working. The url i used to get the stock quotes is https://finance.google.com/finance/info?client=ig&q=SYMBOL&callback=?.

Previously, i was using yahoo finance api and it was inconsistent. So, i switched over to google finance api.

Could you please help me on this?

Thanks, Ram

like image 261
Ramaprasad Palanichamy Avatar asked Sep 07 '17 07:09

Ramaprasad Palanichamy


People also ask

What happened Google Finance API?

It's able to take REST requests, and it returns the desired data in JSON format. To reiterate, the Google Finance API is no longer supported by Google so it's undocumented and unreliable.

Is Google Finance discontinued?

Google Finance was relaunched in 2020 with tools to help users get started investing.

Where has Google Finance app gone?

Update: 3/26/2018 - As of March 19th, 2018, Google has officially discontinued the old version of Google Finance. Navigating to finance.google.com now redirects to the new version of Google Finance. For Google Finance diehards, Google has left the old version of Google Finance up at finance.google.com.

How long is Google Finance delayed?

*Real-time price data represents trades which execute on the NASDAQ and NYSE exchanges. Volume information, as well as price data for trades that don't execute on those exchanges, are consolidated and delayed by 15 minutes.


1 Answers

This url works. I think just the url changed from www.google.com to finance.google.com

https://finance.google.com/finance/getprices?q=ACC&x=NSE&p=15&i=300&f=d,c,o,h,l,v

like image 133
Gitesh Avatar answered Oct 16 '22 18:10

Gitesh