Quoter is a small command line tool to fetch stock quotes. In order to minimize HTML scraping, it retrieves quotes from IEXCloud. You can signup for free and get 500k stock quotes per month. Please check their usage agreements prior to signing up and ensure you are allowed to user their service.
After getting an account, log into the dashboard and you can see your API tokens. You'll need the secret token to use this program. The secret key starts with sk_
This is a single executable...
A command-line tool written in Java for customizable non-interactive download of stock quotes from public websites. The downloaded quotes as well as further informations are stored in an user defined database accessible via JDBC.