Finzome - Python Assignment
Finzome - Python Assignment
Task1:
Calculate the Daily Volatility and annualized volatility for the dataset in Python.
You can decide on whatever tools/packages you need to implement the above data calculations.
Task2:
Make a http endpoint using any one of the python web frameworks – FastAPI or Flask or Django.
1. Accept a csv file or a parameter with which data can be fetched from directory. (like file used in
Task1)
2. Compute Daily, Annualized volatility and return these values.
You can decide on the endpoint name, file headers and other required parameters for the functionality
implementation.
Please mention in the docstrings what parameters name and headers were chosen.