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

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.

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.