Skip to content

LastAncientOne/SimpleStockAnalysisR

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

Buy Me A Coffee

Simple Stock Analysis in R

This tutorial is titled "Simple Stock Analysis in R" and is designed to provide a straightforward and easily understandable introduction to stock analysis. It is particularly suitable for beginners who are keen on learning about stock analysis and have aspirations of becoming quants. Additionally, this tutorial is aimed at individuals who are interested in utilizing the R language for their stock analysis endeavors.

Prerequistes

R
RStudio - Use R Notebook
Jupyter Notebook - Use R in Jupyter

Download Langauge and Software

https://www.r-project.org/
https://www.rstudio.com/
https://www.spyder-ide.org/

Programming Language:

R

Software:

R Spyder

Dependencies

quantmod

List of the questions for simple stock tutorial in R:


  1. How to get data from quantmod, yahoo, or other sites?
  2. How to manipulate data in dataframe or array?
  3. How to analyze the Historical stock data?
  4. How to plot data in different type visualization?

See the preview of my tutorial

Paste the address on the website

https://htmlpreview.github.io/ # For html view

https://nbviewer.jupyter.org/ # For jupyter view

Buy Me A Coffee

Authors

Tin Hang

I hope you enjoy learning from this simple tutorial in R.

Disclaimer

🔻 Do not use this code for investing or trading in the stock market. However, if you are interested in the stock market, you should read books 📘 📗 📙 hat are related to the stock market or finance.

This is not a "get-rich-quick" scheme; rather, it is intended for research and educational purposes.