My widget has suddenly stopped working and hope that you can help me sort it out.
My understanding (as the basic code is not mine) is that the up-to-date currencies were downloaded by the following very long url
http://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in ( “EURAED”,“EURARS”,“EURAUD”,“EURAWG”,“EURBAM”,“EURBBD”,“EURBDT”,“EURBGN”,“EURBHD”,“EURBMD”,“EURBOB”, “EURBRL”,“EURBSD”,“EURCAD”,“EURCHF”,“EURCLP”,“EURCNY”,“EURCOP”,“EURCYP”,“EURCZK”,“EURDKK”,“EURDOP”, “EUREGP”,“EUREUR”,“EURFJD”,“EURGBP”,“EURGHS”,“EURGMD”,“EURGTQ”,“EURHKD”,“EURHRK”,“EURHUF”,“EURIDR”, “EURILS”,“EURINR”,“EURIRR”,“EURISK”,“EURJMD”,“EURJOD”,“EURJPY”,“EURKES”,“EURKHR”,“EURKRW”,“EURKWD”, “EURLAK”,“EURLBP”,“EURLKR”,“EURLTL”,“EURLVL”,“EURMAD”,“EURMDL”,“EURMGA”,“EURMKD”,“EURMUR”,“EURMVR”, “EURMXN”,“EURMYR”,“EURNAD”,“EURNGN”,“EURNOK”,“EURNPR”,“EURNZD”,“EUROMR”,“EURPAB”,“EURPEN”,“EURPHP”, “EURPKR”,“EURPLN”,“EURPYG”,“EURQAR”,“EURRON”,“EURRSD”,“EURRUB”,“EURSAR”,“EURSCR”,“EURSEK”,“EURSGD”, “EURSYP”,“EURTHB”,“EURTND”,“EURTRY”,“EURTWD”,“EURUAH”,“EURUGX”,“EURUSD”,“EURUYU”,“EURVEF”,“EURVND”, “EURXAF”,“EURXCD”,“EURXOF”,“EURXPF”,“EURZAR”)&env=store://datatables.org/alltableswithkeys
I remember pasting it in the address bar and getting the expected exchange rates.
It no longer works…
I can only think of 3 possibilities:
a) I have been banned: unlikely, as I took steps to obtain permission to use the API and eventually read that it is free to use up to acertain level that I will never reach…
b) The API is out of order and awating repair: unilikely as it has now been a few days since it stopped working
c) Yahoo has changed the code: this is where I hope you can help getting it to work again
I have done some investigating and saw this Yahoo own widget at https://finance.yahoo.com/currency-converter/#from=USD;to=EUR;amt=1
Looking at the source code for the page I see some parallels to the code for my widget and think that my code was copied from something similar.
I extracted from the source code the following:
which produces something that may be all I need to replace my present code with this.
Please, let me know if you can help and what else you may need. You can see the widget in the sidebar of this test page:
http://pintotours.net/TEMP1/ZRH.html
Thank you
LATER EDIT
When I enter in the address bar the location of the php file that controls the widger I get load of warnings that I do not understand…