8000 GitHub - SweetRevengeXX/fibooks: Python library for financial statement analysis.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SweetRevengeXX/fibooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Downloads License: MIT GitHub tag stars 
6792
- fibooks forks - fibooks

Fibooks is a python library for financial statement analysis. This library supports all 3 main financial statements (balance sheet, income statement and statement of cashflows) and offers a large set of formulas and ratios.

Getting Started

fibooks can be installed using the Python package manager, also known as pip. If you use PyCharm (or any other IDE) then please follow their package installation guidelines. Do note that fibooks was developed using Python 3 so that's the version this package is optimized for regardless of your environment.

pip3 install fibooks

Once your download is completed you can test whether fibooks has been installed sucessfully. If the following code outputs the current version then you're good to go, if not then please check your installation. If fibooks still refuses to work please let me know through the feedback form down below.

from fibooks import other

other.info()

Documentation & Demo

The documentation of fibooks can be found here and a demo of fibooks can be found here. For any further questions, feel free to contact me.

Support

Donate
Feedback
Pypi

About

Python library for financial statement analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0