Skip to content

EVERGY KANSAS CENTRAL, INC.: filings

Every EVERGY KANSAS CENTRAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-06fiscal Q2 2026401140001711269-26-000100
10-Q2018-05-08fiscal Q1 201835740000054507-18-000030
10-K2018-02-21fiscal FY 2017381400000054507-18-000012
10-Q2017-10-31fiscal Q3 201734980000054507-17-000057
10-Q2017-08-08fiscal Q2 201734980000054507-17-000032
10-Q2017-05-09fiscal Q1 201734720000054507-17-000013
10-K2017-02-22fiscal FY 2016381400000054507-17-000007
10-Q2016-11-01fiscal Q3 201634980000054507-16-000070
10-Q2016-08-02fiscal Q2 201634980000054507-16-000063
10-Q2016-05-03fiscal Q1 201634720000054507-16-000051
10-K2016-02-24fiscal Q4 2015381400000054507-16-000043
10-Q2015-11-03fiscal Q3 201534980000054507-15-000037
10-Q2015-08-04fiscal Q2 201534980000054507-15-000027
10-Q2015-05-05fiscal Q1 201533700000054507-15-000015
10-K2015-02-25fiscal FY 2014381430000054507-15-000006
10-Q2014-11-05fiscal Q3 201434980000054507-14-000029
10-Q2014-08-06fiscal Q2 201434980000054507-14-000022
10-Q2014-05-07fiscal Q1 201433700000054507-14-000011
10-K2014-02-26fiscal FY 2013381430000054507-14-000005
10-Q2013-11-07fiscal Q3 201335990000054507-13-000060
10-Q2013-08-07fiscal Q2 2013361040000054507-13-000041
10-Q2013-05-08fiscal Q1 201334720000054507-13-000027
10-K2013-02-28fiscal FY 2012381430000054507-13-000010
10-Q2012-11-08fiscal Q3 2012361040000054507-12-000029
10-Q2012-08-07fiscal Q2 2012361040000054507-12-000022
10-Q2012-05-09fiscal Q1 201234720000054507-12-000011
10-K2012-02-23fiscal FY 2011381440000054507-12-000007
10-Q2011-11-03fiscal Q3 2011361040001193125-11-295324
10-Q2011-08-04fiscal Q2 2011361040001193125-11-210530
10-Q2011-05-05fiscal Q1 201130640001193125-11-128705
10-K2011-02-24fiscal FY 201032860001193125-11-045500
10-Q2010-10-28fiscal Q3 201032920001193125-10-239758
10-Q2010-08-05fiscal Q2 201030840001193125-10-177778

Inspect the source

Entity
EVERGY KANSAS CENTRAL, INC. / CIK 0000054507
Captured
2026-09-21T17:16:32.696Z
SEC response SHA-256
0bd0edd88b9d3a069a84280ee78889ab5b4e2c9ec8bfe0190085a73dd2e70af4

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0000054507.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))