0.0.3 • Published 6 years ago

yahoo-finance-scraper v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Yahoo Finance Scraper

Install

npm install yahoo-finance-scraper

Usage

  • Import
const symbol = require('yahoo-finance-scraper')
  • Get symbol
symbol('MSFT', '2019/01/01', '2019/01/31', '1d')

Returns a promise with the result

Result

{
  "timestamp": ["1230906600", ...],
  "low": [31.22, ...],
  "high": [32.10, ...],
  "open": [31.41, ...],
  "close": "[31.58, ...],
}
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago