yahoo-finance-quotes

1.0.3 • Public • Published

Yahoo Finance Quotes

Fetch stock prices from the Yahoo finance api

Install

$ npm install --save yahoo-finance-quotes

Usage

var fetchQuotes = require('yahoo-finance-quotes');
 
 
fetchQuotes(["ISF.L", "EMG.L", "LMI.L"])
    .then((quotes) => {
        console.info(quotes);
    })
    .catch((response) => {
        console.error(response);
    });
 

License

MIT © tomkp

Package Sidebar

Install

npm i yahoo-finance-quotes

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • tomkp