New York Power Authority (NYPA) Electric Supply Rates - Business Customers: Beginning 2012
The New York Power Authority provides low-cost power to help support jobs statewide while reducing public-sector costs. The Authority’s customer base includes large and small businesses, not-for-profit organizations, community-owned electric systems and rural electric cooperatives and government entities. This data includes the electric supply rates that the Authority offers to its Business Customers under different power programs.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"ny-gov/new-york-power-authority-nypa-electric-supply-2x8p-pewm\".\"new_york_power_authority_nypa_electric_supply\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.