[R-SIG-Finance] using getQuote with subscription to yahoo real-time data?

2012-03-02 Thread Andre Zege
Hi, i suppose things similar to my question were discussed before. I understand how to run getQuote in quantmod to get delayed real-time yahoo data. Is there a way to point getQuote to non-delayed real-time data once i have paid real-time account with yahoo? I tried to look at the package

Re: [R-SIG-Finance] using getQuote with subscription to yahoo real-time data?

2012-03-02 Thread Joshua Ulrich
On Fri, Mar 2, 2012 at 1:20 PM, Andre Zege az...@yahoo.com wrote: Hi, i suppose things similar to my question were discussed before. I understand how to run getQuote in quantmod to get delayed real-time yahoo data. Is there a way to point getQuote to non-delayed real-time data once i have

Re: [R-SIG-Finance] using getQuote with subscription to yahoo real-time data?

2012-03-02 Thread Brian G. Peterson
On Fri, 2012-03-02 at 11:20 -0800, Andre Zege wrote: Hi, i suppose things similar to my question were discussed before. I understand how to run getQuote in quantmod to get delayed real-time yahoo data. Is there a way to point getQuote to non-delayed real-time data once i have paid

Re: [R-SIG-Finance] using getQuote with subscription to yahoo real-time data?

2012-03-02 Thread R. Michael Weylandt michael.weyla...@gmail.com
You can write your own getQuote method and use the Defaults package to change from src=yahoo to yahoopaid or whatever you decide to call it. I don't have a paid subscription so I can't really help with writing it. Michael On Mar 2, 2012, at 3:01 PM, Andre Zege az...@yahoo.com wrote: Sorry,

Re: [R-SIG-Finance] using getQuote with subscription to yahoo real-time data?

2012-03-02 Thread Jeffrey Ryan
Yahoo and other free providers don't typically offer http request style 'real time' per se. The interface that Yahoo exposes is only available on Windows, so it won't ever be supported in quantmod by default. If your purpose is to automate the requests, and have it effectively 'poll', then it