A python package that streamlines financial calculations
Project description
finhelp
Helping simplify finance
A python package to make financial calculations simple.
The package provides a wide range of tools and calculators designed specifically for financial applications.
Features
- Net Income
- Simple Interest
- Compound Interest
- Inflation adjusted price
- Purchasing Power
- Compounded Annual Growth Rate (CAGR)
Example to use
- Compound Interest
# To calculate compound interest for
# principal amount of 100000 invested for 10 years
# at an interest rate of 10 per cent and the
# compounding is annual.
from finhelp import compound_interest
print( compound_interest( 100000, 0.1, 10, 1))
# 159374.25
# The compounded interest earned is 159374.25
- Purchasing Power
# To determine the purchasing power
# of the amount of 10,000 in future
from finhelp import purchasing_power
print( round( purchasing_power( 10000, 0.05, 10)))
# 6139
# The value of 10,000 will decline to
# 6139 in 10 years
# if inflation is 5 per cent.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
finhelp-0.0.1.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file finhelp-0.0.1.tar.gz
.
File metadata
- Download URL: finhelp-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 400abf67878bfb5c73ce3af2e29c983dd61b281a1551db28a5b748a3a6f1587f |
|
MD5 | 0170e4f7b11a681385e7c42eaf3a2c71 |
|
BLAKE2b-256 | 9714dbb8c185361e8680cf62d9f93c834768c770720deeee5b43a12c63c141b1 |
Provenance
File details
Details for the file finhelp-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: finhelp-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36ec50e83538d6bf13d214740a4834c2053fc69f51b1dd1eb24585ca72455626 |
|
MD5 | 584c7c20df632c83f79842df8c2fb7fd |
|
BLAKE2b-256 | 33c9884890ed02d226f1fd1e66d379dcdd30aecd4767d9d929649d0389e28ebc |