Stock Class

版本 1.6 (5.2 KB) 作者: Jeffrey Kantor
An easy to use class to download, display, and plot stock information from Yahoo finance.
2.4K 次下载
更新时间 2014/12/6

查看许可证

Use this simple, self-contained class definition to obtain quotes and historical data from Yahoo finance.
f = stock('f','5y','d);

creates a stock object with a current quote and five year history of daily data for the stock symbol 'f' (Ford Motor Company).

f.plot;

charts the historical data. The default disp(f) method returns current quote information.

disp(f);

Ford Motor Compan (NYSE:F)
-----------------------------------------------
Last Trade: 16.28 (4:01pm 11/19/2010)
Daily Change: 0.16 (0.99%)
Prev. Close: 16.12
Day Open: 16.02
Day Range: 15.83 - 16.38
52wk Range: 8.40 - 17.42
P/E 8.53
Dividend Yield N/A

Daily Price History: 21-Nov-2005 to 19-Nov-2010
------------------------------------------------
Volatility: 60.40% (annualized)
Mean Log Return: 14.09% (annualized)

Additional properties and methods provide access to wide range of data for the selected stock. The individual objects may be stored in structure arrays to track investment portfolios.

引用格式

Jeffrey Kantor (2024). Stock Class (https://www.mathworks.com/matlabcentral/fileexchange/29449-stock-class), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Financial Toolbox 的更多信息
社区

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.6

Update to the new Matlab Toolbox format.

1.2.0.0

Added a more informative disp method, and additional properties.

1.0.0.0