Any crypto or finance asset may be specified.
Examples:
# Display percentage changes in relation to Bitcoin:
$ mmnode-ticker --widest --pchg-unit=btc
# In relation to Gold:
$ mmnode-ticker --widest --pchg-unit=gc=f
# In relation to Euros:
$ mmnode-ticker --widest --pchg-unit=eurusd=x
# In relation to the Nasdaq Index:
$ mmnode-ticker --widest --pchg-unit=^ixic
Supported parameters:
d - 1-day % change
w - 1-week % change
m - 1-month % change
y - 1-year % change
p - asset price
c - market cap
Examples:
# Display top 50 assets by market cap, sorting by price change
# in last 24 hours:
$ mmnode-ticker --sort=d 50
This feature adds convenience for users whose native currencies are pegged to
assets other than the US Dollar.
Example:
# Add a column for Bulgarian Lev, which is pegged to the Euro at 0.5113 EUR:
$ mmnode-ticker -wE -c eur,bgn-bulgarian-lev:0.5113r:eur
Testing / demo:
$ test/test.py -e scripts.ticker
Display cryptocurrency and other asset prices in convenient tabular format,
with optional display of your portfolio. Output is highly configurable.
Usage information:
$ mmnode-ticker --help