Historical Stock Data Download (alternate Method)
Anmerkung des Herausgebers: This file was selected as MATLAB Central Pick of the Week
This is an updated function to retrieve historical data from Yahoo Finance.
Apparently they changed things around May 2017 and previous versions of these types of functions stopped working. This is a completely new version that should now work (as of November 2017).
Zitieren als
Captain Awesome (2024). Historical Stock Data Download (alternate Method) (https://www.mathworks.com/matlabcentral/fileexchange/37502-historical-stock-data-download-alternate-method), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Data Import and Analysis > Data Import and Export > Web Access and Streaming > Web Services >
- Computational Finance > Datafeed Toolbox > Financial Data > Money.Net >
Tags
Quellenangaben
Inspiriert von: 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!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
6.0.0.1 | fixed typo |
||
6.0.0.0 | Cleaned it up and fixed a few bugs noted by people in the comments. |
||
3.0.0.0 | Updated to handle new format of data from yahoo. |
||
1.0.0.0 |