Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonasdoesthings/parsify-stocks

A yahoo finance plugin for parsify
https://github.com/jonasdoesthings/parsify-stocks

hacktoberfest parsify parsify-plugin

Last synced: about 1 month ago
JSON representation

A yahoo finance plugin for parsify

Awesome Lists containing this project

README

        

# Parsify Stocks

## About

This plugin allows to fetch the last price of a stock by using its ticker (e.g. $MSFT).

## Install

```
$ npm install parsify-stocks
```

## Usage

```js
import Parsify from '@parsify/core';
import parsifyStocksPlugin from 'parsify-stocks';

const parsify = new Parsify([
parsifyStocksPlugin()
]);
```

## License

MIT