google-finance-api

Display stocks data from Google Finance or Yahoo! Finance

巧了我就是萌 提交于 2019-12-18 10:12:16
问题 Can I use the Google Finance API to get stock data? If there is a Flash or Javascript viewer for such stocks data it would be good. I found some chart components that could be used for the same: amCharts Open Flash Chart 回答1: Thats cleared out, Dion Loy, a Google employee recently affirmed that it was perfectly legal to use the Finance API on commercial websites. "You can use our APIs for commercial or non-commercial purposes." Using Google Finance Portfolio Data javascript API, via MarkMail.

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

删除回忆录丶 提交于 2019-12-09 17:12:36
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Below URL has stopped working from today. Any alternate ? Get Quote from Google Finance 回答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 : Intraday one

Retrieve JSON data returned from GOOGLE FINANCE API URL in android

拟墨画扇 提交于 2019-12-08 05:17:29
问题 I am using the following URL to get quotes information of any company. http://finance.google.com/finance/info?client=ig&q=bom:ranbaxy (here ranbaxy is the company). what website or url returns is given below. [ { "id": "672832" , "t" : "500359" , "e" : "BOM" , "l" : "859.90" , "l_fix" : "859.90" , "l_cur" : "Rs.859.90" , "s": "0" , "ltt":"3:50PM GMT+5:30" , "lt" : "Apr 1, 3:50PM GMT+5:30" , "lt_dts" : "2015-04-01T15:50:23Z" , "c" : "" , "c_fix" : "" , "cp" : "" , "cp_fix" : "" , "ccol" : "" ,

How to get Taiwan Stock Exchange Index in google spreadsheet

血红的双手。 提交于 2019-12-07 12:59:48
问题 How to get Taiwan Stock Exchange Index in google spreadsheet? This index do exist in google finance under https://www.google.com/finance?q=TPE%3ATAIEX I tried the following formula, but all of them are failed. =GoogleFinance("TPE:TAIEX"; "price") =GoogleFinance("TPE.TAIEX"; "price") =GoogleFinance("TAIEX.TW"; "price") =GoogleFinance("TAIEX:TPE"; "price") =GoogleFinance("TAIEX.TPE"; "price") =GoogleFinance("TPE%3ATAIEX"; "price") 回答1: =GoogleFinance("TWII"; "price") 回答2: I can propose you 2

How to get Taiwan Stock Exchange Index in google spreadsheet

自作多情 提交于 2019-12-05 21:24:01
How to get Taiwan Stock Exchange Index in google spreadsheet? This index do exist in google finance under https://www.google.com/finance?q=TPE%3ATAIEX I tried the following formula, but all of them are failed. =GoogleFinance("TPE:TAIEX"; "price") =GoogleFinance("TPE.TAIEX"; "price") =GoogleFinance("TAIEX.TW"; "price") =GoogleFinance("TAIEX:TPE"; "price") =GoogleFinance("TAIEX.TPE"; "price") =GoogleFinance("TPE%3ATAIEX"; "price") xpawn =GoogleFinance("TWII"; "price") I can propose you 2 work around: The appscript trick: build a google apps script to retrieve the data from your favorite site.

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

北城以北 提交于 2019-12-04 04:03:23
Below URL has stopped working from today. Any alternate ? Get Quote from Google Finance 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 : Intraday one minute ohlcv data Zerodha API Upstox API 来源: https://stackoverflow.com/questions/46071595/google-finance-api-for-getting-quote-has-stopped-working-today-is-there-an-alte

google finance api not working from 6/september/2017

半世苍凉 提交于 2019-12-03 17:50:39
问题 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 回答1: This url works. I think just the url changed from www.google.com to

java.lang.ClassNotFoundException

别等时光非礼了梦想. 提交于 2019-12-02 00:50:44
问题 I have a java project that I'm working on which was working until a few days ago. I'm not sure what I did to my Eclipse set-up to hose it but now I'm getting a java.lang.ClassNotFoundException when I try to run some code that accesses the google finance api. I've built a small test application that uses the google finance api on its own and that seems to work. So, I think this is a project specific problem. Any help would be greatly appreciated. Here's the stack trace: ptolemy.kernel.util

Display stocks data from Google Finance or Yahoo! Finance

若如初见. 提交于 2019-11-29 20:12:26
Can I use the Google Finance API to get stock data? If there is a Flash or Javascript viewer for such stocks data it would be good. I found some chart components that could be used for the same: amCharts Open Flash Chart Thats cleared out, Dion Loy, a Google employee recently affirmed that it was perfectly legal to use the Finance API on commercial websites. "You can use our APIs for commercial or non-commercial purposes." Using Google Finance Portfolio Data javascript API , via MarkMail. "Yes, it is fine to use the portfolio API in a commercial application." Using Google Finance API in

How do I get currency exchange rates via an API such as Google Finance? [closed]

谁都会走 提交于 2019-11-25 22:40:19
问题 Now, I did find the Google Finance API and started looking through that but I found a lot of info about portfolios, transactions, positions & other stuff I know nothing about. Am I looking at the wrong docs? What do I need to do to get a feed of exchange rates from GF? Is this even possible? EDIT To make things a little clearer. I\'m not interested in technical stuff nor do I want any code. 回答1: Thanks for all your answers. Free currencyconverterapi: Rates updated every 30 min API key is now