Condos: Calculate Mortgage
Condos via Parse · real_estate
Calculate estimated monthly mortgage payment using the standard Canadian mortgage formula (semi-annual compounding). Returns principal amount, monthly payment, total mortgage cost, and total interest over the amortization period. Computation is local — no upstream API call. API for searching condo listings, building details, pre-construction developments, neighbourhood market statistics, and mortgage tools from Condos.ca. Fulfilled by Parse from condos.ca.
- condos
- condos-ca
- finance
- maps-geo
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/76380264-a705-4e8f-a5ac-70c7c676e2e7/calculate_mortgage
- Interface artifact
- sha256:96efedda260e20adedb44f30c61771727e5c700c7ade617234e4cd6e874cdffb
- Manifest digest
- sha256:d0302b04b246f0f769f1e9d75c3cafc165d6eaa78fb3aab4b8c5bbf0d50bc2ed
Request fields
- rate (number): Annual interest rate as a percentage (e.g., 5.0 for 5%).
- price (number, required): Property purchase price in dollars.
- years (integer): Amortization period in years.
- down_payment (number, required): Down payment amount in dollars.
Example queries
- {"rate":"5","price":"800000","years":"25","down_payment":"160000"}