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

https://github.com/danielkhoo/stonk

npm package cli to get the latest stock prices from yahoo finance
https://github.com/danielkhoo/stonk

npm-package stock-prices

Last synced: 6 months ago
JSON representation

npm package cli to get the latest stock prices from yahoo finance

Awesome Lists containing this project

README

          

# stonk

[![](https://img.shields.io/npm/v/stonk.svg?style=flat)](https://github.com/danielkhoo/stonk)

A simple CLI utility to get the latest stock prices from yahoo finance right in your terminal!

## Usage

Single Stock

```bash
$ npx stonk fb
---------------------------
Facebook, Inc. (FB)
USD 274.50 (0.60%)
---------------------------
```

Multiple Stocks

```bash
$ npx stonk fb aapl goog
---------------------------
Facebook, Inc. (FB)
USD 274.50 (0.60%)
---------------------------
---------------------------
Apple Inc. (AAPL)
USD 139.07 (1.61%)
---------------------------
---------------------------
Alphabet Inc. (GOOG)
USD 1901.05 (0.52%)
---------------------------
```

## License

MIT