Skip to content

neviskevin/NYISO-demand-pricing-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

NYISO-demand-pricing-tool

Historical Data upload time is shown at the following links

Demand1
Demand Forecast2

  • made at 9:30 for the next 5 days

Price3
Price Forecast4

  • made at 9:30 for next day 12am to 11pm

Clone into Repository

git clone https://github.com/neviskevin/NYISO-demand-pricing-tool.git

Add the following code to

demand.py

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

pricing.py

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

Footnotes

  1. http://mis.nyiso.com/public/P-58Clist.htm

  2. http://mis.nyiso.com/public/P-7list.htm

  3. http://mis.nyiso.com/public/P-24Alist.htm

  4. http://mis.nyiso.com/public/P-2Alist.htm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages