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
- Host: GitHub
- URL: https://github.com/matteopolak/stock-display
- Owner: matteopolak
- License: mit
- Created: 2022-01-05T16:33:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T15:23:24.000Z (almost 4 years ago)
- Last Synced: 2025-05-12T14:21:22.569Z (8 months ago)
- Topics: chart, rust
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Display 📈

[](https://coveralls.io/github/matteopolak/stock-display?branch=main)
[](https://opensource.org/licenses/MIT)
[](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)