An open API service indexing awesome lists of open source software.

https://github.com/matteopolak/stock-display

Displays the live price of a ticker from the NASDAQ stock market
https://github.com/matteopolak/stock-display

chart rust

Last synced: 4 months ago
JSON representation

Displays the live price of a ticker from the NASDAQ stock market

Awesome Lists containing this project

README

          

# Stock Display 📈
![Build Status](https://github.com/matteopolak/stock-display/actions/workflows/rust.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/matteopolak/stock-display/badge.svg?branch=main)](https://coveralls.io/github/matteopolak/stock-display?branch=main)
[![License:MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Rust:Nightly](https://img.shields.io/badge/rust-nightly-blue.svg)](https://www.rust-lang.org/tools/install)

[stock-display](https://github.com/matteopolak/stock-display) is a lightweight stock metrics provider built with Rust. It provides
historical data comparisons, price changes, and a plot of real-time stock prices.

## Install

See the [Rust install guide](https://www.rust-lang.org/tools/install) for [Rust nightly](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html),
to [build from source with cargo](https://doc.rust-lang.org/cargo/commands/cargo-build.html), and to [run the unit tests](https://doc.rust-lang.org/cargo/commands/cargo-test.html).

```
$ cargo +nightly build --release
```

### Pre-built binaries

Binaries are released on major releases for Windows platforms and can be located [in the releases tab](https://github.com/matteopolak/stock-display/releases).

## License
[MIT](./LICENSE)