Output set of stock prices from yahoo finance as a matrix with header and dates into excel

버전 1.4.0.0 (2.42 MB) 작성자: Haidar Haidar
Output historical stock prices for a basket of stocks and given period as a matrix with header
다운로드 수: 571
업데이트 날짜: 2012/5/31

라이선스 보기

This code downloads historical prices for a basket of given stocks ( should be listed in a file S&P.txt ) within a given period and output the prices in a Matrix form with a header of stock symbols and a column of the corresponding dates. It gives the user the option to download daily prices, weekly ( Mon,Tue,.. or Fridays ), or monthly prices.

인용 양식

Haidar Haidar (2024). Output set of stock prices from yahoo finance as a matrix with header and dates into excel (https://www.mathworks.com/matlabcentral/fileexchange/36886-output-set-of-stock-prices-from-yahoo-finance-as-a-matrix-with-header-and-dates-into-excel), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Stochastic Differential Equation (SDE) Models에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Updated lines 20,21,99 &100.
when downloading weekly dates, input ty as 1 for Friday's quotes, 2 for Saturdays, .., and 7 for Thursdays

1.0.0.0