Current BOE Interest Rate: 4.75% Total Products: 1285

APIs :- Prefect place to get upto date mortgage Interest rate.


API: https://compareinterestrate.uk/api/1.0/bank/bank_name/?page=1

Description: The API will return 100 data according to the bank_name in one page.

Example-1: https://compareinterestrate.uk/api/1.0/bank/halifax/?page=1
The above api will show 100 halifax data in first page


Example-2: https://compareinterestrate.uk/api/1.0/bank/halifax/?page=2
The above api will show 100 halifax data in second page

API: https://compareinterestrate.uk/api/1.0/halifax/2-year/

Description: The API will return 100 data according to the bank_name and year in per page.

Example-1: https://compareinterestrate.uk/api/1.0/halifax/2-year/?page=1
The above api will show 100 halifax data with two years in first page.


Example-2: https://compareinterestrate.uk/api/1.0/halifax/2-year/?page=2
The above api will show 100 halifax data with two years in second page.