Skip to content

A Rust program to fetch and visualize stock's prices with candlestick charts

Notifications You must be signed in to change notification settings

philipnguyxn/stock_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock CLI

A Rust-based CLI application that will fetch prices of a given company's symbol from 1 year ago to the current date, then visualize it as a candle stick chart. Finally, the chart will be exported as a png file.

The default symbol will be AAPL and the default time frame is every week.

Dependencies

  1. Reqwest
  2. Tokio
  3. Plotter
  4. Finhub API

Gallery

  1. AAPL

  1. META

  1. MSFT

  1. TSLA

About

A Rust program to fetch and visualize stock's prices with candlestick charts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages