Untitled

 avatar
user_0270565988
plain_text
2 years ago
425 B
3
Indexable
Never
stock_list=fpy.Build_Market_StockList(bourse=True,
                                      farabourse=False)

bourse_stocks=stock_list[stock_list["Market"]=="بورس"]

price_panel=fpy.Build_PricePanel(stock_list=bourse_stocks.index.to_list(),
                                 param="Final",
                                 save_excel=True,
                                 save_path="c://users//shayan//desktop//panel.xlsx")