Average FX rate change (daily) over a 4y period, and standard deviation of the average FX rate change HELP!

kital

New Member
Joined
Sep 13, 2014
Messages
2
Hello. I have a table with daily FX rates (e.g. USD/AUD) over a 4y period and I have been asked to do the following:

Estimate the average FX rate change (daily) recorded in the last four-year period for each currency and the standard deviation of the average FX rate change.

I don't even know where to start, any ideas.

Thank you in advance.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
say you have just 5 values

1.27
1.35
1.3
1.31
1.34

you need the absolute difference for each pair eg .08 .05 .01 .03 add them up and divide by 4

assuming these in A1:A5 =stdevs(A1:A5)

the average over 4 years will be pretty meaningless and the std dev over 4 years will be totally meaningless
 
Upvote 0
say you have just 5 values

1.27
1.35
1.3
1.31
1.34

you need the absolute difference for each pair eg .08 .05 .01 .03 add them up and divide by 4

assuming these in A1:A5 =stdevs(A1:A5)

the average over 4 years will be pretty meaningless and the std dev over 4 years will be totally meaningless


Just to confirm, I need to do the following:

To get the avg. fx change rate, I work out the difference between each daily rate, add them up and divide by the number of days of data (4 years = 1001 approx) and that is the average FX date change?

To get the standard deviation of the FX rate change, it's just a simple STDEV calculation in excel, using the daily data over the four year period?
 
Upvote 0

Forum statistics

Threads
1,214,611
Messages
6,120,509
Members
448,967
Latest member
screechyboy79

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top