App Logo
boursobank.com

Simulate a BoursoBank personal loan

Run BoursoBank's personal loan simulator (prêt personnel) for a project type, an amount and a duration, without an account. Returns the monthly payment, fixed debit rate, fixed TAEG, total repaid and total interest, plus the market-average rate BoursoBank compares itself to. Car loans are the new_vehicle, used_vehicle and electric_vehicle projects; the electric project also returns the discounted eco-responsible rate granted once proof is validated. Each project has its own amount and duration bounds, which are returned and enforced: a request outside them fails with the allowed range.

Input

amount required

Amount borrowed in euros, in steps of 500.

project required

What the loan finances. Bounds depend on it: used_vehicle caps at 30 000 € and 60 months, new_vehicle at 50 000 €, electric_vehicle at 75 000 € and 72 months (measured 2026-09).

duration required

Repayment duration in months, in steps of 6.

Output

url required
taeg required

Fixed TAEG (annual percentage rate of charge), percent.

amount required
bounds required

Amount and duration range the site allows for this project.

project required
debit_rate required

Fixed annual debit rate, percent.

total_repaid required

Total amount due over the loan, euros.

market_average required

The market benchmark BoursoBank shows next to its offer.

total_interest required

Total interest cost, euros.

duration_months required
eco_responsible required

Discounted terms granted once the eco-responsible proof is validated; null when the project is not eligible.

monthly_payment required

Monthly instalment in euros, excluding optional insurance.

FAQ

Run BoursoBank's personal loan simulator (prêt personnel) for a project type, an amount and a duration, without an account. Returns the monthly payment, fixed debit rate, fixed TAEG, total repaid and total interest, plus the market-average rate BoursoBank compares itself to. Car loans are the new_vehicle, used_vehicle and electric_vehicle projects; the electric project also returns the discounted eco-responsible rate granted once proof is validated. Each project has its own amount and duration bounds, which are returned and enforced: a request outside them fails with the allowed range.
Required: project, amount, duration.
It returns url, taeg, amount, bounds, project, debit_rate, total_repaid, market_average, total_interest, duration_months, eco_responsible, monthly_payment.
No. It only uses pages of boursobank.com that are reachable without signing in.
It only reads. It looks things up on boursobank.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/boursobank.com/simulate-personal-loan, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/boursobank.com/simulate-personal-loan
It is part of Reduck's official curated catalogue.

Start building not clicking