Welcome to the Documentation!¶
Precise, fast, and reliable data analysis
Overview¶
A project that automatically gathers, processes, and analyzes investment fund data.
The objective is to provide a solid foundation for historical analysis, data visualization, and investment simulations.
Prerequisites¶
Required software:
Note
It is recommended to use Visual Studio Code, as it provides excellent support for Jupyter Notebooks.
Access to the project
Clone the repository:
git clone https://github.com/NicolasChirazawa/automacao-cotas-investimento.gitOr download the
.zipfile from GitHub.Install dependencies
The project includes a
requirements.txtfile in the root directory containing all required dependencies.pip install -r requirements.txt
Next Steps¶
Getting Started
-
Learn how to configure the project
Understand the
CONFIGkeyUnderstand the
DIRkeyUnderstand the
INVESTMENTSkeyUnderstand the
CHARTSkeyUnderstand the
REDEEMkey
-
Understand the project features
Learn how features communicate with each other
Understand the overall project structure
System Modules
-
Learn how to use the
spreadsheetfeatureDownload and process only the data relevant to you
Access available
CVMandCDIdata
-
Learn how to use the
chartsfeatureGenerate visualizations to improve data readability
-
Learn how to simulate investments
Technical Aspects
Questions / Comments¶
If you have questions about this project, feel free to open an issue on GitHub: here