An open API service indexing awesome lists of open source software.

https://github.com/rrmn/yahoor

A little function to web scrape Yahoo Finance data like financials, key statistics, or profile data.
https://github.com/rrmn/yahoor

financial r yahoo

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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**

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

# Usage examples

### Get Financials

get_yahoo("MSFT", "financials")

### Get Key Statistics

get_yahoo("AAPL", "statistics")