Google Finance API for getting quote has stopped working today. Is there an alternate to get quote every minute? [closed]
Asked Answered
B

1

7

Below URL has stopped working from today. Any alternate ? Get Quote from Google Finance

Brownell answered 6/9, 2017 at 9:30 Comment(6)
Saw same issue. You're the first mention i find in last 8 hours. Hopefully someone knows why.Disconnect
What market are you using ?Telegonus
I encountered the same issue. Waiting for solution as well.Yarbrough
Just seeing the same thing for both NASDAQ and ASX. Doesn't seem to work, but URLs in the ~/historical namespace still work to get historical EOD data. e.g. https://www.google.com/finance/historical?q=NASDAQ:GOOG&startdate=%271%20Sep,%202017%27 but isn't so useful programmatically...Consubstantial
finance.google.com/finance?output=json&q=TICKER_SYMBOL => #46081132Disconnect
There are no closing prices for Sep 6 or 7 either: google.com/finance/historical?q=NASDAQ:MSFTPreoccupy
D
-1

I was using it for a long time, it looks like google has stopped it. It was very useful. The best part was you could download live prices for multiple scrips in one request.

Alternatives for Indian Markets:

Doura answered 6/9, 2017 at 17:14 Comment(3)
Thx.. Have you used Zerodha(Kite ) API ? Do you get real time quotes like google finance api ? And is there a limit how many times you can call the API. For me, I need to call API for 100+ stocks every minute...Brownell
I have not used it, I am currently evaluating both Zerodha & Upstox api. Both of them have limitations on number of requests in a certain time interval.Doura
Thanks Pritesh... if you find Zerodha/Upstox good enough for every minutes quotes please let me know. I am also still exploring ways to get quotes for multiple stocks in one call, every minute...Brownell

© 2022 - 2024 — McMap. All rights reserved.