google-finance

Programmatic access to detailed historical financial data [closed]

我们两清 提交于 2019-12-18 10:29:39
问题 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 9 months ago . I know that Yahoo has a great API for accessing detailed financial metrics about a company documented at http://www.gummy-stuff.org/Yahoo-data.htm. Yahoo also provides historical pricing data, documented at http://code.google.com/p/yahoo-finance-managed/wiki/csvHistQuotesDownload. However, I'm trying to find a

How to fix mpl_finance package for MatPlotLib?

我是研究僧i 提交于 2019-12-18 06:57:25
问题 Getting this error message: MatplotlibDeprecationWarning: The finance module has been deprecated in mpl 2.0 and will be removed in mpl 2.2. Please use the module mpl_finance instead. How do I put in place the mpl_finance package instead. I have it installed in pip, but what is the proper import phraseology? import datetime as dt import matplotlib.pyplot as plt from matplotlib import style from matplotlib.finance import candlestick_ohlc import matplotlib.dates as mdates import pandas as pd

How can I get stock quotes using Google Finance API?

廉价感情. 提交于 2019-12-17 03:44:37
问题 I'm looking for access to financial data from Google services. I found this URL that gets the stock data for Microsoft. What are all the possible parameters that Google allows for this kind of HTTP request? I'd like to see all the different information that I could get. 回答1: There's a whole API for managing portfolios. *Link removed. Google no longer provides a developer API for this. Getting stock quotes is a little harder. I found one article where someone got stock quotes using Google

Refresh live Google Finance data prior to reading value

寵の児 提交于 2019-12-13 03:59:31
问题 I am trying to copy content from one column to another. Source column has formula based content like =GOOGLEFINANCE(SYMBOL,"PRICE") which gets updated every minute. I have created trigger which runs for every 5min. But while copying it doesn't copy latest value which is seen in sheet, instead it copies initial value from formula. Lets say initial stock value is 100, later it changes to 105. When the function runs, my script copies 100 to the destination range. ... var ss = SpreadsheetApp

How to get cid from market and symbol from google finance

这一生的挚爱 提交于 2019-12-11 17:19:26
问题 I would like to fetch the historical data from google finance. Url should be like this, this is the link for Apple. http://www.google.com/finance/historical?cid=22144&startdate=Jan+1%2C+2000&enddate=Jul+30%2C+2017&num=30&ei=bNl9WZC7MNCe0wSR8bw4&output=csv It requires cid I have symbol name AAAPL and market name NASDAQ though, I couldn't find how to get the cid 22144 from symbol and market name. Google finance API is already closed. How can I get cid number ??? 回答1: Are you certain you need

How do I retrieve Google Finance Historical data in Google Sheets using the API?

时光怂恿深爱的人放手 提交于 2019-12-11 07:35:12
问题 To reproduce this problem, create a new sheet. In cell A1, insert this formula: =GoogleFinance("AMZN", "all", "1/1/2018", "2/1/2018") The output (Formatting doesn't matter for this problem): Date Open High Low Close Volume 1/2/2018 16:00:00 1172 1190 1170.51 1189.01 2694494 1/3/2018 16:00:00 1188.3 1205.49 1188.3 1204.2 3108793 1/4/2018 16:00:00 1205 1215.8699 1204.66 1209.59 3022089 1/5/2018 16:00:00 1217.51 1229.14 1210 1229.14 3544743 1/8/2018 16:00:00 1236 1253.079 1232.03 1246.87 4279475

Unable to read S&P500 using pandas_datareader on Google Finance

吃可爱长大的小学妹 提交于 2019-12-11 06:15:40
问题 Goal: I'm trying to read historical data from Google Finance for the S&P500 using pandas_datareader. Issue I'm using the symbol on google finance but I keep getting the same error "unable to read url". I pretty sure I'm putting in the wrong symbol but I've tried all the options I know and I don't know what else to do. What symbol can I use with pandas_datareader to pull the historical data for the S&P 500? Any help would be greatly appreciated. Results Results & Errors Code import urllib, sys

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

How to work with Google Finance?

醉酒当歌 提交于 2019-12-09 05:59:51
问题 I want to develop a small application to get stock price from Google Finance automatically and store it in my local machine for future analysis. Can anyone give me some clue how to get started? I know some C#. Will it be suitable for this purpose? Thank you in advance. 回答1: The Google Finance Gadget API has been officially deprecated since October 2012, but as of April 2014, it's still active: http://www.google.com/finance/info?q=NASDAQ:ADBE Note that if your application is for public

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" : "" ,