Uma biblioteca para cálculos de investimentos.
Project description
AV Investimentos
Uma biblioteca Python para cálculos de investimentos.
Instalação
Você pode instalar a biblioteca via pip:
pip install AV_investimentos
Uso
from investimentos import calcular_retorno_investimento, calcular_juros_compostos
valor_inicial = 10000
valor_final = 15000
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
AV_investimentos-0.5.tar.gz
(2.1 kB
view details)
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 AV_investimentos-0.5.tar.gz.
File metadata
- Download URL: AV_investimentos-0.5.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b55cf52170018d4d8038ef62c8eb3bc1202272b37d2479a1b2bec6d1012d736b
|
|
| MD5 |
309f854e099ce784218cd107bec9983f
|
|
| BLAKE2b-256 |
90aa80be9cb44eb8899b3c733df3efe8fbaed4ed2a18775976f5ab764138b78c
|
File details
Details for the file AV_investimentos-0.5-py3-none-any.whl.
File metadata
- Download URL: AV_investimentos-0.5-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b88623414f9a9641c1992a9558b7679e38b6135161eedce65dda60ae8330d9aa
|
|
| MD5 |
b2991d646f351df094495cf5c104e5c8
|
|
| BLAKE2b-256 |
071717ad5a7a7ad0ff4f829595742313ff3334300fd71cd7ad697b89a7ea6e8e
|