stock-price-fetcher

2.0.0 • Public • Published

Usage example


const spf = require("stock-price-fetcher")
const data = await spf.data('AAPL'); // param should be a valid yahoo finance ticker
console.log(data) // { currency: 'USD', price: 148.11 }

Package Sidebar

Install

npm i stock-price-fetcher

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

2.98 kB

Total Files

4

Last publish

Collaborators

  • ksgr5566