A project to quickly access Yahoo! Finance API in R.
This package allows you to connect to the Yahoo! Finance API in R, analyze stock performance, use preset functions, and create custom queries.
install.packages("devtools")
library(devtools)
install_github("stevensolarz/rYahooFinance")
library(rYahooFinance)
Contributors names and contact info
Steven Solarz ex. @StevenSolarz
This project is licensed under the MIT License - see the LICENSE.md file for details
This package is inspired by work already done on the Python front: YahooFinanceAPI yfinance * (https://www.yahoofinanceapi.com/)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.