Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion query_stockmarket/query4/query.json
Original file line number Diff line number Diff line change
@@ -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)"
"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)"