Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastancientone/simplestockanalysisr
Tutor step-by-step on how to analyze stock data using the R language.
https://github.com/lastancientone/simplestockanalysisr
data-analysis data-visualization finance financial-analysis financial-data quantmod r stock stock-analysis stock-market stock-trading tutorial-code
Last synced: about 7 hours ago
JSON representation
Tutor step-by-step on how to analyze stock data using the R language.
- Host: GitHub
- URL: https://github.com/lastancientone/simplestockanalysisr
- Owner: LastAncientOne
- License: mit
- Created: 2019-04-12T15:18:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T22:52:00.000Z (9 months ago)
- Last Synced: 2024-02-25T23:38:59.403Z (9 months ago)
- Topics: data-analysis, data-visualization, finance, financial-analysis, financial-data, quantmod, r, stock, stock-analysis, stock-market, stock-trading, tutorial-code
- Language: Jupyter Notebook
- Homepage:
- Size: 967 KB
- Stars: 13
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url][contributors-shield]: https://img.shields.io/github/contributors/LastAncientOne/SimpleStockAnalysisR.svg?style=for-the-badge
[contributors-url]: https://github.com/LastAncientOne/SimpleStockAnalysisR/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/LastAncientOne/SimpleStockAnalysisR.svg?style=for-the-badge
[forks-url]: https://github.com/LastAncientOne/SimpleStockAnalysisR/network/members
[stars-shield]: https://img.shields.io/github/stars/LastAncientOne/SimpleStockAnalysisR.svg?style=for-the-badge
[stars-url]: https://github.com/LastAncientOne/SimpleStockAnalysisR/stargazers
[issues-shield]: https://img.shields.io/github/issues/LastAncientOne/SimpleStockAnalysisR.svg?style=for-the-badge
[issues-url]: https://github.com/LastAncientOne/SimpleStockAnalysisR/issues
[license-shield]: https://img.shields.io/github/license/LastAncientOne/SimpleStockAnalysisR.svg?style=for-the-badge
[license-url]: LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/tin-hang# 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:
Software:
## 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?
2. How to analyze the Historical stock data?
3. 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 viewhttps://nbviewer.jupyter.org/ # For jupyter view
## 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.