2.0.0 • Published 2 years ago
stock-price-fetcher v2.0.0
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 }