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

https://github.com/apchavan/zerodha-cherrypy

Web application for yesterday's stock listings.
https://github.com/apchavan/zerodha-cherrypy

flask-application flask-web python3 redis redis-database

Last synced: 11 months ago
JSON representation

Web application for yesterday's stock listings.

Awesome Lists containing this project

README

          


Zerodha tasks solutions

**_CherryPy_** is simple web application which can list the stocks from yesterday.

**This repository has solutions for _two_ tasks from Zerodha:**
- [x] A Python script that:- Downloads the Equity Bhavcopy zip from the above page- Extracts and parses the CSV file in it- Writes the records into Redis into appropriate data structures(Fields: code, name, open, high, low, close).
- [x] Simple CherryPy python web application that:- Renders an HTML5 + CSS3 page that lists the top 10 stock entries from the Redis DB in a table- Has a searchbox that lets you search the entries by the 'name' field in Redis and renders it in a table.