Skip to content
/ yahooR Public

A little function to web scrape Yahoo Finance data like financials, key statistics, or profile data.

License

Notifications You must be signed in to change notification settings

rrmn/yahooR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yahooR

A little function to web scrape Yahoo Finance data like financials or key statistics. More are to come. It requires tidyverse and rvest to run properly.

Instructions

  1. Download the file get_yahoo.R

  2. Load the script via source("folder/get_yahoo.R")

Usage examples

Get Financials

get_yahoo("MSFT", "financials")

Get Key Statistics

get_yahoo("AAPL", "statistics")

About

A little function to web scrape Yahoo Finance data like financials, key statistics, or profile data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages