Baselight

Gold Price & Relevant Metrics

UCSB - PSTAT 131 Final Project

@kaggle.cvergnolle_gold_price_and_relevant_metrics

Loading...
Loading...

About this Dataset

Gold Price & Relevant Metrics

Dataset containing gold prices in USD / OZ as well as several other metrics aimed at predicting movements in gold price in the next 1/10 days. Please let me know if there are other features that could be helpful in this or any ideas on where to get started with this project!

Tables

Gold Price Prediction

@kaggle.cvergnolle_gold_price_and_relevant_metrics.gold_price_prediction
  • 86.93 KB
  • 676 rows
  • 21 columns
Loading...

CREATE TABLE gold_price_prediction (
  "date" TIMESTAMP,
  "price_2_days_prior" DOUBLE,
  "price_1_day_prior" DOUBLE,
  "price_today" DOUBLE,
  "price_tomorrow" DOUBLE,
  "price_change_tomorrow" DOUBLE,
  "price_change_ten" DOUBLE,
  "std_dev_10" DOUBLE,
  "twenty_moving_average" DOUBLE,
  "fifty_day_moving_average" DOUBLE,
  "n_200_day_moving_average" DOUBLE,
  "monthly_inflation_rate" DOUBLE,
  "effr_rate" DOUBLE,
  "volume" BIGINT,
  "treasury_par_yield_month" DOUBLE,
  "treasury_par_yield_two_year" DOUBLE,
  "treasury_par_yield_curve_rates_10_yr" DOUBLE,
  "dxy" DOUBLE,
  "sp_open" DOUBLE,
  "vix" DOUBLE,
  "crude" DOUBLE
);

Share link

Anyone who has the link will be able to view this.