Intel-Stock-Prices-Historical-Data-(INTC)

From MaRDI portal
Dataset:6036481



OpenML43378MaRDI QIDQ6036481

OpenML dataset with id 43378

No author found.

Full work available at URL: https://api.openml.org/data/v1/download/22102203/Intel-Stock-Prices-Historical-Data-(INTC).arff

Upload date: 23 March 2022
Copyright license: Creative Commons Attribution-ShareAlike 4.0 International



Dataset Characteristics

Number of features: 7 (numeric: 6, symbolic: 0 and in total binary: 0 )
Number of instances: 10,361
Number of instances with missing values: 0
Number of missing values: 0

Context Intel Corporation designs, manufactures, and sells essential technologies for the cloud, smart, and connected devices worldwide. The company operates through DCG, IOTG, Mobileye, NSG, PSG, CCG, and All Other segments. It offers platform products, such as central processing units and chipsets, and system-on-chip and multichip packages; and non-platform or adjacent products comprising accelerators, boards and systems, connectivity products, and memory and storage products. The company also provides Internet of things products, including high-performance compute solutions for targeted verticals and embedded applications; and computer vision and machine learning-based sensing, data analysis, localization, mapping, and driving policy technology. It serves original equipment manufacturers, original design manufacturers, and cloud service providers. The company has collaborations with UC San Francisco's Center for Digital Health Innovation, Fortanix, and Microsoft Azure to establish a computing platform with privacy-preserving analytics to accelerate the development and validation of clinical algorithms; and Inventec Corporation. Intel Corporation was founded in 1968 and is headquartered in Santa Clara, California. Content Here is a simple code used to download data. import yfinance as yf df = yf.download(tickers="INTC") df.to_csv('INTC.csv')

Acknowledgements This data collected with one line code using yahoo finance and yfinance library.