# fin-libs
Financial analytics toolkit

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Issues](https://img.shields.io/github/issues/azepecki/fin-libs)
[![Build Status](https://github.com/ColumbiaOSS/example-project-python/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/azepecki/fin-libs/actions?query=workflow%3A%22Build+Status%22)
[![codecov](https://codecov.io/gh/azepecki/fin-libs/branch/main/graph/badge.svg)](https://codecov.io/gh/azepecki/fin-libs)
[![PyPI](https://img.shields.io/pypi/v/numpy)](https://pypi.org/project/fin-libs/)


## Overview

Python library that exposes tools for financial analytics. This includs functions to:
- calculate simple and compound interest
- compound annual growth rate 
- weighted average
- linear least squares
- earning per share
- net income

## Installation

This library can be installed by running `pip install fin_libs`

## Usage

This library is meant to be used for financial analytics purposes. You can import specific functionality from modules in the library. 