Gold Price Regression
Dataset with financial information ideal for regression tasks
@kaggle.franciscogcc_financial_data
Dataset with financial information ideal for regression tasks
@kaggle.franciscogcc_financial_data
CREATE TABLE financial_regression (
"date" TIMESTAMP,
"sp500_open" DOUBLE,
"sp500_high" DOUBLE,
"sp500_low" DOUBLE,
"sp500_close" DOUBLE,
"sp500_volume" DOUBLE,
"sp500_high_low" DOUBLE,
"nasdaq_open" DOUBLE,
"nasdaq_high" DOUBLE,
"nasdaq_low" DOUBLE,
"nasdaq_close" DOUBLE,
"nasdaq_volume" DOUBLE,
"nasdaq_high_low" DOUBLE,
"us_rates" DOUBLE,
"cpi" DOUBLE,
"usd_chf" DOUBLE,
"eur_usd" DOUBLE,
"gdp" DOUBLE,
"silver_open" DOUBLE,
"silver_high" DOUBLE,
"silver_low" DOUBLE,
"silver_close" DOUBLE,
"silver_volume" DOUBLE,
"silver_high_low" DOUBLE,
"oil_open" DOUBLE,
"oil_high" DOUBLE,
"oil_low" DOUBLE,
"oil_close" DOUBLE,
"oil_volume" DOUBLE,
"oil_high_low" DOUBLE,
"platinum_open" DOUBLE,
"platinum_high" DOUBLE,
"platinum_low" DOUBLE,
"platinum_close" DOUBLE,
"platinum_volume" DOUBLE,
"platinum_high_low" DOUBLE,
"palladium_open" DOUBLE,
"palladium_high" DOUBLE,
"palladium_low" DOUBLE,
"palladium_close" DOUBLE,
"palladium_volume" DOUBLE,
"palladium_high_low" DOUBLE,
"gold_open" DOUBLE,
"gold_high" DOUBLE,
"gold_low" DOUBLE,
"gold_close" DOUBLE,
"gold_volume" DOUBLE
);
Anyone who has the link will be able to view this.