Baselight

Historical Cryptocurrency Data

Daily historical data from Nov 06, 2020 to Oct 25, 2021

@kaggle.simonlozada_ocean_protocol_historical_data

Loading...
Loading...

About this Dataset

Historical Cryptocurrency Data

Context

This dataset came from Ethereum dataset (kaggle.com/abhimaneukj/ethereum-historical-dataset)

Content

Ethereum (OCEAN-USD) Historical Dataset from 2020 to 2021

  • Change %:
    represent the percentage change between the closing price and the opening price

  • Date:
    Represents the date at which the share is traded in the stock market.

  • Open:
    Represents the opening price of the stock at a particular date.
    It is the price at which a stock started trading when the opening bell rang.

  • Price:
    Represents the closing price of the stock at a particular date.
    It is the last buy-sell order executed between two traders.
    The closing price is the raw price, which is just the cash value of the last transacted price before the market closes.

  • High:
    The high is the highest price at which a stock is traded during a period. Here the period is a day.

  • Low:
    The low is the lowest price at which a stock is traded during a period. Here the period is a day.

  • Volume:
    Volume is the number of shares of security traded during a given period of time.
    Here the security is stock and the period of time is a day.

Sources:

investing.com

Tables

Uniswap Finished

@kaggle.simonlozada_ocean_protocol_historical_data.uniswap_finished
  • 52.65 kB
  • 70 rows
  • 47 columns
Loading...
CREATE TABLE uniswap_finished (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "date" TIMESTAMP,
  "close" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "volume" DOUBLE,
  "change" DOUBLE  -- Change %,
  "label" VARCHAR,
  "rsi_14d" DOUBLE,
  "volume_plain" DOUBLE,
  "bb_middle_band" DOUBLE,
  "bb_upper_band" DOUBLE,
  "bb_lower_band" DOUBLE,
  "aroon_oscillator" DOUBLE,
  "pvt" DOUBLE,
  "ab_middle_band" DOUBLE,
  "ab_upper_band" DOUBLE,
  "ab_lower_band" DOUBLE,
  "stok" DOUBLE,
  "stod" DOUBLE,
  "chaikin_mf" DOUBLE,
  "psar" DOUBLE,
  "roc" DOUBLE,
  "vwap" DOUBLE,
  "momentum" DOUBLE,
  "cci" DOUBLE,
  "obv" DOUBLE,
  "kelch_upper" DOUBLE,
  "kelch_middle" DOUBLE,
  "kelch_down" DOUBLE,
  "tema" DOUBLE,
  "natr" DOUBLE,
  "plusdi" DOUBLE,
  "minusdi" DOUBLE,
  "adx" DOUBLE,
  "macd" DOUBLE,
  "money_flow_index" DOUBLE,
  "turning_line" DOUBLE,
  "standard_line" DOUBLE,
  "ichimoku_span1" DOUBLE,
  "ichimoku_span2" DOUBLE,
  "chikou_span" DOUBLE,
  "willr" DOUBLE,
  "min_volume" DOUBLE,
  "max_volume" DOUBLE,
  "kama" DOUBLE
);

Share link

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