Volatility

N Prakash

Active Member
Joined
Nov 7, 2003
Messages
409
Hi

I want to find out volatility in excel, can any body clarify me how to do it in Excel

A simple example is: volatility per anum is 25% and the no. of active days are 252, what is the volatility per day?

Regards,
Prakash
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Not sure what volatility is but perhaps:

Code:
=(A2/(DATE(YEAR(TODAY())+1,1,1)-DATE(YEAR(TODAY()),1,1)))*B2
Book1
ABCD
1PercentDaysCurrent Percent
225%25217.26%
Sheet1


If you don't want to count weekends then perhaps (You will need the Analysis Toolpak add-in installed for this one):

Code:
=(A2/(NETWORKDAYS(DATE(YEAR(TODAY()),1,1),DATE(YEAR(TODAY()),12,31))))*B2
Book1
ABCD
1PercentDaysCurrent Percent
225%25224.23%
Sheet1
 
Upvote 0
Hi

Thanks for your reply. I want to find the volatility per day and result shoud be 1.58%.

Any help please.

Regards,
Prakash
 
Upvote 0
How do you get that answer?

In other words, if you were doing this without the benefit of Excel, how would you figure it out? Also, what's your definition of a year?

If you can tell us the manual way (by hand or calculator) of figuring it out, possibly we can translate that into an Excel formula.
 
Upvote 0
Hi

I downloaded a question with 4 options from a site and they have given the answer as 1.58%. I was trying to figure out how it has been arrived as it is very much applicable to my application. The question and the answer is furnished hereunder;

If the volatility per annum is 25% and the number of trading days per annum is 252, find the volatility per day.
a) 1.58%
b) 15.8%
c) 158%
d) 0.10


Regards,
Prakash
 
Upvote 0
Upvote 0
Hi Friend,

Thank you very much for the solution and very useful link. Can you give me the equivalent formula in Excel.

Regards,
Prakash.
 
Upvote 0
Sorry, I don't understand the equation that is on that page, but if the 15.8 is acceptable then =A1/15.8
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,476
Members
448,967
Latest member
visheshkotha

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