diff --git a/query_stockmarket/query4/query.json b/query_stockmarket/query4/query.json index 0b528dd13..5b82ae7f9 100644 --- a/query_stockmarket/query4/query.json +++ b/query_stockmarket/query4/query.json @@ -1 +1 @@ -"What are the names (not symbol) of the top 5 non-ETF stocks listed on the New York Stock Exchange (NYSE) that had more up days than down days in 2017? (Up days: closing price > opening price; Down days: closing price < opening price)" \ No newline at end of file +"What are the names (not symbol) of the top 5 non-ETF stocks listed on the New York Stock Exchange (NYSE) with the largest surplus of up days over down days in 2017? Rank by (up days minus down days) descending. Only include stocks where up days exceed down days. (Up days: closing price > opening price; Down days: closing price < opening price)" \ No newline at end of file