1.0.2 • Published 3 years ago
stock-price-fetcher v1.0.2
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 }