https://github.com/omar2535/stock-scraper
📈 A stock scraper api that pulls data from Yahoo finance
https://github.com/omar2535/stock-scraper
stock-scraper yahoo-finance
Last synced: 5 days ago
JSON representation
📈 A stock scraper api that pulls data from Yahoo finance
- Host: GitHub
- URL: https://github.com/omar2535/stock-scraper
- Owner: omar2535
- Created: 2018-03-05T07:39:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:59:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-10T20:57:16.238Z (7 months ago)
- Topics: stock-scraper, yahoo-finance
- Language: JavaScript
- Homepage:
- Size: 372 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/omar2535/stock-scraper)
## Simple stock scraper
The intention for this will be used for analysis of stocks, specifically the ratios exhibited compared to the same statistics within an industry.The key ratios that will be used for analysis are:
* P/E
* P/B
* ROE
* Div Yield
* Free Cash Flow
* Debt to Equity### Usage
---
To use this APi, the ticker symbols must comply with the Yahoo Finance stock ticker symbols.
For example, a canadian stock for Telus Communications is T.TO on the TSX, however it is T on the NYSE. The distinction must be made before requesting for data.