google sorguya parametre eklemek

1 Cevap php

I am trying to get the realtime stockquotes from google for some time now. First I try'd the finance api, but that didd'nt work out.

Sonra bu sorguyu gördüm ve gerçek olamayacak kadar iyi görünüyor

http://www.google.com/finance/info?client=ig&q=goog

Ben şimdi kapalı farkında değilim bazı sakıncaları olması gerekir.

Neyse, en azından ne olduğunu google finans sayfasında diyor gerçek zamanlı vermek yok

Does anyone know if I can add more parameters for the query like + YAHOO (this is falty) so I can get more then one stock??

Also, is the output in json or do Y have to parse it differently? I was planning to do this with curl and ajax

teşekkürler, Richard

1 Cevap

Sadece olduğu gibi, bir virgül daha senedi sembolleri ekleyebilirsiniz:

http://www.google.com/finance/info?client=ig&q=goog,msft

The response is indeed json. There is a good discussion on Stackoverflow about using the first-class Google Finance APIs to get stock quotes here: http://stackoverflow.com/questions/527703/google-financial-api-how-get-stock-quotes