• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Google finance API to get live stock quote

 
Ranch Hand
Posts: 348
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm looking for Google Finance API call like this one:
http://finance.google.com/finance/info?client=ig&q=NASDAQ:GOOG

but this one is fast at first request and becomes slow at subsequent requests.
Does anybody know if Google or any other site provides other API to get live stock quote?
thanks
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This page here: https://developers.google.com/finance/

says "The Google Finance APIs are no longer available. Thank you for your interest."

But a few minutes of... um... googling produces links to e.g. Yahoo Finance URL.
 
David Spades
Ranch Hand
Posts: 348
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes, I've been using yahoo finance, but it's slow. and after trying out google, apparently it's still working, as shown from the link I put in my first post. In short, I'm trying to find alternative to yahoo finance. Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic