Baselight

Oil Price And Share Price Of A Few Companies

Just a daily oil price dataset and a few companies dataset

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies

Loading...
Loading...

About this Dataset

Oil Price And Share Price Of A Few Companies

Context

This is the oil price and the share price of a few companies.

Content

The share price contains the following columns: Date,Open,High,Low,Close,Adj Close,Volume
The oil price contains the following columns: date and brent oil price

Acknowledgements

The oil price is obtained from the website of the U.S Energy Information administration:
https://www.eia.gov/dnav/pet/hist/LeafHandler.ashx?n=PET&s=rbrte&f=D

Share price dataset in a daily frequency from a few companies:

To download the dataset I use Yahoo finance. The following link is an example to download the share price dataset: https://uk.finance.yahoo.com/quote/RDSB.L/history?period1=946684800&period2=1499122800&interval=1d&filter=history&frequency=1d

Inspiration

Tables

Bp L

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies.bp_l
  • 172.17 kB
  • 4,472 rows
  • 7 columns
Loading...
CREATE TABLE bp_l (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Cne L

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies.cne_l
  • 182.6 kB
  • 4,472 rows
  • 7 columns
Loading...
CREATE TABLE cne_l (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Engi Pa

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies.engi_pa
  • 177.49 kB
  • 4,506 rows
  • 7 columns
Loading...
CREATE TABLE engi_pa (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Fp Pa

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies.fp_pa
  • 181.45 kB
  • 4,506 rows
  • 7 columns
Loading...
CREATE TABLE fp_pa (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Pmo L

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies.pmo_l
  • 171.21 kB
  • 4,472 rows
  • 7 columns
Loading...
CREATE TABLE pmo_l (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Rdsb L

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies.rdsb_l
  • 165.35 kB
  • 4,377 rows
  • 7 columns
Loading...
CREATE TABLE rdsb_l (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Rep Mc

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies.rep_mc
  • 177.83 kB
  • 4,504 rows
  • 7 columns
Loading...
CREATE TABLE rep_mc (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Slb Pa

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies.slb_pa
  • 170.82 kB
  • 4,071 rows
  • 7 columns
Loading...
CREATE TABLE slb_pa (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Stl Ol

@kaggle.javierbravo_oil_price_and_share_price_of_a_few_companies.stl_ol
  • 145.83 kB
  • 4,461 rows
  • 7 columns
Loading...
CREATE TABLE stl_ol (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

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