Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Yahoo Exchange Rates not working

Tags:

xml

yahoo

I use the yahoo.finance.xchange to get the exchange rates in a XML form which I use for our CRM system. We hit this url to get the wanted XML file:

http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.xchange%20where%20pair%20in%20(%22CADZAR%22,%22EURZAR%22,%22GBPZAR%22,%22NADZAR%22,%22USDZAR%22,%22ZARZAR%22,%22CADNAD%22,%22EURNAD%22,%22GBPNAD%22,%22NADNAD%22,%22USDNAD%22,%22ZARNAD%22)&env=store://datatables.org/alltableswithkeys

This all of a sudden started returning: No definition found for Table yahoo.finance.xchange

XML Table no definition

Is anybody else having the same issue?

like image 580
Dan Tromp Avatar asked Mar 02 '16 09:03

Dan Tromp


1 Answers

yes, https://www.datatables.org/ is down, hope it will start working

like image 50
l0gg3r Avatar answered Nov 13 '22 16:11

l0gg3r