- I have historical data for every NASDAQ stock for two years (~50k rows worth).
- I have calculated an 'After-Hours' percentage gain for each of these NASDAQ stocks for the past two years (Column E).
- I need to filter out, by each date, only the top 10 performing After-Hours Gainers.
Data Snippet:
Conversely, in a separate file, I have the same setup above in another file but for losers.
- I have historical data for every NASDAQ stock for two years (~50k rows worth).
- I have calculated an 'After-Hours' percentage loss for each of these NASDAQ stocks for the past two years (Column E).
- I need to filter out, by each date, only the top 10 After-Hours Losers.
Suggestions? Thanks for all your assistance!
- I have calculated an 'After-Hours' percentage gain for each of these NASDAQ stocks for the past two years (Column E).
- I need to filter out, by each date, only the top 10 performing After-Hours Gainers.
Data Snippet:
Conversely, in a separate file, I have the same setup above in another file but for losers.
- I have historical data for every NASDAQ stock for two years (~50k rows worth).
- I have calculated an 'After-Hours' percentage loss for each of these NASDAQ stocks for the past two years (Column E).
- I need to filter out, by each date, only the top 10 After-Hours Losers.
Suggestions? Thanks for all your assistance!