Baselight

Uniqlo (FastRetailing) Stock Price Prediction

Tokyo Stock Exchange Data (LightWeight CSV) in 2016 for Beginners

@kaggle.daiearth22_uniqlo_fastretailing_stock_price_prediction

About this Dataset

Uniqlo (FastRetailing) Stock Price Prediction

Context

We are doing Fintech data hakathon in Tokyo everyweek. Let's predict stock price in Tokyo Stock Exchange.

毎週水曜日東京・渋谷で開催している、Team AI "FinTech Data Hackathon"の題材として、
身近なユニクロ(ファーストリテイリング)の株価予測モデルをオープンイノベーションで構築します。
https://www.meetup.com/Machine-Learning-Meetup-by-team-ai/events/242154425/

Content

Training; 5 year daily stock price info of FastRetailing(Uniqlo). You should predict "close" price.
Test: 1 week daily stock price

Acknowledgements

Thanks to open market data http://k-db.com/

Inspiration

Let's build basic stock prediction model together!
公開されたモデルを実際の取引に使う場合は十分注意ください。弊社側やコミュニティメンバー側では損失の責任は持てません。

Tables

Uniqlo Fastretailing 2012–2016 Training Stocks2012–2016

@kaggle.daiearth22_uniqlo_fastretailing_stock_price_prediction.uniqlo_fastretailing_2012_2016_training_stocks2012_2016
  • 55.71 KB
  • 1226 rows
  • 7 columns
Loading...

CREATE TABLE uniqlo_fastretailing_2012_2016_training_stocks2012_2016 (
  "date" TIMESTAMP,
  "open" BIGINT,
  "high" BIGINT,
  "low" BIGINT,
  "close" BIGINT,
  "volume" BIGINT,
  "stock_trading" BIGINT
);

Uniqlo Fastretailing 2017 Test Stocks2017

@kaggle.daiearth22_uniqlo_fastretailing_stock_price_prediction.uniqlo_fastretailing_2017_test_stocks2017
  • 5.49 KB
  • 7 rows
  • 7 columns
Loading...

CREATE TABLE uniqlo_fastretailing_2017_test_stocks2017 (
  "date" TIMESTAMP,
  "open" BIGINT,
  "high" BIGINT,
  "low" BIGINT,
  "close" BIGINT,
  "volume" BIGINT,
  "stock_trading" BIGINT
);