python import pandas as pd import numpy as np import yfinance as yf import matplotlib.pyplot as plt
# Получаем исторические данные о цене актива ticker = 'AAPL' # здесь указываем тикер актива data = yf.download(ticker, start='2021-01-01', end='2021-12-31')
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.