FRED-US-ConsumerCredit-Mnthly
US Consumer Credit (Total, Revolving, & Non-Revolving) Not Seasonally Adjusted
@kaggle.samaffolter_fred_us_consumercredit_mnthly
US Consumer Credit (Total, Revolving, & Non-Revolving) Not Seasonally Adjusted
@kaggle.samaffolter_fred_us_consumercredit_mnthly
CREATE TABLE fred_consumercredit_data_monthly (
"date" TIMESTAMP,
"consumercredit_totalns" DOUBLE,
"consumercredit_totalns_yoy_pct" DOUBLE,
"consumercredit_revolns" DOUBLE,
"consumercredit_revolns_yoy_pct" DOUBLE,
"consumercredit_nonrevns" DOUBLE,
"consumercredit_nonrevns_yoy_pct" DOUBLE
);
Anyone who has the link will be able to view this.