This API provides structured and reliable access to current mortgage rates in Germany, allowing you to efficiently consult detailed information on mortgage products. The API is designed to provide clear, up-to-date data that facilitates the comparison of rates based on the loan-to-value (LTV) ratio and the loan term.
The response is delivered in JSON format, which is widely compatible with different programming languages and systems, simplifying its integration into web applications, mobile apps, or financial analysis tools. Each response includes a confirmation message and a success indicator that allows you to validate whether the request was processed correctly and manage possible errors automatically.
The data field contains a set of records, each representing a specific mortgage offer. Each record includes a unique identifier (UUID) that guarantees traceability and accurate data reference, the corresponding country, the loan-to-value ratio (LTV), the applicable interest rate, and the loan term. The inclusion of these fields allows users to quickly analyze the options available according to the loan profile and make comparisons between different scenarios.
In addition, each record has a timestamp in Unix format, indicating the exact time when the rate was recorded or updated. This is essential for applications that require current information, tracking of historical changes, and analysis of trends in the German mortgage market.
Overall, the API provides a robust, flexible, and scalable solution for accessing mortgage rates in Germany, ensuring efficiency, security, and accuracy in the management of key information on financial products.
Provides German mortgage rates by term and LTV, including unique identifiers, timestamps, and interest values.
Mortgages Information - Endpoint Features
| Object | Description |
|---|
{"message":"Rates retrieved successfully","data":[{"id":"dce02127-dbf1-46a1-95de-feb43726e47f","country":"Germany","timestamp":1768322951,"ltv":"80%","rate":"3.67 %","term":"10 years"},{"id":"b4bdfdd2-b529-4093-90f0-3616762b5e75","country":"Germany","timestamp":1768322951,"ltv":">90%","rate":"4.20 %","term":"15 years"},{"id":"ac6c181a-ad3e-4c31-9b78-0b94d60d4582","country":"Germany","timestamp":1768322951,"ltv":">90%","rate":"4.00 %","term":"10 years"},{"id":"8ddcfd2d-55f6-4be0-8b2e-3416fc5baaec","country":"Germany","timestamp":1768322951,"ltv":"<70%","rate":"3.85 %","term":"15 years"},{"id":"883f9dc8-bc5c-4fb6-a292-1e0bc5e35195","country":"Germany","timestamp":1768322951,"ltv":"80%","rate":"4.07 %","term":"20 years"},{"id":"8260d1d1-7c53-4d18-85c5-d9ce513f7dd1","country":"Germany","timestamp":1768322951,"ltv":">90%","rate":"4.30 %","term":"20 years"},{"id":"55d7e06e-623c-4a4e-9508-30fca9d4f53b","country":"Germany","timestamp":1768322951,"ltv":"<70%","rate":"3.97 %","term":"20 years"},{"id":"2460c18c-fbd5-44cc-adc9-24ac718d5387","country":"Germany","timestamp":1768322951,"ltv":"<70%","rate":"3.56 %","term":"10 years"},{"id":"072157e9-8247-4f8b-8000-28f6bb51eb9f","country":"Germany","timestamp":1768322951,"ltv":"80%","rate":"3.92 %","term":"15 years"}],"success":true}
curl --location --request GET 'https://zylalabs.com/api/11688/germany+mortgage+data+capture+api/22083/mortgages+information' --header 'Authorization: Bearer YOUR_API_KEY'
Provides historical mortgage rates in Germany, including country, rate value, unique identifiers, and timestamps.
Historical - Endpoint Features
| Object | Description |
|---|---|
date |
[Required] Indicate a date |
{"message":"Rates retrieved successfully","data":[{"id":"dce02127-dbf1-46a1-95de-feb43726e47f","country":"Germany","timestamp":1768322951,"ltv":"80%","rate":"3.67 %","term":"10 years"},{"id":"b4bdfdd2-b529-4093-90f0-3616762b5e75","country":"Germany","timestamp":1768322951,"ltv":">90%","rate":"4.20 %","term":"15 years"},{"id":"ac6c181a-ad3e-4c31-9b78-0b94d60d4582","country":"Germany","timestamp":1768322951,"ltv":">90%","rate":"4.00 %","term":"10 years"},{"id":"8ddcfd2d-55f6-4be0-8b2e-3416fc5baaec","country":"Germany","timestamp":1768322951,"ltv":"<70%","rate":"3.85 %","term":"15 years"},{"id":"883f9dc8-bc5c-4fb6-a292-1e0bc5e35195","country":"Germany","timestamp":1768322951,"ltv":"80%","rate":"4.07 %","term":"20 years"},{"id":"8260d1d1-7c53-4d18-85c5-d9ce513f7dd1","country":"Germany","timestamp":1768322951,"ltv":">90%","rate":"4.30 %","term":"20 years"},{"id":"55d7e06e-623c-4a4e-9508-30fca9d4f53b","country":"Germany","timestamp":1768322951,"ltv":"<70%","rate":"3.97 %","term":"20 years"},{"id":"2460c18c-fbd5-44cc-adc9-24ac718d5387","country":"Germany","timestamp":1768322951,"ltv":"<70%","rate":"3.56 %","term":"10 years"},{"id":"072157e9-8247-4f8b-8000-28f6bb51eb9f","country":"Germany","timestamp":1768322951,"ltv":"80%","rate":"3.92 %","term":"15 years"}],"success":true}
curl --location --request GET 'https://zylalabs.com/api/11688/germany+mortgage+data+capture+api/22085/historical?date=2026-01-13' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The GET Mortgages Information endpoint returns current mortgage rates in Germany, including loan-to-value (LTV) ratios, interest rates, and loan terms. The GET Historical endpoint provides historical mortgage rates with similar details, allowing users to analyze trends over time.
Each response includes fields such as "id" (unique identifier), "country" (Germany), "timestamp" (when the rate was recorded), "ltv" (loan-to-value ratio), "rate" (interest rate), and "term" (duration of the loan).
The response is structured in JSON format, containing a "message" field indicating success and a "data" array with individual mortgage records. Each record includes key details like LTV, rate, and term, making it easy to parse and analyze.
The GET Mortgages Information endpoint provides current mortgage rates categorized by LTV and term. The GET Historical endpoint offers historical rates, enabling users to track changes and analyze market trends over time.
The API allows users to specify parameters such as LTV ratios and loan terms to filter the mortgage rates returned. This customization helps users find relevant mortgage options based on their specific needs.
The API sources its data from reliable financial institutions and regularly updates rates to ensure accuracy. Each record includes a timestamp, allowing users to verify the currency of the information provided.
Typical use cases include comparing mortgage rates for financial planning, analyzing historical trends for investment decisions, and integrating mortgage data into financial applications for real-time insights.
Users can leverage the unique identifiers (UUIDs) for traceability, analyze interest rates based on different LTVs and terms, and utilize timestamps for tracking historical changes, enhancing their decision-making processes.
The Germany Mortgage Data Capture API exclusively provides mortgage rate data for Germany. It categorizes rates based on loan-to-value (LTV) ratios and loan terms, allowing users to focus on the German mortgage market specifically.
Users can customize their requests by specifying parameters such as loan-to-value (LTV) ratios and loan terms when querying the GET Mortgages Information endpoint. This allows for tailored results that meet specific mortgage criteria.
Accepted parameter values for filtering include various LTV ratios (e.g., "<70%", "80%", ">90%") and loan terms (e.g., "10 years", "15 years", "20 years"). This flexibility helps users find the most relevant mortgage options.
The API implements quality checks by sourcing data from reputable financial institutions and regularly updating the mortgage rates. Each record's timestamp ensures users can verify the recency of the information.
If the API returns partial or empty results, users should check their specified parameters for accuracy. Adjusting the filters or broadening the search criteria may yield more comprehensive results.
Users can expect a consistent response structure with a "message" field indicating success and a "data" array containing records. Each record will include fields like "id," "country," "ltv," "rate," and "term," facilitating easy data parsing.
The timestamp in each record indicates when the mortgage rate was recorded or last updated. This is crucial for users needing current data and for analyzing historical trends in the mortgage market.
Users can utilize the unique identifiers (UUIDs) for traceability and reference when comparing different mortgage offers. This ensures accurate tracking and management of specific mortgage records across applications.
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
369ms
Service Level:
100%
Response Time:
44ms
Service Level:
100%
Response Time:
3,750ms
Service Level:
100%
Response Time:
32ms
Service Level:
100%
Response Time:
50ms
Service Level:
100%
Response Time:
45ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
5,716ms
Service Level:
100%
Response Time:
231ms
Service Level:
100%
Response Time:
38ms
Service Level:
100%
Response Time:
3,702ms
Service Level:
100%
Response Time:
2,872ms
Service Level:
100%
Response Time:
2,921ms
Service Level:
100%
Response Time:
3,243ms
Service Level:
100%
Response Time:
3,513ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
8,798ms
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
23ms
Service Level:
100%
Response Time:
8,420ms