Datasets
Standard Dataset
XJO,DJI,IXIC,HSI and N225 indices daily closing price datasets
- Citation Author(s):
- Submitted by:
- Yi Ji
- Last updated:
- Tue, 05/17/2022 - 22:18
- DOI:
- 10.21227/vvr8-8g25
- Data Format:
- Research Article Link:
- License:
390 Views
- Categories:
- Keywords:
0 ratings - Please login to submit your rating.
Abstract
This is the five mainstream stock market indices dataset. It includes XJO, DJI, IXIC, HSI, and N225 indices from Sep. 2010 ~ Aug. 2020.
Instructions:
All datasets are in .csv format.
You're now ready to import the CSV file into Python using read_csv()
from pandas
:
import pandas as pd
pd.read_csv('XJO stock dataset used in the paper.csv ')
Comments
1