Reputation: 55
I'm implementing a mobile finance app using phonegap. For this I need a real time quotes. After googling for a while I come to know that Yahoo provides real time stock quotes. So I created a 30 days trial account by using this link. Now I don't know how to proceed further. is there any tutorial or sample code to call Yahoo's rest web services to get real time stock quotes using phonegap?
Upvotes: 1
Views: 5290
Reputation: 4300
The Yahoo! Developer Network, specifically their Finance section, appears to be their only officially support real-time solution, according to this post from Feb 2009. But, that information could obviously be outdated.
Upvotes: 1