- made at 9:30 for the next 5 days
- made at 9:30 for next day 12am to 11pm
git clone https://github.com/neviskevin/NYISO-demand-pricing-tool.git
x = 'palIntegrated' # Gives realtime. Use 'isolf' for day ahead
y = '20201101' # this is the date string
demandZip(x, y) # demand(x, y) should be used for days of current month
x = 'XXXXX' # Gives realtime. Use 'XXXXX' for day ahead
y = '@@@@@' # this is the date string
pricingZip(x, y) # pricing(x, y) should be used for days of current month