This plugin allows to fetch the last price of a stock by using its ticker (e.g. $MSFT).
$ npm install parsify-stocks
import Parsify from '@parsify/core';
import parsifyStocksPlugin from 'parsify-stocks';
const parsify = new Parsify([
parsifyStocksPlugin()
]);
MIT