yahoo-finance-scraper

0.0.3 • Public • Published

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, ...],
}

Readme

Keywords

none

Package Sidebar

Install

npm i yahoo-finance-scraper

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

1.53 kB

Total Files

4

Last publish

Collaborators

  • joaogsleite