Data provided for free by IEX. View IEX's terms of use
- Download or clone this repository
- open "index.html" in your browser
- enter commands into the input field
(all commands are space separated, order is not important)
help
- displays commands
new
- opens a new terminal window with the same content as original, or new content if provided
close
- closes the current terminal window
!
- retrieves news
$stock
- changes the current security
:time
- [1d(default), 1m, 3m, 6m, ytd, 1y, 2y, 5y]
#type
- chart type [bars, line, hiLo, (OHLC soon)]
/searchTerm
- returns possible matches with ticker symbols
lg | sm
- lg returns large graph, sm a smalll one(default)
$goog :3m #hiLo
- produces a 3-month hiLo chart of google
:6m new
-produces a new 6-month hiLo chart of google
#line new $msft :1y
- produces a 1-year line graph of microsoft in a new terminal window