This is a command line interface for the Investors Exchange API written in Go. The IEX API returns data related to the IEX stock exchange.
Download the binary here and make sure it is executable and in your $PATH
.
View chart data for a specified stock over a specified period of time. e.g. iex-cli chart --range "1y" AAPL
.
View key statistics for a stock with iex-cli stats AAPL
.
View general news with iex-cli news
or stock-specific news with iex-cli news AAPL
.
To see a more detailed list of commands, run iex-cli
.