Welcome to Ticker Tracker! This repository contains the code for an Android application that helps users track stock tickers and manage their portfolios efficiently.
Ticker Tracker allows users to track stocks and manage their investments on the go. Key features include:
- Stock Ticker Search: Search for stocks listed on various exchanges.
- Stock Details: View detailed information including summary, news, charts, and insights for each stock.
- Portfolio Management: Buy and sell shares with an initial wallet balance of $25,000.
- Watchlist: Add stocks to a watchlist for easy monitoring.
- Wallet Management: Monitor and manage wallet balances directly within the app.
- Android Studio: The app is built using Android Studio and Java.
- API Integration: Utilizes Finnhub and Polygon APIs for real-time stock data.
- Charting: Integrates HighCharts for visualizing stock data and trends.
- Database: Stores watchlist and portfolio information using SQLite for Android.
- Hosting: The application runs natively on Android devices.
To use Ticker Tracker, simply clone the repository and open the project in Android Studio. Build and run the app on an Android emulator or physical device to start tracking stocks and managing your portfolio.