Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Credit Card Accounts in the United States increased to 636.03 Million in the second quarter of 2025 from 631.39 Million in the first quarter of 2025. This dataset includes a chart with historical data for the United States Credit Card Accounts.
The number of credit cards in use in the United States was forecast to continuously increase between 2024 and 2029 by in total ** million cards (+**** percent). After the fifteenth consecutive increasing year, the number is estimated to reach *** billion cards and therefore a new peak in 2029. Notably, the number of credit cards in use of was continuously increasing over the past years.Shown is the estimated number of credit cards currently in use.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to *** countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).
From the selected regions, the ranking by number of credit cards in use is led by the United States with 1.1 billion cards and is followed by Japan (295.11 million cards). In contrast, the ranking is trailed by Saudi Arabia with 2.73 million cards, recording a difference of 1.1 billion cards to the United States. Shown is the estimated number of credit cards currently in use.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).
https://fred.stlouisfed.org/legal/#copyright-public-domainhttps://fred.stlouisfed.org/legal/#copyright-public-domain
Graph and download economic data for Large Bank Consumer Credit Card Originations: Number of New Accounts (RCCCONUMACT) from Q3 2012 to Q1 2025 about accounts, origination, FR Y-14M, credit cards, consumer credit, large, new, loans, consumer, banks, depository institutions, and USA.
The credit card penetration in Canada was forecast to continuously increase between 2024 and 2029 by in total 1.4 percentage points. After the seventh consecutive increasing year, the credit card penetration is estimated to reach 84.55 percent and therefore a new peak in 2029. The penetration rate refers to the share of the total population who use credit cards.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).Find more key insights for the credit card penetration in countries like United States and Mexico.
https://fred.stlouisfed.org/legal/#copyright-public-domainhttps://fred.stlouisfed.org/legal/#copyright-public-domain
Graph and download economic data for Consumer Loans: Credit Cards and Other Revolving Plans, All Commercial Banks (CCLACBW027SBOG) from 2000-06-28 to 2025-09-24 about revolving, credit cards, loans, consumer, banks, depository institutions, and USA.
This dataset presents statistics for Finance and Insurance: Credit Card Products Income for the U.S.
https://choosealicense.com/licenses/undefined/https://choosealicense.com/licenses/undefined/
Port of the credit-card dataset from UCI (link here). See details there and use carefully. Basic preprocessing done by the imodels team in this notebook. The target is the binary outcome default.payment.next.month.
Sample usage
Load the data: from datasets import load_dataset
dataset = load_dataset("imodels/credit-card") df = pd.DataFrame(dataset['train']) X = df.drop(columns=['default.payment.next.month']) y = df['default.payment.next.month'].values
Fit a model: import… See the full description on the dataset page: https://huggingface.co/datasets/imodels/credit-card.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Debt Balance Credit Cards in the United States increased to 1.21 Trillion USD in the second quarter of 2025 from 1.18 Trillion USD in the first quarter of 2025. This dataset includes a chart with historical data for the United States Debt Balance Credit Cards.
The credit card penetration in Thailand was forecast to continuously increase between 2024 and 2029 by in total 36.8 percentage points. After the fifteenth consecutive increasing year, the credit card penetration is estimated to reach 67.53 percent and therefore a new peak in 2029. Notably, the credit card penetration of was continuously increasing over the past years.The penetration rate refers to the share of the total population who use credit cards.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).Find more key insights for the credit card penetration in countries like Malaysia and Philippines.
Applications by employees for Government credit cards issued in card-holder’s name, whether for official travel expenses or for purchasing goods and services.
https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/
By [source]
This dataset contains a wealth of customer information collected from within a consumer credit card portfolio, with the aim of helping analysts predict customer attrition. It includes comprehensive demographic details such as age, gender, marital status and income category, as well as insight into each customer’s relationship with the credit card provider such as the card type, number of months on book and inactive periods. Additionally it holds key data about customers’ spending behavior drawing closer to their churn decision such as total revolving balance, credit limit, average open to buy rate and analyzable metrics like total amount of change from quarter 4 to quarter 1, average utilization ratio and Naive Bayes classifier attrition flag (Card category is combined with contacts count in 12months period alongside dependent count plus education level & months inactive). Faced with this set of useful predicted data points across multiple variables capture up-to-date information that can determine long term account stability or an impending departure therefore offering us an equipped understanding when seeking to manage a portfolio or serve individual customers
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
This dataset can be used to analyze the key factors that influence customer attrition. Analysts can use this dataset to understand customer demographics, spending patterns, and relationship with the credit card provider to better predict customer attrition.
- Using the customer demographics, such as gender, marital status, education level and income category to determine which customer demographic is more likely to churn.
- Analyzing the customer’s spending behavior leading up to churning and using this data to better predict the likelihood of a customer of churning in the future.
- Creating a classifier that can predict potential customers who are more susceptible to attrition based on their credit score, credit limit, utilization ratio and other spending behavior metrics over time; this could be used as an early warning system for predicting potential attrition before it happens
If you use this dataset in your research, please credit the original authors. Data Source
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: BankChurners.csv | Column name | Description | |:---------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------| | CLIENTNUM | Unique identifier for each customer. (Integer) | | Attrition_Flag | Flag indicating whether or not the customer has churned out. (Boolean) | | Customer_Age | Age of customer. (Integer) | | Gender | Gender of customer. (String) | | Dependent_count | Number of dependents that customer has. (Integer) | | Education_Level ...
https://fred.stlouisfed.org/legal/#copyright-public-domainhttps://fred.stlouisfed.org/legal/#copyright-public-domain
Graph and download economic data for Large Bank Consumer Credit Card Balances: Number of Accounts (RCCCBNUMACT) from Q3 2012 to Q1 2025 about accounts, FR Y-14M, credit cards, consumer credit, large, loans, consumer, banks, depository institutions, and USA.
https://fred.stlouisfed.org/legal/#copyright-public-domainhttps://fred.stlouisfed.org/legal/#copyright-public-domain
Graph and download economic data for Delinquency Rate on Credit Card Loans, All Commercial Banks (DRCCLACBS) from Q1 1991 to Q2 2025 about credit cards, delinquencies, commercial, loans, banks, depository institutions, rate, and USA.
Envestnet®| Yodlee®'s Credit Card Data (Aggregate/Row) Panels consist of de-identified, near-real time (T+1) USA credit/debit/ACH transaction level data – offering a wide view of the consumer activity ecosystem. The underlying data is sourced from end users leveraging the aggregation portion of the Envestnet®| Yodlee®'s financial technology platform.
Envestnet | Yodlee Consumer Panels (Aggregate/Row) include data relating to millions of transactions, including ticket size and merchant location. The dataset includes de-identified credit/debit card and bank transactions (such as a payroll deposit, account transfer, or mortgage payment). Our coverage offers insights into areas such as consumer, TMT, energy, REITs, internet, utilities, ecommerce, MBS, CMBS, equities, credit, commodities, FX, and corporate activity. We apply rigorous data science practices to deliver key KPIs daily that are focused, relevant, and ready to put into production.
We offer free trials. Our team is available to provide support for loading, validation, sample scripts, or other services you may need to generate insights from our data.
Investors, corporate researchers, and corporates can use our data to answer some key business questions such as: - How much are consumers spending with specific merchants/brands and how is that changing over time? - Is the share of consumer spend at a specific merchant increasing or decreasing? - How are consumers reacting to new products or services launched by merchants? - For loyal customers, how is the share of spend changing over time? - What is the company’s market share in a region for similar customers? - Is the company’s loyal user base increasing or decreasing? - Is the lifetime customer value increasing or decreasing?
Additional Use Cases: - Use spending data to analyze sales/revenue broadly (sector-wide) or granular (company-specific). Historically, our tracked consumer spend has correlated above 85% with company-reported data from thousands of firms. Users can sort and filter by many metrics and KPIs, such as sales and transaction growth rates and online or offline transactions, as well as view customer behavior within a geographic market at a state or city level. - Reveal cohort consumer behavior to decipher long-term behavioral consumer spending shifts. Measure market share, wallet share, loyalty, consumer lifetime value, retention, demographics, and more.) - Study the effects of inflation rates via such metrics as increased total spend, ticket size, and number of transactions. - Seek out alpha-generating signals or manage your business strategically with essential, aggregated transaction and spending data analytics.
Use Cases Categories (Our data provides an innumerable amount of use cases, and we look forward to working with new ones): 1. Market Research: Company Analysis, Company Valuation, Competitive Intelligence, Competitor Analysis, Competitor Analytics, Competitor Insights, Customer Data Enrichment, Customer Data Insights, Customer Data Intelligence, Demand Forecasting, Ecommerce Intelligence, Employee Pay Strategy, Employment Analytics, Job Income Analysis, Job Market Pricing, Marketing, Marketing Data Enrichment, Marketing Intelligence, Marketing Strategy, Payment History Analytics, Price Analysis, Pricing Analytics, Retail, Retail Analytics, Retail Intelligence, Retail POS Data Analysis, and Salary Benchmarking
Investment Research: Financial Services, Hedge Funds, Investing, Mergers & Acquisitions (M&A), Stock Picking, Venture Capital (VC)
Consumer Analysis: Consumer Data Enrichment, Consumer Intelligence
Market Data: AnalyticsB2C Data Enrichment, Bank Data Enrichment, Behavioral Analytics, Benchmarking, Customer Insights, Customer Intelligence, Data Enhancement, Data Enrichment, Data Intelligence, Data Modeling, Ecommerce Analysis, Ecommerce Data Enrichment, Economic Analysis, Financial Data Enrichment, Financial Intelligence, Local Economic Forecasting, Location-based Analytics, Market Analysis, Market Analytics, Market Intelligence, Market Potential Analysis, Market Research, Market Share Analysis, Sales, Sales Data Enrichment, Sales Enablement, Sales Insights, Sales Intelligence, Spending Analytics, Stock Market Predictions, and Trend Analysis
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
United States Household Debt: Credit Card data was reported at 815.000 USD bn in Mar 2018. This records a decrease from the previous number of 834.000 USD bn for Dec 2017. United States Household Debt: Credit Card data is updated quarterly, averaging 703.000 USD bn from Mar 1999 (Median) to Mar 2018, with 77 observations. The data reached an all-time high of 866.000 USD bn in Dec 2008 and a record low of 480.000 USD bn in Jun 1999. United States Household Debt: Credit Card data remains active status in CEIC and is reported by Federal Reserve Bank of New York. The data is categorized under Global Database’s USA – Table US.KA012: Household Debt.
Finance and Insurance: Subject Series - Misc Subjects: Credit Card Services Income for the U.S.: 2012.
The credit card penetration in Brazil was forecast to continuously increase between 2024 and 2029 by in total 16.6 percentage points. After the twelfth consecutive increasing year, the credit card penetration is estimated to reach 62.27 percent and therefore a new peak in 2029. The penetration rate refers to the share of the total population who use credit cards.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).
MIT Licensehttps://opensource.org/licenses/MIT
License information was derived automatically
Credit Card 3k Dataset
Task Description
This dataset was created as a synthetic task to evaluate domain adaptation of LLMs, specifically, to compare the efficacy of in-context learning vs fine-tuning. The task is designed to be almost trivial for a human, but to require complex prompting for an LLM to perform well on it. In this case, the task is to read a credit card transaction string and extract the merchant name. This is not trivial for a machine, as these strings… See the full description on the dataset page: https://huggingface.co/datasets/crossingminds/credit_card_3k.
This dataset was created by Mahmoud Bakr
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Credit Card Accounts in the United States increased to 636.03 Million in the second quarter of 2025 from 631.39 Million in the first quarter of 2025. This dataset includes a chart with historical data for the United States Credit Card Accounts.