This is a tutorial for "Simple Stock Analysis in R." It is designed to be straightforward and easy to understand, making it ideal for beginners who want to learn about stock analysis and aspire to become quants. Furthermore, this tutorial is intended for individuals who are interested in using the R language for stock analysis.
R
RStudio - Use R Notebook
Jupyter Notebook - Use R in Jupyter
https://www.r-project.org/
https://www.rstudio.com/
https://www.spyder-ide.org/
quantmod
- How to get data from quantmod, yahoo, or other sites?
- How to manipulate data in dataframe or array?
- How to analyze the Historical stock data?
- How to plot data in different type visualization?
https://htmlpreview.github.io/ # For html view
https://nbviewer.jupyter.org/ # For jupyter view
🔻 Do not use this code for investing or trading in the stock market. However, if you are interest in the stock market, you should read books 📘 📗 📙 that are relate to stock market or finance.
