48 datasets found
  1. T

    United States 30-Year Mortgage Rate

    • tradingeconomics.com
    • pt.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated Jun 5, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). United States 30-Year Mortgage Rate [Dataset]. https://tradingeconomics.com/united-states/30-year-mortgage-rate
    Explore at:
    csv, json, xml, excelAvailable download formats
    Dataset updated
    Jun 5, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Apr 1, 1971 - Jun 5, 2025
    Area covered
    United States
    Description

    30 Year Mortgage Rate in the United States decreased to 6.85 percent in June 5 from 6.89 percent in the previous week. This dataset includes a chart with historical data for the United States 30 Year Mortgage Rate.

  2. T

    United States MBA 30-Yr Mortgage Rate

    • tradingeconomics.com
    • zh.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated Jun 4, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). United States MBA 30-Yr Mortgage Rate [Dataset]. https://tradingeconomics.com/united-states/mortgage-rate
    Explore at:
    xml, excel, json, csvAvailable download formats
    Dataset updated
    Jun 4, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 5, 1990 - May 30, 2025
    Area covered
    United States
    Description

    Fixed 30-year mortgage rates in the United States averaged 6.92 percent in the week ending May 30 of 2025. This dataset provides the latest reported value for - United States MBA 30-Yr Mortgage Rate - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  3. Lending Club Loan Data Analysis - Deep Learning

    • kaggle.com
    Updated Aug 9, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Deependra Verma (2023). Lending Club Loan Data Analysis - Deep Learning [Dataset]. https://www.kaggle.com/datasets/deependraverma13/lending-club-loan-data-analysis-deep-learning
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 9, 2023
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Deependra Verma
    Description

    DESCRIPTION

    Create a model that predicts whether or not a loan will be default using the historical data.

    Problem Statement:

    For companies like Lending Club correctly predicting whether or not a loan will be a default is very important. In this project, using the historical data from 2007 to 2015, you have to build a deep learning model to predict the chance of default for future loans. As you will see later this dataset is highly imbalanced and includes a lot of features that make this problem more challenging.

    Domain: Finance

    Analysis to be done: Perform data preprocessing and build a deep learning prediction model.

    Content:

    Dataset columns and definition:

    credit.policy: 1 if the customer meets the credit underwriting criteria of LendingClub.com, and 0 otherwise.

    purpose: The purpose of the loan (takes values "credit_card", "debt_consolidation", "educational", "major_purchase", "small_business", and "all_other").

    int.rate: The interest rate of the loan, as a proportion (a rate of 11% would be stored as 0.11). Borrowers judged by LendingClub.com to be more risky are assigned higher interest rates.

    installment: The monthly installments owed by the borrower if the loan is funded.

    log.annual.inc: The natural log of the self-reported annual income of the borrower.

    dti: The debt-to-income ratio of the borrower (amount of debt divided by annual income).

    fico: The FICO credit score of the borrower.

    days.with.cr.line: The number of days the borrower has had a credit line.

    revol.bal: The borrower's revolving balance (amount unpaid at the end of the credit card billing cycle).

    revol.util: The borrower's revolving line utilization rate (the amount of the credit line used relative to total credit available).

    inq.last.6mths: The borrower's number of inquiries by creditors in the last 6 months.

    delinq.2yrs: The number of times the borrower had been 30+ days past due on a payment in the past 2 years.

    pub.rec: The borrower's number of derogatory public records (bankruptcy filings, tax liens, or judgments).

    Steps to perform:

    Perform exploratory data analysis and feature engineering and then apply feature engineering. Follow up with a deep learning model to predict whether or not the loan will be default using the historical data.

    Tasks:

    1. Feature Transformation

    Transform categorical values into numerical values (discrete)

    1. Exploratory data analysis of different factors of the dataset.

    2. Additional Feature Engineering

    You will check the correlation between features and will drop those features which have a strong correlation

    This will help reduce the number of features and will leave you with the most relevant features

    1. Modeling

    After applying EDA and feature engineering, you are now ready to build the predictive models

    In this part, you will create a deep learning model using Keras with Tensorflow backend

  4. Loan Risk Analysis Dataset - real world data

    • kaggle.com
    Updated Jan 31, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hetvi Gandhi (2023). Loan Risk Analysis Dataset - real world data [Dataset]. https://www.kaggle.com/datasets/hetvigandhi03/loan-risk-analysis-dataset-real-world-data/discussion?sort=hotness
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 31, 2023
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Hetvi Gandhi
    Description

    Data Description

    1 id : To uniquely identify every loan in the dataset.

    2 member_id : To identify the borrower to who has applied for the loan. 3 loan_amnt : The listed amount of the loan applied for by the borrower. 4 funded_amnt : The amount that was sanctioned by the LC. 5 term : The number of payments on the loan. Values are in months and can be either 36 or 60. 6 int_rate : Interest Rate on the loan 7 installment : The monthly payment owed by the borrower if the loan originates. 8 grade : LC assigned loan grade which depends on the borrower’s credit score. 9 sub_grade : LC assigned loan subgrade 10 emp_title : The job title supplied by the Borrower when applying for the loan.* 11 emp_length : Employment length in years. Possible values are between 0 and 10 where 0 means less than one year and 10 means ten or more years. 12 home_ownership : The home ownership status provided by the borrower during registration or obtained from the credit report. Our values are: RENT, OWN, MORTGAGE, OTHER 13 annual_inc : The self-reported annual income provided by the borrower during registration. 14 verification_status : Indicates if income was verified by LC, not verified, or if the income source was verified 15 issue_d : The month which the loan was funded 16 loan_status : Current status of the loan 17 purpose : A category provided in the form of a code to indicate the purpose for the loan. 18 title : Explaining the ‘purpose’ of the loan. 19 dti : The debt to income ratio is the ratio of how much the borrower owes every month to the borrower’s income every month. 20 delinq_2yrs : The number of delinquencies(late installment payment) by the borrower in the past 2 years. 21 earliest_cr_line : The month-year the borrower's earliest reported credit line was opened 22 inq_last_6mths : Inquiries for loans made by the borrower over the past 6 months. 23 mths_since_last_delinq : Months that have passed since the borrower last missed the timely payment of installment. 24 open_acc : The number of open credit lines in the borrower’s credit file. 25 pub_rec Number of derogatory public records 26 revol_bal : Total credit revolving balance 27 revol_util : Revolving line utilization rate, or the amount of credit the borrower is using relative to all available revolving credit. 28 total_acc : The total number of credit lines currently in the borrower's credit file 29 initial_list_status : The initial listing status of the loan. Possible values are – W(whole), F(fractional) 30 out_prncp : Remaining outstanding principal for total amount funded 31 total_pymnt : Payments received to date for the total amount funded. 32 total_rec_prncp : Principal received till date. 33 total_rec_int Interest received till date. 34 total_rec_late_fee : Late fees received to date. 35 recoveries : Total recovery procedures initiated against the borrower. 36 collection_recovery_fee : The fees collected during the recovery procedures. 37 last_pymnt_d The last month when payment was received. 38 last_pymnt_amnt : The last payment amount received. 39 next_pymnt_d : Next scheduled payment date. 40 last_credit_pull_d : The most recent month LC pulled credit for this loan 41 collections_12_mths_ex_med : Number of collections in 12 months excluding medical collections 42 mths_since_last_major_derog : Months since most recent 90-day delinquency or worse rating 43 application_type Indicates whether the loan is an individual application or a joint application with two co-borrowers 44 annual_inc_joint : The combined self-reported annual income provided by the co-borrowers during registration 45 dti_joint : A ratio calculated using the co-borrowers' total monthly payments on the total debt obligations, excluding mortgages and the requested LC loan, divided by the co-borrowers' combined self-reported monthly income 46 acc_now_delinq : The number of accounts on which the borrower is now delinquent 47 tot_coll_amt : Total collection amounts ever owed by the borrower 48 tot_cur_bal : Total current balance of all accounts owned by the borrower 49 total_rev_hi_lim : Total high credit/credit limit

  5. T

    China Loan Prime Rate

    • tradingeconomics.com
    • de.tradingeconomics.com
    • +14more
    csv, excel, json, xml
    Updated May 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). China Loan Prime Rate [Dataset]. https://tradingeconomics.com/china/interest-rate
    Explore at:
    xml, csv, excel, jsonAvailable download formats
    Dataset updated
    May 20, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Oct 25, 2013 - May 20, 2025
    Area covered
    China
    Description

    The benchmark interest rate in China was last recorded at 3 percent. This dataset provides the latest reported value for - China Interest Rate - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  6. T

    Mexico Interest Rate

    • tradingeconomics.com
    • fr.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated May 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Mexico Interest Rate [Dataset]. https://tradingeconomics.com/mexico/interest-rate
    Explore at:
    excel, json, csv, xmlAvailable download formats
    Dataset updated
    May 15, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Oct 14, 2005 - May 15, 2025
    Area covered
    Mexico
    Description

    The benchmark interest rate in Mexico was last recorded at 8.50 percent. This dataset provides - Mexico Interest Rate - actual values, historical data, forecast, chart, statistics, economic calendar and news.

  7. T

    Norway Interest Rate

    • tradingeconomics.com
    • fa.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated May 8, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Norway Interest Rate [Dataset]. https://tradingeconomics.com/norway/interest-rate
    Explore at:
    xml, excel, csv, jsonAvailable download formats
    Dataset updated
    May 8, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 1, 1991 - May 8, 2025
    Area covered
    Norway
    Description

    The benchmark interest rate in Norway was last recorded at 4.50 percent. This dataset provides the latest reported value for - Norway Interest Rate - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  8. T

    Brazil Interest Rate

    • tradingeconomics.com
    • tr.tradingeconomics.com
    • +14more
    csv, excel, json, xml
    Updated May 7, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Brazil Interest Rate [Dataset]. https://tradingeconomics.com/brazil/interest-rate
    Explore at:
    xml, json, csv, excelAvailable download formats
    Dataset updated
    May 7, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Mar 5, 1999 - May 7, 2025
    Area covered
    Brazil
    Description

    The benchmark interest rate in Brazil was last recorded at 14.75 percent. This dataset provides - Brazil Interest Rate - actual values, historical data, forecast, chart, statistics, economic calendar and news.

  9. Cooperatives Loan

    • figshare.com
    xlsx
    Updated Nov 3, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Taofik Hidajat (2023). Cooperatives Loan [Dataset]. http://doi.org/10.6084/m9.figshare.24486157.v1
    Explore at:
    xlsxAvailable download formats
    Dataset updated
    Nov 3, 2023
    Dataset provided by
    figshare
    Authors
    Taofik Hidajat
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This research proposes a credit score model for cooperatives using machine learning. Until now, there is no standard credit score assessment in savings and loan cooperatives in Indonesia. There are still many savings and loan cooperatives that provide loans due to closeness to the management or manager of the cooperative. The purpose of this research is to obtain a credit scoring method through machine learning that is effective, efficient and high accuracy.To predict the chance of default, this research uses seven machine learning algorithms namely Logistic Regression Classifier, Support Vector Machine Classifier, K-Neighbors Classifier, Decision Tree Classifier, Random Forest Classifier, XGBoost Classifier, and Light Gradient Boosting Machine Classifier. The data taken from the loan data of 851 members of Bank BPD Jateng "Yakekar" Cooperative, Semarang, Indonesia.The results show that Logistic Regression, Support Vector Machine Classifier, and K-Neighbors Classifier are the models that have relatively better performance in identifying 'Current' collectibility. However, all models have difficulty in classifying other collectibility ('Bad' and 'Doubtful') with low precision and recall.

  10. T

    Sweden Interest Rate

    • tradingeconomics.com
    • fa.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated May 8, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Sweden Interest Rate [Dataset]. https://tradingeconomics.com/sweden/interest-rate
    Explore at:
    csv, excel, xml, jsonAvailable download formats
    Dataset updated
    May 8, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    May 26, 1994 - May 8, 2025
    Area covered
    Sweden
    Description

    The benchmark interest rate in Sweden was last recorded at 2.25 percent. This dataset provides the latest reported value for - Sweden Interest Rate - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  11. Student debt from all sources, by province of study and level of study

    • www150.statcan.gc.ca
    • datasets.ai
    • +2more
    Updated Mar 22, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Government of Canada, Statistics Canada (2024). Student debt from all sources, by province of study and level of study [Dataset]. http://doi.org/10.25318/3710003601-eng
    Explore at:
    Dataset updated
    Mar 22, 2024
    Dataset provided by
    Statistics Canadahttps://statcan.gc.ca/en
    Area covered
    Canada
    Description

    Statistics on student debt, including the average debt at graduation, the percentage of graduates who owed large debt at graduation and the percentage of graduates with debt who had paid it off at the time of the interview, are presented by the province of study and the level of study. Estimates are available at five-year intervals.

  12. T

    Russia Interest Rate

    • tradingeconomics.com
    • id.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated Jun 6, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Russia Interest Rate [Dataset]. https://tradingeconomics.com/russia/interest-rate
    Explore at:
    csv, xml, excel, jsonAvailable download formats
    Dataset updated
    Jun 6, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    May 20, 2003 - Jun 6, 2025
    Area covered
    Russia
    Description

    The benchmark interest rate in Russia was last recorded at 20 percent. This dataset provides the latest reported value for - Russia Interest Rate - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  13. T

    Colombia Interest Rate

    • tradingeconomics.com
    • fa.tradingeconomics.com
    • +15more
    csv, excel, json, xml
    Updated Apr 30, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Colombia Interest Rate [Dataset]. https://tradingeconomics.com/colombia/interest-rate
    Explore at:
    csv, json, excel, xmlAvailable download formats
    Dataset updated
    Apr 30, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Feb 13, 1998 - Apr 30, 2025
    Area covered
    Colombia
    Description

    The benchmark interest rate in Colombia was last recorded at 9.25 percent. This dataset provides the latest reported value for - Colombia Interest Rate - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

  14. T

    INTEREST RATE by Country in EUROPE

    • tradingeconomics.com
    csv, excel, json, xml
    Updated May 29, 2017
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2017). INTEREST RATE by Country in EUROPE [Dataset]. https://tradingeconomics.com/country-list/interest-rate?continent=europe
    Explore at:
    csv, excel, json, xmlAvailable download formats
    Dataset updated
    May 29, 2017
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    2025
    Area covered
    Europe
    Description

    This dataset provides values for INTEREST RATE reported in several countries. The data includes current values, previous releases, historical highs and record lows, release frequency, reported unit and currency.

  15. T

    Japan Interest Rate

    • tradingeconomics.com
    • ru.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated May 13, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Japan Interest Rate [Dataset]. https://tradingeconomics.com/japan/interest-rate
    Explore at:
    excel, xml, json, csvAvailable download formats
    Dataset updated
    May 13, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Oct 2, 1972 - May 1, 2025
    Area covered
    Japan
    Description

    The benchmark interest rate in Japan was last recorded at 0.50 percent. This dataset provides - Japan Interest Rate - actual values, historical data, forecast, chart, statistics, economic calendar and news.

  16. T

    United States MBA Mortgage Applications

    • tradingeconomics.com
    • fa.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated May 28, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). United States MBA Mortgage Applications [Dataset]. https://tradingeconomics.com/united-states/mortgage-applications
    Explore at:
    csv, xml, excel, jsonAvailable download formats
    Dataset updated
    May 28, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 12, 1990 - May 30, 2025
    Area covered
    United States
    Description

    Mortgage Application in the United States decreased by 3.90 percent in the week ending May 30 of 2025 over the previous week. This dataset provides - United States MBA Mortgage Applications - actual values, historical data, forecast, chart, statistics, economic calendar and news.

  17. T

    Canada Interest Rate

    • tradingeconomics.com
    • ko.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated Jun 4, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Canada Interest Rate [Dataset]. https://tradingeconomics.com/canada/interest-rate
    Explore at:
    csv, xml, json, excelAvailable download formats
    Dataset updated
    Jun 4, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Feb 7, 1990 - Jun 4, 2025
    Area covered
    Canada
    Description

    The benchmark interest rate in Canada was last recorded at 2.75 percent. This dataset provides - Canada Interest Rate - actual values, historical data, forecast, chart, statistics, economic calendar and news.

  18. T

    United Kingdom Interest Rate

    • tradingeconomics.com
    • pl.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated May 8, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). United Kingdom Interest Rate [Dataset]. https://tradingeconomics.com/united-kingdom/interest-rate
    Explore at:
    json, csv, excel, xmlAvailable download formats
    Dataset updated
    May 8, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Sep 20, 1971 - May 8, 2025
    Area covered
    United Kingdom
    Description

    The benchmark interest rate in the United Kingdom was last recorded at 4.25 percent. This dataset provides - United Kingdom Interest Rate - actual values, historical data, forecast, chart, statistics, economic calendar and news.

  19. T

    Euro Area Interest Rate

    • tradingeconomics.com
    • zh.tradingeconomics.com
    • +13more
    csv, excel, json, xml
    Updated Feb 1, 2001
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2001). Euro Area Interest Rate [Dataset]. https://tradingeconomics.com/euro-area/interest-rate
    Explore at:
    xml, json, csv, excelAvailable download formats
    Dataset updated
    Feb 1, 2001
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Dec 18, 1998 - Jun 5, 2025
    Area covered
    Euro Area
    Description

    The benchmark interest rate In the Euro Area was last recorded at 2.15 percent. This dataset provides - Euro Area Interest Rate - actual values, historical data, forecast, chart, statistics, economic calendar and news.

  20. T

    Hong Kong Interest Rate

    • tradingeconomics.com
    • tr.tradingeconomics.com
    • +14more
    csv, excel, json, xml
    Updated May 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    TRADING ECONOMICS (2025). Hong Kong Interest Rate [Dataset]. https://tradingeconomics.com/hong-kong/interest-rate
    Explore at:
    xml, json, excel, csvAvailable download formats
    Dataset updated
    May 15, 2025
    Dataset authored and provided by
    TRADING ECONOMICS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Sep 7, 1998 - May 8, 2025
    Area covered
    Hong Kong
    Description

    The benchmark interest rate in Hong Kong was last recorded at 4.75 percent. This dataset provides the latest reported value for - Hong Kong Interest Rate - plus previous releases, historical high and low, short-term forecast and long-term prediction, economic calendar, survey consensus and news.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
TRADING ECONOMICS (2025). United States 30-Year Mortgage Rate [Dataset]. https://tradingeconomics.com/united-states/30-year-mortgage-rate

United States 30-Year Mortgage Rate

United States 30-Year Mortgage Rate - Historical Dataset (1971-04-01/2025-06-05)

Explore at:
csv, json, xml, excelAvailable download formats
Dataset updated
Jun 5, 2025
Dataset authored and provided by
TRADING ECONOMICS
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Time period covered
Apr 1, 1971 - Jun 5, 2025
Area covered
United States
Description

30 Year Mortgage Rate in the United States decreased to 6.85 percent in June 5 from 6.89 percent in the previous week. This dataset includes a chart with historical data for the United States 30 Year Mortgage Rate.

Search
Clear search
Close search
Google apps
Main menu