https://github.com/kgotsosm/stock-tracker
Tracking stock price movements
https://github.com/kgotsosm/stock-tracker
fastapi python react syncfusion
Last synced: about 2 months ago
JSON representation
Tracking stock price movements
- Host: GitHub
- URL: https://github.com/kgotsosm/stock-tracker
- Owner: kgotsosm
- Created: 2023-08-08T14:49:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T00:46:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T19:44:10.315Z (over 1 year ago)
- Topics: fastapi, python, react, syncfusion
- Language: Python
- Homepage:
- Size: 45.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSE Top40 Stock Prices App
This is a simple web application that displays the daily stock prices of JSE Top40 stocks. It utilizes a FastAPI backend to fetch stock data from the Yahoo Finance API and presents the data using a Syncfusion Grid in the UI. Done as a practical example of using a Python backend and connecting it to a React frontend.

## Features
- Fetches and displays daily stock prices of JSE Top40 stocks.
- Utilizes FastAPI to handle backend requests.
- Syncfusion Grid is used to visualize the stock data.
## Acknowledgements
- This project utilizes the [FastAPI](https://fastapi.tiangolo.com/) framework for the backend.
- The [Yahoo Finance API](https://finance.yahoo.com/) is used to fetch stock data.
- The [Syncfusion Grid](https://www.syncfusion.com/javascript-ui-controls/grid) component is used for displaying the stock data in the UI.