Uma biblioteca para cálculos de investimentos.
Project description
Meu Investimento
Uma biblioteca Python para cálculos de investimentos.
Instalação
Você pode instalar a biblioteca via pip:
pip install meu_investimento
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
pos_fiap_ml_1-0.2.tar.gz
(2.4 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 pos_fiap_ml_1-0.2.tar.gz.
File metadata
- Download URL: pos_fiap_ml_1-0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ac432534214f8006ba1d2c88868d04ff1f6c3992e62ab77f17c4990de8df81f
|
|
| MD5 |
cc0c26ce5da715978eb0e57d12a6e53a
|
|
| BLAKE2b-256 |
8ce931be213036db0a41fe37e405880ae616427a25d24710e35c6d4db086d378
|
File details
Details for the file pos_fiap_ml_1-0.2-py3-none-any.whl.
File metadata
- Download URL: pos_fiap_ml_1-0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
016e483efe3ed95f25bb8591a869bce57154303135cbe68e48443ebb1a83110f
|
|
| MD5 |
82404fb97b4e4fd7d9f8998d5fc83033
|
|
| BLAKE2b-256 |
f805713fecf7f9cca593a34e41e0135cb71665c527fdd70b12bd895fefc2e792
|