google-finance-api Questions

8

Solved

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"
Attila asked 16/8, 2016 at 5:57

1

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 t...

7

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 ...

1

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 sec...
Concrete asked 20/3, 2012 at 19:30

4

I can get daily data easily using this link: https://www.google.com/finance/getprices?q=LHA&x=ETR&i=60&p=1d&f=d,c,h,l,o,v But when I try to change "1d" to "1y" I still get 1 day'...
Toein asked 17/12, 2013 at 16:56

8

Solved

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 ...
Trismus asked 26/9, 2012 at 14:18

0

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_d...
Hebetude asked 21/2, 2018 at 1:42

0

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 ? ...
Forman asked 3/1, 2018 at 10:57

8

Solved

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 htt...

1

Below URL has stopped working from today. Any alternate ? Get Quote from Google Finance
Brownell asked 6/9, 2017 at 9:30

3

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 ...

9

Solved

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 l...
Carryingon asked 29/6, 2010 at 10:42

2

Solved

Can anyone provide how to get historical options data with strikes by Google Finance API? Mbe Yahoo API can do it? Thx.
Ceilidh asked 10/3, 2012 at 18:32

4

Solved

I am looking for some stock symbol look-up API. I could able to query yahoo finance with a symbol & could able to retrieve the stock price & other details. I am looking for some auto-comp...
Comeuppance asked 28/4, 2010 at 18:24

9

Solved

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: ...
Arredondo asked 27/12, 2008 at 19:1

1

Solved

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, b...
Helm asked 18/7, 2011 at 20:54

0

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....
1

© 2022 - 2024 — McMap. All rights reserved.