Author: João Paiva.
Contact: [email protected]
Github: https://github.com/joaopaivaa
Portfolio: https://joaopaivaa.github.io/
Receives time series monetary values and adjusts it by the CPI rate.
Available for:
- BRL;
- GBP;
- USD.
Inputs:
- List of dates.
- List of nominal values.
- Adjustment reference date.
Output:
- Dataframe: dates, nominal values, accumulated inflation (%), adjusted/real values.
Receives time series monetary values and converts it into other currencies.
Available for:
- Euro to GBP;
- Euro to USD;
- GBP to Euro;
- GBP to USD;
- USD to Euro;
- USD to GBP.
Inputs:
- List of dates.
- List of values.
- Original currency as string.
Output:
- Dataframe: dates, value in USD, value in Euro, value in Great Britain Pound.
Receives principal, interest rate and number of time periods and calculates its amortization process.
Inputs:
- Principal value.
- Interest rate.
- Number of time periods.
Output:
- Dataframe: period, payment, interest, principal, balance.
Receives principal, interest rate and number of time periods and calculates its amortization process.
Inputs:
- Principal value.
- Interest rate.
- Number of time periods.
Output:
- Dataframe: period, payment, interest, principal, balance.
Receives 3 values between total amount, principal, interest rate and number of time periods and calculates the missing one.
3 inputs between:
- Total amount value.
- Principal value.
- Interest rate.
- Number of time periods.
And the missing one as output.
Receives 3 values between total amount, principal, interest rate and number of time periods and calculates the missing one.
3 inputs between:
- Total amount value.
- Principal value.
- Interest rate.
- Number of time periods.
And the missing one as output.
Link to the API: https://financial-utilities-api.onrender.com/docs