Baselight

Daily Returns For Apple And Microsoft Stock

Clean dataset of daily return for learning purposes

@kaggle.gtouzin_samplestocksreturn

Returns 00–17
@kaggle.gtouzin_samplestocksreturn.returns_00_17

  • 93.62 KB
  • 3832 rows
  • 3 columns
id

ID

apple

Apple

microsoft

Microsoft

1
20.03404255319148940.0248618784530387
30.04471544715447150.0136239782016349
40.04435252482809890.0017985611510791
5-0.042540110083148-0.0267774699907664
6-0.0062036332469386-0.0226628895184136
7-0.0451701621454683-0.0136319376825706
8-0.0103111331257147-0.0010172939979654
90.01356183359597240.0305719921104536
10-0.0424106666666666-0.012987012987013

CREATE TABLE returns_00_17 (
  "id" BIGINT,
  "apple" DOUBLE,
  "microsoft" DOUBLE
);

Share link

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