Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobkobr/stocklens
StockLens displays market data, including real-time stock quotes and recent news per company. Users can enter their API key and a stock symbol to retrieve relevant information quickly and easily.
https://github.com/jacobkobr/stocklens
api flatlaf java json okhttp stock-market swing
Last synced: about 2 months ago
JSON representation
StockLens displays market data, including real-time stock quotes and recent news per company. Users can enter their API key and a stock symbol to retrieve relevant information quickly and easily.
- Host: GitHub
- URL: https://github.com/jacobkobr/stocklens
- Owner: jacobkobr
- Created: 2024-10-13T22:54:42.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-10T03:53:15.000Z (2 months ago)
- Last Synced: 2024-11-10T04:28:47.686Z (2 months ago)
- Topics: api, flatlaf, java, json, okhttp, stock-market, swing
- Language: Java
- Homepage:
- Size: 9.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StockLens
## Overview
Java-based desktop application that fetches market data and news.
## Features
- Fetch real-time stock quotes using the Finnhub API.
- Advice on placing puts/calls.
- Retrieve recent company news articles related to the specified stock with drop down calendar.
- User-friendly interface with clickable links for additional resources.
- Executable file![Application Screenshot](assets/quotev2.png)
![Application Screenshot](assets/newsv2.png)## Setup and Installation
Create a free API key: [Finnhub Dashboard](https://finnhub.io/dashboard )
Using exe:
Download version of [OpenJDK](https://jdk.java.net/23/)
Place contents of jdk in JRE folder next to .exeClone the Repo:
```bash
git clone https://github.com/jacobkobr/StockLens.git
cd StockLens