Skip to content

Get specific stock price by using your terminal

Notifications You must be signed in to change notification settings

ZefusX/stocks-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get the price of a stock from your terminal

Uses GO and Alphavantage API to get the stock price.
⚠️ If you don't want to get limited by the API change the API Key in the program and rebuild the EXE, the rate is 25 requests / day

However if you're just curious and don't really care about stocks, you can use my API Key since I don't care about getting stocks price

How does it works

Download the folder, navigate to it, open your terminal and type stocks *STOCKS* STOCKS being the symbol like AAPL, GOOGL etc...

Exemple :

stocks GOOGL Returns

-----GOOGL-----
Last Refreshed (2024-02-28 19:55:00):
Open: 144.6950
High: 144.7100
Low: 144.4900
Close: 144.5000
Volume: 172997

ezgif-6-080caac07d

This is actually my first project using Go, I started learning it since last week

About

Get specific stock price by using your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages