1.0.3 • Published 8 years ago

yahoo-finance-quotes v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

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

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago