Download Yahoo Finance Data For Trading and Backtesting

버전 1.1.0.0 (1.88 KB) 작성자: tadeveloper
The script downloads 10 years of stock data from Yahoo Finance.
다운로드 수: 3.6K
업데이트 날짜: 2013/1/16

라이선스 보기

Downloads 10 years worth of daily stock data from yahoo finance. The open, high, low prices are adjusted based on the adjClose field.
The output is saved in csv format in the directory specified by the DIRECTORY parameter.

Example:
Download the data of 5 technology stocks and save the result in the C:\StockData directory:

getyahoo10('AAPL,AMZN,GOOG,IBM,SAP', 'C:\StockData');

인용 양식

tadeveloper (2024). Download Yahoo Finance Data For Trading and Backtesting (https://www.mathworks.com/matlabcentral/fileexchange/39858-download-yahoo-finance-data-for-trading-and-backtesting), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Fixed Windows line breaks for downloaded data.

1.0.0.0