Read the statement by Michael Teeuw here.
Stock Module Problem
-
I have installed this stock price module
https://github.com/alexyak/stocks
It worked for me earlier but now it doesn’t work anymore. I can’t find any specific reason. Please help me out. -
Here the same problem…
-
@wotohr The modules uses
http://finance.google.com/finance/info?client=ig&q=
to get the json data of stock, where as google has changed the url and now the data is not able to be fetched. That’s the main reason, if you can find any other way to get the stock data in json format then we can run it again -
Thank you for this information. Have a nice day!
-
@wotohr Can you please give me some solution, I actually require the stock module. If anyone can give me google finance url for json data, then I shall be very much thankful
-
Hi. Maybe this is helpfully for you:
https://stackoverflow.com/questions/46070126/google-finance-json-stock-quote-stopped-working
On this thread they also provide the yahoo finance service for a work around.
On the end a user wrote:"The following works
https://finance.google.com/finance?q=TICKER&output=json
And returns a json with lots of information for you to parse."
I hope this information was helpful for you.
Greetings