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.
- Host: GitHub
- URL: https://github.com/rrmn/yahoor
- Owner: rrmn
- License: mit
- Created: 2018-12-31T01:12:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T01:57:03.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T00:49:50.132Z (9 months ago)
- Topics: financial, r, yahoo
- Language: R
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")