{"id":26241329,"url":"https://github.com/tomaston1996/alpha-vantage-cli","last_synced_at":"2025-06-11T17:32:28.157Z","repository":{"id":265316875,"uuid":"895761888","full_name":"TomAston1996/alpha-vantage-cli","owner":"TomAston1996","description":"A small CLI app for getting Alpha Vantage ETF stock ticker data","archived":false,"fork":false,"pushed_at":"2024-11-28T21:34:24.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T08:21:33.703Z","etag":null,"topics":["alpha-vantage-api","cli-app","finance"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomAston1996.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-28T21:09:48.000Z","updated_at":"2025-02-26T22:05:12.000Z","dependencies_parsed_at":"2024-11-28T22:28:04.659Z","dependency_job_id":"38f72aee-bfed-4395-81c7-54217ced490d","html_url":"https://github.com/TomAston1996/alpha-vantage-cli","commit_stats":null,"previous_names":["tomaston1996/alpha-vantage-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TomAston1996/alpha-vantage-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Falpha-vantage-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Falpha-vantage-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Falpha-vantage-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Falpha-vantage-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomAston1996","download_url":"https://codeload.github.com/TomAston1996/alpha-vantage-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAston1996%2Falpha-vantage-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259308157,"owners_count":22837974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpha-vantage-api","cli-app","finance"],"created_at":"2025-03-13T08:20:15.966Z","updated_at":"2025-06-11T17:32:28.141Z","avatar_url":"https://github.com/TomAston1996.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n# Alpha Vantage CLI\n\nA small command line interface to search for Exchange Traded Funds (ETFs) from the Alpha Vantage API based on a ticker search string.\nExample below: \n\n![cli](./resource/cli.png)\n\n\n## 🧑‍💻 Tech Stack\n\n![Java]\n\n## 🔧 Setup\n\n### Dependencies\nAll maven dependencies can be located in ```pom.xml```\n\n### Alpha Vantage API Key\nA free-tier Alpha Vantage API key can be obtained from https://www.alphavantage.co\n\nAdd your API key to your ```apiKey.properties``` file:  ```alphaVantageApiKey=[yourApiKey]```\n\n## 🧑‍🤝‍🧑 Developers \n\n| Name           | Email                      |\n| -------------- | -------------------------- |\n| Tom Aston      | mailto:mail@tomaston.dev     |\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge\n[contributors-url]: https://github.com/TomAston1996/alpha-vantage-cli/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge\n[forks-url]: https://github.com/TomAston1996/alpha-vantage-cli/network/members\n[stars-shield]: https://img.shields.io/github/stars/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge\n[stars-url]: https://github.com/TomAston1996/alpha-vantage-cli/stargazers\n[issues-shield]: https://img.shields.io/github/issues/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge\n[issues-url]: https://github.com/TomAston1996/alpha-vantage-cli/issues\n[license-shield]: https://img.shields.io/github/license/TomAston1996/alpha-vantage-cli.svg?style=for-the-badge\n[license-url]: https://github.com/TomAston1996/alpha-vantage-cli/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/in/tomaston96\n[Java]: https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white\n[Spring]: https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge\u0026logo=spring\u0026logoColor=white\n[Postgres]: https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white\n[Docker]: https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaston1996%2Falpha-vantage-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomaston1996%2Falpha-vantage-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomaston1996%2Falpha-vantage-cli/lists"}