Hi,
I'm trying to download the fx rates of the Polish National Bank using their API ( http://api.nbp.pl/en.html )
Currently I was unable to do so, therefore I manually downloaded the XLS overview http://www.nbp.pl/kursy/archiwum/archiwum_tab_a_2017.xls and started from there.
I have attached the flow that I came up with so far but it's not doing the trick.
The result I'm trying to achieve is a table simple table containing the date / currency / rate.
In addition, I need to have a currency for each day (weekends are not provided by the nbp) or a formula where the fx rate will be calculated on the previous date if the date is not included ( comparable as a vlookup,true function in excel)
I would really appreciate if you could get me started on this one.
Is there anyone that did the same exercise?