First Electric Cooperative Corporation Data Access Guide
First Electric Cooperative Corporation is Arkansas's first electric cooperative (founded 1937), a member-owned nonprofit serving roughly 104,000 accounts across 18 central and southeast Arkansas counties. As a NISC SmartHub utility, First Electric supports Green Button Download and Connect My Data, plus reverse-engineered SmartHub API access to 15-minute interval data; rates are regulated by the Arkansas Public Service Commission.
How to Get Your First Electric Cooperative Corporation Data: All Access Methods
| Method | 1st Party | 3rd Party | Customer Types | Data Types | Latency | Format |
|---|---|---|---|---|---|---|
| SmartHub Portal (billing) | ✓ | — | All members | Billing, usage graphs | Monthly | PDF/Web |
| Green Button Download My Data | ✓ | ✓ | All members | 15-min/hourly interval | Up to 14 months | XML (ESPI) |
| Green Button Connect My Data | ✓ | ✓ | Members + authorized apps | Interval usage feed | Daily poll | XML (ESPI) |
| Reverse-engineered SmartHub API | ✓ | ✓ | Technical members/vendors | 15-minute interval | Near-current | CSV/JSON |
| LOA Data Request / EDI | ✓ | ✓ | All (with authorization) | Billing & usage | 2-5 business days | Custom / ANSI X12 |
Billing Data Access
First Electric provides billing data through the NISC-powered SmartHub portal at firstelectric.smarthub.coop and the First Electric mobile app. Members view and download itemized bills as PDFs and access multi-month history. There is no formal third-party billing API; third-party access requires a member Letter of Authorization (LOA) submitted to Member Services.
What Data Is on Your First Electric Cooperative Corporation Bill
- Current and historical bills (PDF)
- Itemized charges and usage summary
- Applicable rates and adjustments
- Payment history
- Service address and account details
How to Download First Electric Cooperative Corporation Bills (Business & Commercial)
- 01Log into SmartHub with business credentials
- 02Navigate to the Billing section
- 03Select a date range and view itemized bills
- 04Download bills as PDF
- 05For bulk or formatted data, submit an LOA-backed request to Member Services (1-800-489-7405)
How to Download First Electric Cooperative Corporation Bills (Residential)
- 01Visit https://firstelectric.smarthub.coop/ and click Create My Account
- 02Provide account number, name, and email
- 03Create a password and verify your email
- 04Log in and open the My Account / Billing section
- 05View or download bills in PDF and enroll in Paperless Billing
Third-Party Access to First Electric Cooperative Corporation Billing Data
Letter of Authorization (LOA) Request
- 01Member completes a written LOA naming the third party
- 02Third party contacts Member Services (1-800-489-7405) with the LOA and account number
- 03First Electric verifies authorization
- 04Data delivered (e.g., 12 months billing/usage) via email, typically 2-5 business days
Member-Provided PDF Bills
- 01Member downloads PDF bills from SmartHub
- 02Member provides bills directly to the consultant or aggregator
- 03Third party processes the data under its client agreement
Want to understand the charges on your bill?
See the First Electric Cooperative Corporation Rate Schedules & Tariff Guide →Interval Data & Smart Meters
First Electric is deploying Advanced Metering Infrastructure and uses NISC SmartHub, which supports 15-minute and hourly interval data with up to 14 months of history. Members can self-serve interval data via Green Button Download. A documented reverse-engineered SmartHub REST API (community tooling) also enables programmatic export of 15-minute data in CSV/JSON.
How to Download First Electric Cooperative Corporation Interval Data via Green Button
- 01Log into https://firstelectric.smarthub.coop/
- 02Open the My Usage section
- 03Click Green Button Download My Data
- 04Select start/end dates (up to 14 months) and interval
- 05Download the zipped ESPI XML file
Interval data is essential for rate comparison and TOU analysis.
See which First Electric Cooperative Corporation rate schedule is best for your usage pattern →Third-Party API Access
First Electric does not publish a developer portal, but its NISC SmartHub platform exposes the standardized Green Button Connect My Data (ESPI) API for authorized third parties, and a community-documented reverse-engineered SmartHub REST API enables programmatic export of 15-minute interval data. NISC also offers partner integrations (Calix, Milsoft) on request.
Available First Electric Cooperative Corporation API Endpoints
| Function | Endpoint | Method | Format |
|---|---|---|---|
| SmartHub usage poll (reverse-engineered) | https://firstelectric.smarthub.coop/api/ | GET | JSON/CSV |
How to Register as a First Electric Cooperative Corporation API Vendor
- 01Integrate with the Green Button Connect My Data / ESPI standard
- 02Have the member authorize the application via OAuth 2.0 in SmartHub
- 03Receive an access token and poll the ESPI endpoint for XML usage data
- 04Alternatively, use member credentials + service location number with the reverse-engineered SmartHub API for CSV/JSON export
EDI (Electronic Data Interchange)
Supported First Electric Cooperative Corporation EDI Transaction Sets
| Code | Name | Purpose |
|---|---|---|
| 810 | Invoice | Electronic billing invoice exchange |
| 867 | Product Transfer and Resale Report | Usage / demand-side management data |
| 814 | General Request, Response or Confirmation | Utility bill inquiry / enrollment changes |
How to Enroll in First Electric Cooperative Corporation EDI
- 01Call First Electric Member Services (1-800-489-7405) and ask for EDI Trading Partner Enrollment
- 02Provide legal business name, EIN, and technical/business contacts
- 03Confirm required transaction sets and connection method (VAN, direct, SFTP)
- 04Execute a Trading Partner Agreement and complete testing
- 05Move to production after successful testing
Sources
Rate Schedules & Tariff Analysis
First Electric C&I bills combine a fixed service availability charge, a seasonal per-kW demand charge (Rate 4 and Rate 13), and a per-kWh energy charge, plus monthly Cost of Energy and Cost of Debt adjustments. Demand charges are higher in the summer season (June/July-October), so peak management during summer months has the greatest impact. Rates are APSC-approved.
First Electric Cooperative Corporation Rate Schedule List
| Schedule | Applicability |
|---|---|
| Rate 4 - General Service 51-150 kVA | Mid-sized commercial demand customers |
| Rate 13 - Large General Service Over 150 kVA | Large general service / industrial |
| Rate 2 - Three Phase 50 kVA or Less | Small three-phase commercial |
| Rate 5 - Agricultural Water Pumping | Agricultural pumping loads |
First Electric Cooperative Corporation Rate Features & TOU Details
- Seasonal rates: Summer (Jun-Oct) vs Winter (Nov-May)
- Demand-based billing on Rate 4 (51-150 kVA) and Rate 13 (>150 kVA)
- Monthly Cost of Energy and Cost of Debt adjustments
- APSC-regulated cooperative tariff
- Agricultural Rate 5 includes a load-management switch credit
For a deeper analysis including cost optimization strategies and historical rate trends:
Read the full First Electric Cooperative Corporation Rate Optimization Guide →Other Data Access Programs
Net Metering
First Electric offers net metering for members with on-site solar or other qualifying generation under APSC rules.
- 01Review net metering and solar info on firstelectric.coop
- 02Submit an interconnection application
- 03Install qualifying generation and meter
- 04Receive net metering credits per APSC tariff
Commercial Energy Check-Up & Efficiency
First Electric provides energy efficiency resources and check-up tools that businesses can use to identify savings opportunities.
- 01Use the Home/Business Energy Check-Up tools
- 02Review energy saving recommendations
- 03Implement efficiency measures and track via SmartHub usage
Limitations & Considerations
- ⚠No public developer portal or officially published API; programmatic access relies on Green Button ESPI or community reverse-engineered tooling.
- ⚠Reverse-engineered SmartHub API is unofficial and may change without notice.
- ⚠AMI deployment is still in progress; interval data availability varies by location.
- ⚠EDI specifications are not published and require direct enrollment with the cooperative/NISC.
First Electric Cooperative Corporation Data Access FAQ
Can my energy consultant pull my First Electric interval data automatically?▾
Yes. Because First Electric runs NISC SmartHub, it supports Green Button Connect My Data: you authorize an ESPI-compliant application via OAuth 2.0 in SmartHub and it receives ongoing 15-minute/hourly usage in standardized XML. Alternatively, you can download Green Button XML yourself (up to 14 months) and share it.
What interval granularity and history are available?▾
SmartHub supports 15-minute and hourly interval data with up to 14 months of history through Green Button download. Technical users have also documented a reverse-engineered SmartHub API that returns 15-minute data as CSV/JSON.
Does First Electric support EDI for billing data?▾
First Electric runs NISC's iVUE system, which supports ANSI X12 EDI (e.g., 810, 814, 820, 867). EDI specifics are not published; contact Member Services (1-800-489-7405) to request a Trading Partner Agreement and implementation guide.
Which rate schedule applies to my commercial or industrial facility?▾
Three-phase loads of 50 kVA or less typically take Rate 2; General Service 51-150 kVA takes Rate 4 (demand-billed); and Large General Service over 150 kVA takes Rate 13 (demand-billed). Agricultural water pumping uses Rate 5. All are APSC-approved and seasonally differentiated (Summer Jun-Oct / Winter Nov-May).
How does a third party get data without portal access?▾
Submit a member Letter of Authorization (LOA) to Member Services. First Electric verifies it and delivers requested billing/usage data (e.g., 12 months) via email, typically within 2-5 business days.
The Best Way to Access Data from First Electric Cooperative Corporation
Nectar connects to First Electric Cooperative Corporation and 7,000+ utility providers — billing, interval, and rate data delivered automatically. No portals, no forms, no manual downloads.
Nectar for Energy & Sustainability Teams
Managing utility data for commercial or industrial buildings? Nectar offers a free energy data audit — we'll review your current setup and show you where automation can save your team hours every month.
Get a Free AuditNectar for Developers & Consultants
Building energy tools or advising clients on utility data? Nectar works with technology partners and consultants who need reliable data infrastructure.
Partner with Us