|
|
The National Renewable Energy Laboratory's developer network helps developers access and use energy data via Web services, including renewable energy and alternative fuel data.
|
|
|
[Source :
|
|
|
The National Renewable Energy Laboratory's developer network helps developers access and use energy data via Web services, including renewable energy and alternative fuel data.<br>
|
|
|
[Source : https://developer.nrel.gov]
|
|
|
|
|
|
|
|
|
## Access with an API KEY
|
|
|
If you want to get access to the data using the API, you should first signup to the following web page:
|
|
|
https://developer.nrel.gov/signup/
|
|
|
|
|
|
|
|
|
## PV Data Acquisition
|
|
|
It Provides access to photovoltaic performance data collected by NREL for systems throughout the US country.
|
|
|
The Raw data API returns raw data for a specific PVDAQ system and date range.<br>
|
|
|
Example of a URL command to get a CSV file :
|
|
|
https://developer.nrel.gov/api/pvdaq/v3/data.csv?api_key=DEMO_KEY&system_id=2&start_date=3/24/2011&end_date=3/25/2011
|
|
|
<br>
|
|
|
[Source : https://developer.nrel.gov/docs/solar/pvdaq-v3/data/] |