Skip to content

A dummy project to extract data from financial reports of companies; then aggregate them into 1 result file.

Notifications You must be signed in to change notification settings

thinhle19/FinancialReport_Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Report Parser

A dummy project to extract data from financial reports companies, in demand of Probabilties & Statistics MAS291's assignment; then aggregate them into 1 result file.

Technology

I use core Java with a library call Apache POI, which bring us various methods to handle with spreadsheet file formats.

How to use

Step 1: Clone this project to your machine.
Step 2: Screenshot tables from the reports then extract its data to an .xlsx file (here I use Nanonets).
Step 3: Download extracted data, categorizing by compnany's stock symbol and time period (ex: PLP_122012.xlsx).
Step 4: Create 2 folders XXX/csv/ in folder financial_data/ and put all your company's files in. Same with other companies.
Step 5: Replace my result.xlsx file with yours.
Step 6: Run Main and enter all your company stock symbol (order must be same with your folder's one).

P.S.

This is just a basic project for me not to type data cell by cell got from Google (almost 1000 cells with 9-digit-numbers each, suck!) so I know the code is so dump, cause even me was hard to understand it after about 2 days. 😂.

About

A dummy project to extract data from financial reports of companies; then aggregate them into 1 result file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages