Questions tagged [google-finance-api]

API used to query information about portfolios stored in Google Finance. Note this API was deprecated in May 2011 and will be permanently shut down on October 20, 2012.

API used to query information about portfolios stored in Google Finance.

Note this API was deprecated in May 2011 and will be permanently shut down on October 20, 2012.

https://developers.google.com/finance/

92 questions
1
vote
1 answer

How to get exchange rate with GoogleFinance on dates market is closed

I can retrieve the exchange rate on a given date with the following command: =GoogleFinance("audusd","price","09/15/2015") However if the market is closed that day then GoogleFinance returns "N/A":…
BigBrownBear00
  • 1,378
  • 2
  • 14
  • 24
1
vote
1 answer

Is it possible to use GoogleFinanceAPI on Android?

I've been searching around for a definitive answer but have yet to find one. It seems as though the simple answer is "no" because the GoogleAPIs use too many Java classes that aren't included in Android. If that's the case then I need to ask another…
1
vote
1 answer

Retrieve JSON data returned from GOOGLE FINANCE API URL in android

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"…
1
vote
0 answers

Yahoo Finance API value to 5 decimals

Hi i'm trying to get Currey Pairs Values of foreign from the Yahoo Finance API , I've consulted the following answer FinanceAPI and i've choosed the yahoo finance api, I've created a sailsjs project and have used request module to get the Current…
Ahsan Hussain
  • 952
  • 4
  • 21
  • 42
1
vote
1 answer

Google finance quotes search box

Trying to implement a web service which should have exactly the same function as http://www.google.com/finance the search quotes box when user type the stock name or company name, the right stock name is suggested while typing. my service will…
user271785
  • 415
  • 1
  • 4
  • 13
1
vote
0 answers

Using google finance api, need to calculate 1-week performance

Current query code: