Baselight

Wheat Prices - Historical Annual Data

List of historical wheat prices from 1960-2022

@kaggle.kabhishm_wheat_prices_historical_annual_data

Loading...
Loading...

About this Dataset

Wheat Prices - Historical Annual Data

The list contains details on the historical annual prices from 1960-2022.

COLUMN DESCRIPTION

  • 'year': year
  • 'avg_closing _price': the average closing price
  • 'year_open': price when the year opened
  • 'year_high': highest price of the year
  • 'year_low': lowest price of the year
  • 'annual_perc _change': annual percentage change

FILE DESCRIPTION

File name: wheat_prices.csv

Photo by Melissa Askew on Unsplash

Tables

Wheat Prices

@kaggle.kabhishm_wheat_prices_historical_annual_data.wheat_prices
  • 8.12 KB
  • 63 rows
  • 7 columns
Loading...

CREATE TABLE wheat_prices (
  "year" BIGINT,
  "avg_closing_price" VARCHAR,
  "year_open" VARCHAR,
  "year_high" VARCHAR,
  "year_low" VARCHAR,
  "year_close" VARCHAR,
  "annual_perc_change" VARCHAR
);

Share link

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