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
- Host: GitHub
- URL: https://github.com/danielkhoo/stonk
- Owner: danielkhoo
- License: mit
- Created: 2021-01-23T08:59:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T02:32:18.000Z (over 4 years ago)
- Last Synced: 2025-04-12T05:38:39.184Z (6 months ago)
- Topics: npm-package, stock-prices
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/stonk
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stonk
[](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