An open API service indexing awesome lists of open source software.

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

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.

![Rendered grid](grid.png)

## 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.