Cita:
Iniciado por __SDP__
Código PHP:
Ver original$url = 'https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.xchange%20where%20pair%20in%20(%22GBPEUR%22)&format=json&diagnostics=true&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback=';
echo $data->query->results->rate->Rate;



Muchísimas gracias, funciona a la perfección.
Un saludo!!