Skip to content

mtbutler07/stock-ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Ticker

Description

Simple Stock CLI tool, written in Rust, to pull quote data from Finnhub.io for a user provided stock symbol and display that information to the screen.

Usage

  1. Get an API Token from finnhub
  2. Store the API token as environment variable export FINNHUB_API_TOKEN=12345678

TODO

  • Use serde to rename finnhub fields
  • [] Improve Error Handling for User Input
  • Improve Error Handling when making API call
  • [] Improve formatting when displaying quote information
  • Leverage .query() for building url query params instead of format macro
  • [] Improve usage documentation

About

Simple CLI stock tool written in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages