FX Cross Rates Program
Posted: Wed Nov 21, 2018 12:37 pm
Hello,
I am new to the Eviews programming language and would like write a program which calculates foreign exchange cross rates.
wfcreate FX_D d(1,5) 01/01/1980 31/12/2018
dbopen(type=Macrobond)
fetch(mb) eur jpy chf gbp sek nok aud nzd cad ' these are the rates vs the US dollar
I now would like to calculate each rate versus each other. How would I do that please? I guess one needs to use a for loop but I don't know how to start.
Thanks a lot,
Günter
I am new to the Eviews programming language and would like write a program which calculates foreign exchange cross rates.
wfcreate FX_D d(1,5) 01/01/1980 31/12/2018
dbopen(type=Macrobond)
fetch(mb) eur jpy chf gbp sek nok aud nzd cad ' these are the rates vs the US dollar
I now would like to calculate each rate versus each other. How would I do that please? I guess one needs to use a for loop but I don't know how to start.
Thanks a lot,
Günter