Roadmap
kardashev is actively maintained by a single developer at Kardashev Labs. There’s no fixed timeline, but the known open gaps are:
- Interconnection queue coverage - the hosted API currently refreshes queue data daily for NYISO, PJM, and ISO-NE. CAISO, ERCOT, MISO, and SPP queue data is not yet on the same live pipeline.
- Direct PJM class - DataMiner2 CSV feeds (hourly RT/DA LMP) were decommissioned in 2026-07.
api.pjm.comhelpers for instantaneous load and unverified 5-min RT LMP ship in Python 0.3.2+, but the publicPJM.get_lmp()method is not rewired yet. Use the hostedClientfor PJM LMP in the meantime. Fuel mix and other PJM datasets remain hosted-API-only. - No direct ISO scrapers in JavaScript -
kardashevonly wraps the hosted API today. Whether to port the Python direct-access scrapers to JS is undecided; open an issue if this would be useful to you. - Two backend 500s -
outages()andcommodities_coal()/commodities_power_burn()(both languages) currently error server-side. Tracked as akardashev-dataissue, not a client bug.
Track progress in the Changelog (Python, JavaScript), or open an issue on Python GitHub or JS GitHub .
Last updated on