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/

84 questions
137
votes
10 answers

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

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…
Bogdan
  • 5,178
  • 9
  • 37
  • 60
28
votes
8 answers

How to use GOOGLEFINANCE(("CURRENCY:EURAUD")) function

This function: GOOGLEFINANCE(("CURRENCY:EURAUD")) works well in Google Sheets, I have searched the web up and down for some documentation regarding this function and how it is used, the closest I've got was this…
Ayyash
  • 3,769
  • 6
  • 34
  • 57
14
votes
9 answers

Display stocks data from Google Finance or Yahoo! Finance

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
Robin Rodricks
  • 99,791
  • 133
  • 372
  • 575
10
votes
6 answers

Finance data on alphavantage

I was trying to get JSON for a company by calling API of alphavantage .For some company data is coming and for some company, it's failing. Company for which data are coming - TCS,INFY,MSFT Company for which data are failing -…
10
votes
5 answers

Retrieve company name with ticker symbol input, yahoo or google API

Just looking for a simple api return, where I can input a ticker symbol and receive the full company name: ticker('MSFT') will return "Microsoft"
paulz
  • 322
  • 1
  • 2
  • 10
9
votes
8 answers

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…
8
votes
2 answers

Finance historical options data (with strikes etc) on google finance API

Can anyone provide how to get historical options data with strikes by Google Finance API? Mbe Yahoo API can do it? Thx.
0dd_b1t
  • 578
  • 3
  • 14
  • 29
8
votes
1 answer

Pulling Google Finance portfolios into R

I want to access data from my google finance portfolio in R. I am trying to do this by reading the Google Finance API documentation and following the lead of RGoogleDocs. I've made some progress, but I'm having a lot of trouble parsing the XML…
Zach
  • 27,553
  • 31
  • 130
  • 193
7
votes
0 answers

Pulling google finance data with ISIN as an identifier

I would like to pull intraday data of any stocj in google finance just by asking for its ISIN number (not the google symbol). Is there is a way to do so using the python API googlefinance ? Thanks
Prou Prou Tyu
  • 369
  • 3
  • 14
7
votes
1 answer

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

Below URL has stopped working from today. Any alternate ? Get Quote from Google Finance
Amit
  • 1,532
  • 2
  • 12
  • 20
7
votes
3 answers

Python: using Google Finance to download index data

I've been successful at downloading stock data from Google Finance, like so: import pandas as pd from pandas_datareader import data as web import datetime start = datetime.datetime(2016,1,1) end = datetime.date.today() apple =…
6
votes
1 answer

How to get a ticker symbol from a company name with the Google Finance API?

This matter (getting a symbol form a company name) has already been solved in the following thread with Yahoo's API and I found the first and third answers quite useful. I also noticed that the second answer dealt with Google Finance but it uses…
Plop
  • 61
  • 1
  • 3
6
votes
0 answers

Web services for current dollar rate, gold rate and silver rate on my application

Platform: .NET with C# Windows Application I am looking for a API / Webservice(s) that could fetch me these things The current dollar rate. The current gold rate. The current silver rate.
6
votes
0 answers

How to fetch the ETF's data into a Google Spreadsheet?

Following this post, where I had listed some of the interesting ETF1s I had found on some of the relevant forums, I received some valuable criticism. Now I want to use a Google spreadsheet to get the updated information of those ETFs in one place,…
6
votes
0 answers

geting an empty dataframe after using the example code on googlefinance.client

I am trying to run the sample code from the googlefinance.client 1.3.0 documentation after I install the package using pip install googlefinance.client from googlefinance.client import get_price_data, get_prices_data, get_prices_time_data # Dow…
Pumpkin C
  • 1,212
  • 4
  • 15
  • 23
1
2 3 4 5 6