Baselight

Intel Stock Prices Historical Data (INTC)

Intel Stock Prices at 1-day intervals, March 1980 to Jan 2021

@kaggle.tosinabase_intel_stock_prices_historical_data_intc

About this Dataset

Intel Stock Prices Historical Data (INTC)

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.

Share link

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