
ISTANBUL STOCK EXCHANGE
Donated on 5/31/2013
Data sets includes returns of Istanbul Stock Exchange with seven other international index; SP, DAX, FTSE, NIKKEI, BOVESPA, MSCE_EU, MSCI_EM from Jun 5, 2009 to Feb 22, 2011.
Dataset Characteristics
Multivariate, Univariate, Time-Series
Subject Area
Business
Associated Tasks
Classification, Regression
Feature Type
Real
# Instances
536
# Features
-
Dataset Information
Additional Information
Data is collected from imkb.gov.tr and finance.yahoo.com. Data is organized with regard to working days in Istanbul Stock Exchange.
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Demographic | Description | Units | Missing Values |
---|---|---|---|---|---|---|
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no |
0 to 8 of 8
Additional Variable Information
Stock exchange returns. Istanbul stock exchange national 100 index, Standard & poor’s 500 return index, Stock market return index of Germany, Stock market return index of UK, Stock market return index of Japan, Stock market return index of Brazil, MSCI European index, MSCI emerging markets index
Akbilgic,Oguz. (2013). ISTANBUL STOCK EXCHANGE. UCI Machine Learning Repository. https://doi.org/10.24432/C54P4J.
@misc{misc_istanbul_stock_exchange_247, author = {Akbilgic,Oguz}, title = {{ISTANBUL STOCK EXCHANGE}}, year = {2013}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C54P4J} }
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset istanbul_stock_exchange = fetch_ucirepo(id=247) # data (as pandas dataframes) X = istanbul_stock_exchange.data.features y = istanbul_stock_exchange.data.targets # metadata print(istanbul_stock_exchange.metadata) # variable information print(istanbul_stock_exchange.variables)
Creators
Oguz Akbilgic
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.