Commit graph

8 commits

Author SHA1 Message Date
f88b70c2e2
mmnode-ticker: support nested assets in ticker-portfolio.yaml 2026-01-27 08:47:29 +00:00
d02c9936ef
mmnode-ticker: fix market cap sort with USD row 2025-10-22 10:33:16 +00:00
84e8ea65d0
mmnode-ticker: display percent change columns in terms of non-USD assets
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
2025-10-20 09:14:34 +00:00
8f9c4ba48c
mmnode-ticker --sort: handle missing entries in source data 2025-10-17 09:08:00 +00:00
af7c14fe36
mmnode-ticker: get historical financial data from Yahoo Finance 2023-11-05 13:40:23 +00:00
77d8ffb7b9
mmnode-ticker: use coinpaprika tickers API call 2023-11-05 13:40:23 +00:00
fd318909c2
mmnode-ticker: retrieve financial data from Yahoo Finance 2023-09-25 15:53:02 +00:00
e7fcc00b95
new script: mmnode-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
2022-08-04 14:16:28 +00:00