achannarasappa / ticker

Terminal stock ticker with live updates and position tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ticker only show the price

StingJohnson opened this issue · comments

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.

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.