This Jupyter Notebook demonstrates how to retrieve data from Quant UX and perform data analysis on the retrieved data.
Before running this notebook, ensure you have the following:
- Python 3 installed
- Required packages: requests, json, pandas, scipy, statsmodels, matplotlib, seaborn
- Quant UX API authentication token and cookie
-
Clone the repository or download the notebook file (
notebook.ipynb) to your local machine. -
Install the required Python packages using the following command:
pip install requests pandas scipy statsmodels matplotlib seaborn
- Create a
.envfile in the same directory based on the '.env.example' file.
- Retrieve your tokens from your browser's dev tools Network tab
- Full in qux_auth=, qux_cookie=, qux_app= accordingly
-
Open the notebook file (
notebook.ipynb) in Jupyter Notebook or JupyterLab. -
Run each cell of the notebook sequentially to retrieve data from the Quant UX API, perform data analysis, and display the results.
-
Modify the code as per your analysis requirements.
PRs (Pull Requests) are always welcome! We appreciate any input, improvements, or suggestions that can enhance the project.
To contribute, please follow these steps:
- Fork the repository and create your branch from
main. - Make your desired changes, additions, or improvements.
- Ensure that your code adheres to the project's coding style and guidelines
- Test your changes to ensure they function as intended.
- Submit a pull request, providing a clear and concise description of your changes.
We value the community's involvement and appreciate your contributions towards making this project even better!
- Quant UX: link-to-repo
This project is licensed under the MIT License - see the LICENSE file for details.