Baselight

Tunisian Stock Market

Curated list of all tunisian stocks historical data starting from the year 2010

@kaggle.amariaziz_tunisian_stock_market

All Data
@kaggle.amariaziz_tunisian_stock_market.all_data

  • 2.55 MB
  • 187987 rows
  • 7 columns
ticker

Ticker

date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

ABMon Oct 24 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.5824.5824.5824.58130
ABWed Oct 26 2022 00:00:00 GMT+0000 (Coordinated Universal Time)23.924.5823.923.914301
ABThu Oct 27 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.5824.5824.5724.58505
ABFri Oct 28 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.5824.5824.0924.585882
ABMon Oct 31 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.5824.5824.5724.581240
ABTue Nov 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.5824.582424.582171
ABWed Nov 02 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.5824.5824.5824.58150
ABThu Nov 03 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.5824.5824.5824.581098
ABFri Nov 04 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.5824.5824.5824.58633
ABMon Nov 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)24.5824.5824.5824.58150

CREATE TABLE all_data (
  "ticker" VARCHAR,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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