Skip to main content

Malee

Project description

Build Status codecov Documentation Status PyPI PyPI - Downloads Code style: black

Malee

The malee package contains a collection of financial modeling functions.

The major goal of this package is to provide you an easy to use library that implements most of the financial modeling formulas like risk and return ready to be used. This package is using numpy as its backend so everything is fast enough as you might expect. There are similar projects like numpy-financial, but most of the have these two problems of 1) not having everything you might need 2) not being maintained actively. Hence this packages aims to fill this gap and be your goto library when you want financial modeling stuff.

malee in Farsi means Financial. Tried so many other cool names, but I was late in the game and they were already taken.

The source code of this package is available at https://github.com/RezaBehzadpour/malee

Install

To install the current release of malee, type the following command in terminal:

$ pip install -U malee

How to use?

Here's how you can calculate simple Arithmetic Return:

>>> import malee
>>> malee.ar(100, 140)
0.4

For more information, see the documentation.

License

BSD 3-Clause

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

malee-0.0.4.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

malee-0.0.4-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page