Re: [R-SIG-Finance] Yahoo Finance API change

2017-05-16 Thread Joshua Ulrich
On Tue, May 16, 2017 at 8:17 PM, Alec Schmidt wrote: > IMHO it's not necessarily quantmod problem. I use get.hist.quote() from > tseries, which, too, yields the same error 502. I don't think it's only a quantmod problem either, which is why I said most functions that

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread Erol Biceroglu
Too bad... thanks for the feedback. Erol Biceroglu 416-275-7970 *LinkedIn | Wordpress * On Tue, May 16, 2017 at 9:15 PM, Joshua Ulrich wrote: > On Tue, May 16, 2017 at 8:12 PM, Erol

Re: [R-SIG-Finance] Yahoo Finance API change

2017-05-16 Thread Alec Schmidt
IMHO it's not necessarily quantmod problem. I use get.hist.quote() from tseries, which, too, yields the same error 502. From: R-SIG-Finance on behalf of Joshua Ulrich Sent: Tuesday, May 16,

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread Joshua Ulrich
On Tue, May 16, 2017 at 8:12 PM, Erol Biceroglu wrote: > Pasting > https://ichart.finance.yahoo.com/table.csv?s=XLE=0=01=1998=11=30=2016=d=q=0=XLE=.csv > in a browser yields the following message from yahoo: > > "Will be right back... Thank you for your

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread Erol Biceroglu
Pasting https://ichart.finance.yahoo.com/table.csv?s=XLE=0=01=1998=11=30=2016=d=q=0=XLE=.csv in a browser yields the following message from yahoo: "Will be right back... Thank you for your patience. Our engineers are working quickly to resolve the issue." Is is possible that it's a temporary

[R-SIG-Finance] Yahoo Finance API change

2017-05-16 Thread Joshua Ulrich
Hi all, Just wanted to let the list know that Yahoo Finance changed their API and most download functions will no longer work. It looks like getting it working will require creating and tracking a session with the Yahoo Finance servers. If you're interested in quantmod::getSymbols.yahoo, you

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread Alec Schmidt
Roger, I'm getting nervous with yahoo outage. Google works indeed, but it provides only closing but not adjusted prices. Any way around? Thanks, Alec From: R-SIG-Finance on behalf of Roger Bos

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread Roger Bos
Google still works On May 16, 2017 4:25 PM, "R P Herrold" wrote: > On Tue, 16 May 2017, Ilya Kipnis wrote: > > > Can confirm. Having issues downloading from Yahoo, getting a 502 error. > > Should I reinstall quantmod? > > If your personal vehicle runs out of fuel, would

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread R P Herrold
On Tue, 16 May 2017, Ilya Kipnis wrote: > Can confirm. Having issues downloading from Yahoo, getting a 502 error. > Should I reinstall quantmod? If your personal vehicle runs out of fuel, would you discard it and purchase a new car? Yahoo! Finance data is just fuel for quantmod in my analogy

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread Ilya Kipnis
Can confirm. Having issues downloading from Yahoo, getting a 502 error. Should I reinstall quantmod? On Tue, May 16, 2017 at 3:02 PM, R P Herrold wrote: > On Tue, 16 May 2017, Alec Schmidt wrote: > > > And now I cannot download from yahoo at all (it worked until 20 min

Re: [R-SIG-Finance] blotter package funciton addTxns

2017-05-16 Thread Brian G. Peterson
The code and documentation for the addTxns function are in the addTxn.R file (lines 167-201). On Tue, 2017-05-16 at 20:03 +, Bos, Roger wrote: > All, > > I cloned the blotter package on github and took a look at the > amzn_test.R demo file and I see a call to addTxns, but I don't see > that

[R-SIG-Finance] blotter package funciton addTxns

2017-05-16 Thread Bos, Roger
All, I cloned the blotter package on github and took a look at the amzn_test.R demo file and I see a call to addTxns, but I don't see that function listed in R folder of the package. I see addTxn, but not addTxns. addTxns is listed in the NAMESPACE folder as an exported function. I can

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread R P Herrold
On Tue, 16 May 2017, Alec Schmidt wrote: > And now I cannot download from yahoo at all (it worked until 20 min ago): > > trying URL > 'http://chart.yahoo.com/table.csv?s=AAPL=5=01=2012=4=12=2017=d=q=0=AAPL=.csv' > download error, retrying ... > > 1: In download.file(url, destfile, method =

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread Alec Schmidt
And now I cannot download from yahoo at all (it worked until 20 min ago): trying URL 'http://chart.yahoo.com/table.csv?s=AAPL=5=01=2012=4=12=2017=d=q=0=AAPL=.csv' download error, retrying ... 1: In download.file(url, destfile, method = method, quiet = quiet) : cannot open: HTTP status was

[R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread R P Herrold
On Tue, 16 May 2017, Daniel Mack wrote: > All, Did anyone notice that Yahoo did not update last night. > I have been running a Yahoo down for a year and half and it > did not update for the first time. Did anyone else > experience this? I am using quantmod. As to Yahoo changes recently,

Re: [R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread Roger Bos
I saw some talk about Yahoo changing something that broke the package, but for some it was still working in Rstudio, but don't quote me on that. It has been fixed on the latest version (probably on github, not sure about CRAN). Search some more and you will find the discussion. On May 16, 2017

[R-SIG-Finance] Yahoo Did not update

2017-05-16 Thread Daniel Mack
All, Did anyone notice that Yahoo did not update last night. I have been running a Yahoo down for a year and half and it did not update for the first time. Did anyone else experience this? I am using quantmod. Thanks, Dan ___