Southwest Electric Cooperative, Inc. (Missouri) Rate Selection Guide
Southwest Electric Cooperative (SWEC) is a member-owned cooperative serving about 44,700 customers across eleven southwest Missouri counties. Its NISC SmartHub portal provides billing PDFs and hourly usage CSV exports, with 15-minute interval data reachable only through the undocumented SmartHub API — there is no Green Button, EDI, or formal third-party data access program.
Market Overview
Member-owned cooperative governance; no retail supplier choice in Missouri. The Missouri Public Service Commission tracks the cooperative in its EFIS system (ID 315).
Need to pull your actual usage data to compare rates? See the Southwest Electric Cooperative, Inc. (Missouri) Data Access Guide →
Current Rate Schedules
Southwest Electric Cooperative (SWEC), headquartered in Bolivar, Missouri, runs one of the simplest rate designs in the region: a flat monthly Availability Charge, a single per-kWh Energy Charge across all classes, and a per-kWD Demand Charge on three-phase services with the first 20 kWD free. The board approved a rate adjustment effective with April 2026 billing — SWEC's first increase since 2024 — raising the Availability Charge from $30 to $32 and the Energy Charge from $0.095 to $0.105/kWh, driven by wholesale power and infrastructure cost pressures. Per EIA data the cooperative's average commercial rate runs around 10.7¢/kWh, below Missouri and national averages.
Effective: April 1, 2026 · Full Tariff Book →
| Schedule | Type | Applicability | Structure | Rate |
|---|---|---|---|---|
| Single Phase Service | commercial | Most residential and small commercial services | $32.00/month Availability Charge plus $0.105/kWh Energy Charge (April 2026); no demand charge | $0.105/kWh |
| Three Phase Service | commercial | Commercial, agricultural, and industrial services requiring three-phase power | $32.00/month Availability Charge, $0.105/kWh Energy Charge, plus $4.75 per kWD Demand Charge with no charge on the first 20 kWD; a Minimum Demand Charge of $0.75 × transformer kVA (minimum $25.00) is included in the three-phase contract | $0.105/kWh+ $4.75/kWD (first 20 kWD free) |
| Automatic / Security Lighting | commercial | Members with cooperative-owned outdoor security lights | Flat monthly per-fixture charge added to the bill — see current fee schedule for fixture pricing | — |
Rate Recommendations by Use Case
Commercial usage analytics
Use the SmartHub hourly CSV export as the primary structured data feed for load analysis.
The portal's hourly CSV (available since 2024) is SWEC's only supported machine-readable usage export — sufficient for load-shape and trend analysis without TOS risk.
- Export consistent date ranges monthly to maintain continuous history
- Pair CSV usage with PDF bills to reconcile charges
- Use the mobile app's alerts to flag unusual consumption between exports
15-minute interval data needs
Weigh the unofficial SmartHub API against hourly portal exports for higher-resolution analysis.
Smart meters collect 15-minute data but SWEC exposes it only through the reverse-engineered NISC API — functional today, unsupported tomorrow.
- Treat any unofficial API integration as fragile; build CSV fallback
- Ask SWEC (800-262-0326) about Green Button plans — NISC peers like Sawnee EMC already offer it
- Document customer consent before any programmatic pull
Third-party / consultant access
Run an authorization-form workflow with member-driven exports; verify aggregator coverage before promising automation.
With no Share My Data portal or formal program, signed customer authorization plus manual CSV/PDF sharing is the only sanctioned path; aggregator coverage of SWEC is unconfirmed.
- Confirm SWEC support with Nectar (docs.nectarclimate.com) before enrolling customers
- Have members export and share files rather than handing over credentials
- Build a recurring reminder process — exports are not automated
Automated data integration for energy software
Classify SWEC as a manual/semi-automated NISC utility in portfolio pipelines.
NISC SmartHub utilities share a common export pattern; a CSV ingestion pipeline built for SWEC reuses across other NISC cooperatives.
- Standardize hourly CSV parsing across NISC utilities
- Monitor NISC's roadmap (e.g., Bidgely analytics partnerships) for future official access
- Store member consent records per account
Cost Optimization Strategies
SWEC's flat-rate design means there is no time-of-use arbitrage — savings come from raw efficiency, managing three-phase demand above the 20 kWD free block, and right-sizing transformers that set the minimum demand charge. With the April 2026 increase lifting the energy charge to 10.5¢/kWh, every efficiency project just got roughly 10% more valuable.
Manage three-phase demand above 20 kWD
For: Three-phase commercial and agricultural services
The $4.75/kWD demand charge applies only above the first 20 kWD, so commercial accounts running 25-50 kWD peaks have a clear target: stagger motor and HVAC starts, avoid simultaneous equipment operation, and use soft starters on large motors to keep the billed peak as close to the free block as operations allow.
Right-size transformers to lower the minimum demand charge
For: Three-phase members with oversized or legacy transformer installations
The Minimum Demand Charge is calculated at $0.75 × transformer kVA (minimum $25), so an oversized transformer creates a permanent floor on the bill. When equipment changes reduce your load, ask SWEC about resizing the transformer to match actual demand.
Treat efficiency as the primary lever
For: All members
With a flat $0.105/kWh energy charge and no TOU rates, consumption reduction is the only energy-side strategy. LED lighting, high-efficiency HVAC, VFDs on pumps and fans, and grain-dryer or irrigation efficiency upgrades all return the full energy rate per kWh saved — and SmartHub usage data verifies results.
Use SmartHub data to catch waste and verify bills
For: All members with SmartHub access
SWEC's AMI metering feeds daily and hourly usage into SmartHub. Review usage patterns monthly to catch after-hours equipment left running, failing well pumps, or heat-tape loads — the kinds of invisible consumption that flat monthly bills hide.
Budget for the April 2026 rate step
For: All C&I members
The 2026 adjustment raised energy costs about 10.5% ($0.095 to $0.105/kWh) and the availability charge to $32. Multi-year budgets and lease pass-through calculations should use the new rates, and members should watch board communications — SWEC adjusted rates in 2024 and 2026 after seven flat years, suggesting more frequent adjustments ahead.
To implement these strategies, you need your 15-minute interval data. Learn how to download Southwest Electric Cooperative, Inc. (Missouri) interval data →
Frequently Asked Questions
How do commercial members get usage data from Southwest Electric Cooperative?▾
Log into SmartHub at https://www.swec-payment.org/onlineportal/Member-Login, open the Usage section, and export hourly interval data as CSV (available since 2024). Billing PDFs and 12-24 months of statement history are under Billing & Payments. The SmartHub mobile app mirrors these views with usage alerts.
Is 15-minute interval data available from SWEC?▾
SWEC's smart meters collect 15-minute data, but the portal exposes only hourly CSV exports. The 15-minute stream is reachable only through the undocumented NISC SmartHub JSON API — open-source projects like electric-usage-downloader demonstrate it — which SWEC does not support and which may violate terms of service. Build hourly CSV fallback for anything production-grade.
Does SWEC support Green Button?▾
No official Green Button download or Connect My Data program is documented, and SWEC holds no Green Button Alliance certification. NISC (the platform vendor) has implemented Green Button for peers like Sawnee EMC, so ask SWEC directly at 800-262-0326 whether support is planned.
Can a consultant or energy platform access SWEC member data automatically?▾
There is no Share My Data portal or official utility API. Nectar provides API access to SWEC billing and interval data — see docs.nectarclimate.com. The utility-supported workflow is customer-signed authorization plus member-exported CSV/PDF files shared manually.
Does SWEC offer EDI for business customers?▾
No. There is no ANSI X12 support (867MU, 820, 810, 814), no VAN provider, and no trading partner enrollment — typical for a ~44,700-member rural cooperative. Route electronic billing needs through SmartHub exports or contact SWEC at 800-262-0326 / swec@swec.coop.
Automate Southwest Electric Cooperative, Inc. (Missouri) Rate Analysis with Nectar
Nectar continuously monitors your Southwest Electric Cooperative, Inc. (Missouri) rate options and alerts you when a better schedule is available. Save 10-30% on energy costs.
Nectar for Energy & Sustainability Teams
Managing utility costs for commercial or industrial buildings? Nectar offers a free rate analysis — we'll review your current rate schedules and identify where switching tariffs or shifting load can save 10-30%.
Get a Free Rate AnalysisNectar for Energy Brokers & Consultants
Advising clients on rate optimization? Nectar works with energy consultants who need reliable interval data and automated rate comparison tools.
Partner with Us