https://github.com/programmer-yar/stock-exchange
App that analyzes stock exchange data to fetch indicators for specified input filters.
https://github.com/programmer-yar/stock-exchange
Last synced: 8 months ago
JSON representation
App that analyzes stock exchange data to fetch indicators for specified input filters.
- Host: GitHub
- URL: https://github.com/programmer-yar/stock-exchange
- Owner: Programmer-yar
- Created: 2020-10-28T17:01:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T07:11:48.000Z (over 5 years ago)
- Last Synced: 2025-10-23T09:21:05.595Z (8 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock-Exchange
App that analyzes stock exchange data to fetch indicators for specified input filters.
App Functionality:
- Takes volume, date and moving average days as input from user
- Filters out comapnies on the basis of previous 3 days volume
- Calculates moving average on the basis of date and number of days provided.
- checks for indicators in previous 5 days from the provided date and filters out
companies
- returns result which can be downloaded as pdf
- Admin can upload files which are updated to database and media folder.
- presents text files for downloading
- Users can Register, login and run queries and view results.
- Users can subscribe for everyday pdf email report on the basis of volume provided
by them.