Skip to content
/ gq Public

A small Rust program to pull stock market quotes for the given tickers.

Notifications You must be signed in to change notification settings

alxbl/gq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gq - Get Quote

gq is a small standalone tool to fetch the last closing price of a stock. It uses Yahoo Finance's API to get quote prices and does not require any authentication.

$ gq TSLA GOOG
GOOG 1421.59
TSLA 833.79

Quotes that are not found will be ignored.

I made this script because I wanted something simple to pull quotes from the command line.

About

A small Rust program to pull stock market quotes for the given tickers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages