From d66bcc56187f0929bb3df72eebab24ddbd764193 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 17 Oct 2024 20:02:59 +0200 Subject: [PATCH] update info text --- app/cron_info_text.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/cron_info_text.py b/app/cron_info_text.py index 598eac3..f7c7004 100644 --- a/app/cron_info_text.py +++ b/app/cron_info_text.py @@ -486,6 +486,15 @@ data = { }, "revenueGrowthYears": { "text": "For how many consecutive fiscal years the company's revenue has been growing.", + }, + "epsGrowthYears": { + "text": "For how many consecutive fiscal years the company's EPS has been growing.", + }, + "netIncomeGrowthYears": { + "text": "For how many consecutive fiscal years the company's net income has been growing.", + }, + "grossProfitGrowthYears": { + "text": "For how many consecutive fiscal years the company's gross profit has been growing.", } }