/zhanghy-sketchzh-FinAgent

An open source tool for analysing financial data built on a large model. The project aims to help financial enthusiasts easily perform a variety of financial data analysis tasks, including market trend analysis, portfolio optimisation, risk management and so on.

Primary LanguagePythonMIT LicenseMIT

FinAgent

Usage

Data loading

The project provides two main Python scripts to handle data loading in fund reports:

  • 'pdf_parser.py' : This script is used to extract and convert the important information from the fund report to text format (.txt).
  • 'table_extractor.py' : This script is used to parse the text data extracted through 'pdf_parser.py' and convert the data to Excel table format based on the report directory.