Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Getting trading days in research

I have an algo that uses schedule_function to schedule events 3 days prior to month_end and 3 days after month_start. I'm trying to replicate those days in research to grab pricing data so I can visually plot and compare stocks.

Is there a way to get and manipulate dates based on trading days?