Skip to content

tui-apps/crypto-charts

Repository files navigation

crypto-charts

Browse the top cryptocurrencies and chart their price history in your terminal. Data comes from the free CoinGecko API.

crypto-charts showing Bitcoin's 30-day price chart

Run

go run .

Or build a binary with go build -o crypto-charts . and run ./crypto-charts.

Usage

On start the app loads the top coins by market cap. Move the selection with the up and down arrows to switch coins. Change the time range with the left and right arrows, or press the number keys 1 through 4 to jump straight to one of the four ranges. Press r to refresh and q to quit.

Prices are shown in USD. Each 24-hour change is green for a gain and red for a loss.

Data and attribution

Price data is provided by CoinGecko through their free public API, which needs no key. Please respect their rate limits.

Disclaimer

This tool is for information only and is not financial advice. Prices come from CoinGecko and may be delayed or inaccurate, so do not rely on them for trading or any other financial decision. Your use of the data is also subject to CoinGecko's own terms of service.

License and contributing

Licensed under the MIT License (see LICENSE). Contributions are welcome; see CONTRIBUTING.md.

Citation

If you use this project, please cite it. A machine-readable CITATION.cff is included; expand below for a BibTeX entry.

BibTeX
@software{Vulpes_crypto-charts_2026,
  author  = {Vulpes, Aesthetic},
  title   = {crypto-charts},
  year    = {2026},
  month   = jul,
  version = {0.1.0},
  url     = {https://github.com/tui-apps/crypto-charts}
}

Related

Part of the tui-apps collection

Six small, single-purpose terminal apps.

App What it does
calc live calculator
algebra-visual function grapher
classical-ciphers cipher encoder and decoder
crypto-charts crypto price charts (this repo)
totp TOTP authenticator
life Conway's Game of Life

About

Terminal crypto price charts: top coins and price history from the free CoinGecko API (Go, Bubble Tea)

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages