achannarasappa / ticker

Terminal stock ticker with live updates and position tracking
GNU General Public License v3.0
4.94k stars 264 forks source link

ticker only show the price #235

Closed StingJohnson closed 1 year ago

StingJohnson commented 1 year ago

hi developer, is there a way when i type for example "ticker btc" and it only shows the price, just the price, nothing else. thanks alot.

achannarasappa commented 1 year ago

I suggest using the print option to achieve something similar. You can use a text processing tool like sed, grep, or awk to filter from there to the output you want. Using the Yahoo or Coingecko API directly is likely to be simpler though.