0.7.6 • Published 9 years ago

quotr v0.7.6

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

#Quotr#

Quotr is a Node.js CLI for getting near real-time stock quotes from Yahoo Finance. It works for pretty much every relevant ticker in the world. The delay depends on the Yahoo's data provider. Normally it's 15 minutes. You can check the list of exchanges and corresponding delay here.

#Installing#

Make sure you have Node.js installed, then... (you'll need sudo on linux boxes)

npm install -g quotr

#Using#

Open the terminal (or command prompt on Windows) and type:

quotr

Now you can start entering commands

##Commands##

###snapshot (short: s)###

Displays the latest information about the given symbol. Example:

s aapl

image

Optionally, you can pass fields in using the -f parameter. Example:

s aapl -f v (displays the volume)

image

0.7.6

9 years ago

0.7.5

9 years ago

0.7.4

9 years ago

0.7.3

9 years ago

0.7.2

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.0.1

9 years ago