Uses GO and Alphavantage API to get the stock price.
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
Download the folder, navigate to it, open your terminal and type
stocks *STOCKS*
STOCKS being the symbol like AAPL, GOOGL etc...
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
This is actually my first project using Go, I started learning it since last week