pstadler / ticker.sh

Real-time stock tickers from the command-line.
MIT License
511 stars 87 forks source link

Allow the symbols to be provided in a case-insensitive manner #16

Closed mfrancis95 closed 4 years ago

mfrancis95 commented 4 years ago

That way you can run ./ticker.sh aapl, for instance. All symbols will be passed to the Yahoo Finance API in uppercase.

pstadler commented 4 years ago

See #8

pstadler commented 4 years ago

This has been addressed with #21