Stock Info Microservice
Overview
The Stock Info Microservice offers detailed stock information, stock searches, and watchlist management. It fetches real-time stock data from external financial APIs.
Endpoints
-
Retrieve Stock Information
GET /stock/:stockSymbol
-
Search for Stocks
GET /search/:query
-
Get Watchlist
GET /watchlist
-
Add to Watchlist
POST /watchlist/add/:symbol
-
Remove from Watchlist
DELETE /watchlist/remove/:symbol
-
Clear Watchlist
DELETE /watchlist/clear