From 6d2b9309d74e52eef0ab7d14bcc111856203df13 Mon Sep 17 00:00:00 2001 From: Anson Date: Wed, 4 Aug 2021 22:52:52 -0700 Subject: [PATCH] small formatting change --- IEX_Symbol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IEX_Symbol.py b/IEX_Symbol.py index 9ececcb..87d16f3 100644 --- a/IEX_Symbol.py +++ b/IEX_Symbol.py @@ -209,7 +209,7 @@ class IEX_Symbol: message = f"The current stock price of {IEXData['companyName']} is $**{IEXData['latestPrice']}**" else: message = ( - f"{IEXData['companyName']} closed at $**{IEXData['latestPrice']}**, with a change of {change}" + f"{IEXData['companyName']} closed at $**{IEXData['latestPrice']}** with a change of {change}%," + f" after hours _(15 minutes delayed)_ the stock price is $**{IEXData['extendedPrice']}**" ) if change := IEXData.get("extendedChangePercent", 0):