Hello,
Here is the result that I would like to make
x HUF = y USD = z EUR = k AUD
What I have tried:
$(urlfetch https://decapi.me/misc/currency?value=$(1)&from=HUF&to=USD)
$(urlfetch https://decapi.me/misc/currency?value=$(1)&from=HUF&to=EUR)
$(urlfetch https://decapi.me/misc/currency?value=$(1)&from=HUF&to=AUD)
which gives:
x HUF = y USD x HUF = z EUR x HUF = k AUD
Can anyone help me?
thank you