This commit is contained in:
MuslemRahimi 2024-11-05 12:15:48 +01:00
parent e1ef34cced
commit cec1cddf6f

View File

@ -31,7 +31,7 @@ async def get_data(symbol):
'capitalExpenditure','freeCashFlow','freeCashFlowPerShare','grossProfitMargin','operatingProfitMargin','pretaxProfitMargin', 'capitalExpenditure','freeCashFlow','freeCashFlowPerShare','grossProfitMargin','operatingProfitMargin','pretaxProfitMargin',
'netProfitMargin','ebitdaMargin','ebitMargin','freeCashFlowMargin','failToDeliver','relativeFTD', 'netProfitMargin','ebitdaMargin','ebitMargin','freeCashFlowMargin','failToDeliver','relativeFTD',
'annualDividend','dividendYield','payoutRatio','dividendGrowth','earningsYield','freeCashFlowYield','altmanZScore','piotroskiScore', 'annualDividend','dividendYield','payoutRatio','dividendGrowth','earningsYield','freeCashFlowYield','altmanZScore','piotroskiScore',
'lastStockSplit','splitType','splitRatio','analystRating','analystCounter','medianPriceTarget','upside' 'lastStockSplit','splitType','splitRatio','analystRating','analystCounter','priceTarget','upside'
] ]
if symbol in stock_screener_data_dict: if symbol in stock_screener_data_dict: