https://github.com/tomaston1996/alpha-vantage-cli
A small CLI app for getting Alpha Vantage ETF stock ticker data
https://github.com/tomaston1996/alpha-vantage-cli
alpha-vantage-api cli-app finance
Last synced: about 1 year ago
JSON representation
A small CLI app for getting Alpha Vantage ETF stock ticker data
- Host: GitHub
- URL: https://github.com/tomaston1996/alpha-vantage-cli
- Owner: TomAston1996
- Created: 2024-11-28T21:09:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T21:34:24.000Z (over 1 year ago)
- Last Synced: 2025-03-13T08:21:33.703Z (over 1 year ago)
- Topics: alpha-vantage-api, cli-app, finance
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
# Alpha Vantage CLI
A small command line interface to search for Exchange Traded Funds (ETFs) from the Alpha Vantage API based on a ticker search string.
Example below:

## 🧑💻 Tech Stack
![Java]
## 🔧 Setup
### Dependencies
All maven dependencies can be located in ```pom.xml```
### Alpha Vantage API Key
A free-tier Alpha Vantage API key can be obtained from https://www.alphavantage.co
Add your API key to your ```apiKey.properties``` file: ```alphaVantageApiKey=[yourApiKey]```
## 🧑🤝🧑 Developers
| Name | Email |
| -------------- | -------------------------- |
| Tom Aston | mailto:mail@tomaston.dev |
[contributors-shield]: https://img.shields.io/github/contributors/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge
[contributors-url]: https://github.com/TomAston1996/alpha-vantage-cli/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge
[forks-url]: https://github.com/TomAston1996/alpha-vantage-cli/network/members
[stars-shield]: https://img.shields.io/github/stars/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge
[stars-url]: https://github.com/TomAston1996/alpha-vantage-cli/stargazers
[issues-shield]: https://img.shields.io/github/issues/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge
[issues-url]: https://github.com/TomAston1996/alpha-vantage-cli/issues
[license-shield]: https://img.shields.io/github/license/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge
[license-url]: https://github.com/TomAston1996/alpha-vantage-cli/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/tomaston96
[Java]: https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white
[Spring]: https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white
[Postgres]: https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white
[Docker]: https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white