Город МОСКОВСКИЙ
00:03:39

How to import data with yfinance module in python

Аватар
Python стартап
Просмотры:
23
Дата загрузки:
02.12.2023 10:45
Длительность:
00:03:39
Категория:
Обучение

Описание

About Me - I am a 13 year old kid who likes to code(in python) and make 3d stuff with blender.

Code:

import yfinance as yf

df = yf.download(tickers='AAPL', period='1d', interval='1m')

Close = df['Close']
print(Close)

Peace Out

Рекомендуемые видео