Skip to main content

financial-calculator

Project description

Welcome to Finance with python!

My first package of python for finance. I hope this will help lot of people and if any contributor wants to contribute then he or she will be most welcome for this project. Thank You so much!

This is a basic financial Calculator!


This module will help the students who are finance backgrounded and also for professional useage. This will be upgraded. You can use it through python. Type the command in the terminal python3 -m pip install fin4py

Note

  • First go to python shell and type >>>from fin4py import finance as f
  • The following functions are given..
  • You can calculate future value with simple interest with the function futureValue_simple.
  • >>> f.futureValue_simple()
  • This will ask you some variables
  • You can calculate future value with with compound interest with the function futureValue_compound.
  • >>> f.futureValue_compuond()
  • This will ask you some variables
  • Newly added how to find the effective interest rate of a certain rate.
  • >>> f.effecticeInterestRate()
  • As usual it will take some rates from you and calculate for you.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fin4py-0.0.2-py3-none-any.whl (3.3 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