项目作者: danielkhoo

项目描述 :
npm package cli to get the latest stock prices from yahoo finance
高级语言: JavaScript
项目地址: git://github.com/danielkhoo/stonk.git
创建时间: 2021-01-23T08:59:17Z
项目社区:https://github.com/danielkhoo/stonk

开源协议:MIT License

下载


stonk

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

Usage

Single Stock

  1. $ npx stonk fb
  2. ---------------------------
  3. Facebook, Inc. (FB)
  4. USD 274.50 (0.60%)
  5. ---------------------------

Multiple Stocks

  1. $ npx stonk fb aapl goog
  2. ---------------------------
  3. Facebook, Inc. (FB)
  4. USD 274.50 (0.60%)
  5. ---------------------------
  6. ---------------------------
  7. Apple Inc. (AAPL)
  8. USD 139.07 (1.61%)
  9. ---------------------------
  10. ---------------------------
  11. Alphabet Inc. (GOOG)
  12. USD 1901.05 (0.52%)
  13. ---------------------------

License

MIT