Baselight

NextEra Energy Inc. Stocks

The stock prices of NextEra Energy from 01/01/2000

@kaggle.middlehigh_nextera_energy_inc_stocks

Loading...
Loading...

About this Dataset

NextEra Energy Inc. Stocks

This dataset covers the stock prices of NewEra Energy Inc. a distributor of renewable energy such as electricity. The columns are as follows:

Date - The date

Open - The opening value

High - The highest value

Low - The lowest value

Close - The closing value

Adj Close - The adjusted closing value

Volume - The trading volume of the stocks

I hope you will like this dataset. God bless you.

Tables

Nee

@kaggle.middlehigh_nextera_energy_inc_stocks.nee
  • 274.27 KB
  • 6120 rows
  • 7 columns
Loading...

CREATE TABLE nee (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

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