Historical Volatility

Calculates the annualized historical volatility for a stock over the previous N trading days.
4,5K descargas
Actualizado 15 oct 2010

Ver licencia

This program calculates the annualized historical volatility for one or more stocks over a user-specified number of N trading days. The program uses daily closing prices in the calculations. If not specified, the program defaults to N=20 previous trading days.

The user may supply either a single ticker symbol or a cell array of ticker symbols. Using the supplied N, the program will then calculate the historical volatility for each stock.

In order to run the program, the function 'hist_stock_data.m' must be downloaded and stored in the same directory. This function may be found in my MathWorks File Exchange.

Citar como

Josiah Renfree (2024). Historical Volatility (https://www.mathworks.com/matlabcentral/fileexchange/24811-historical-volatility), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP1
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Financial Toolbox en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: hist_stock_data(start_date, end_date, varargin)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Fixed error in date handling

1.0.0.0