I have a dictionary whose keys are stock names and its values contain 11 columns that include opening and closing prices and adjusted price and . etc over time. I want to extract from this dictionary a dataframe in which the names of the columns are stocks and show the adjusted price in date order. Thanenter image description herek you for guiding me.
my cods are:
data=tse.download(symbols=["حسینا", "گکوثر", "شبهرن", "کاوه"],
include_jdate=True,adjust=True)