Biblioteca com funções de calculos de investimento,
Project description
INVESTPY
Uma biblioteca Python para cálculos de investimentos.
Instalação
Você pode instalar a biblioteca via pip:
pip install INVESTPY
Uso
from investimentos import calcular_retorno_investimento,
calcular_juros_compostos
valor_inicial = 1000
valor_final = 1500
retorno = calcular_retorno_investimento(valor_inicial, valor_final)
print(f"Retorno do investimento: {retorno:.2f}%")
valor_final_juros = calcular_juros_compostos(valor_inicial, 6, 5)
print(f"Valor final com juros compostos: R${valor_final_juros:.2f}")
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file investpy-mptrivelato-1.0.0.tar.gz.
File metadata
- Download URL: investpy-mptrivelato-1.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d7a405265893bb92b523ff096dc2715e0a539c0c6de309ba7d1c3edbbe36527
|
|
| MD5 |
54917c231470d8d9b19d1e7cfee95b7f
|
|
| BLAKE2b-256 |
75617959fa1bd7c428f117645729bfc23d74caa4e17e6af0f18e3e7b35246e19
|
File details
Details for the file investpy_mptrivelato-1.0.0-py3-none-any.whl.
File metadata
- Download URL: investpy_mptrivelato-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bc38b349e12cabd8e9fa442902b79b369ef6358bc43b838b248c395faea0acb
|
|
| MD5 |
85e14bb4615edea4aebbeb9cb71495e4
|
|
| BLAKE2b-256 |
b07aa0546fba6d6d8e2ebc66d8f7f88c3c9bb725f643fe84782e07236362e77d
|