Skip to content

TAMPA ELECTRIC COMPANY: filings

Every TAMPA ELECTRIC COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-07fiscal Q2 202630840001193125-26-339017
10-Q2026-05-08fiscal Q1 202630620001193125-26-213184
10-K2026-02-23fiscal FY 202534890001193125-26-062314
10-Q2025-11-07fiscal Q3 202530840001193125-25-270836
10-Q2025-08-08fiscal Q2 202531870000950170-25-105453
10-Q2025-05-08fiscal Q1 202530620000950170-25-066297
10-K2025-02-21fiscal FY 202435920000950170-25-024539
10-Q2024-11-12fiscal Q3 202430820000950170-24-124278
10-Q2024-08-09fiscal Q2 202431850000950170-24-094254
10-Q2024-05-13fiscal Q1 202430620000950170-24-058022
10-K2024-02-26fiscal FY 202334900000950170-24-019720
10-Q2023-11-13fiscal Q3 202330830000950170-23-062262
10-Q2023-08-11fiscal Q2 202330830000950170-23-041520
10-Q2023-05-12fiscal Q1 202330630000950170-23-021430
10-K2023-02-23fiscal FY 202234910000950170-23-003912
10-Q2022-11-14fiscal Q3 202230820000950170-22-024587
10-Q2022-08-10fiscal Q2 202230820000950170-22-016237
10-Q2022-05-13fiscal Q1 202230620000950170-22-009785
10-K2022-02-14fiscal FY 202137960000950170-22-001145
10-Q2021-11-10fiscal Q3 202129800001564590-21-055844
10-Q2021-08-11fiscal Q2 202129800001564590-21-043166
10-Q2021-05-12fiscal Q1 202130620001564590-21-026661
10-K2021-02-16fiscal FY 202037960001564590-21-005866
10-Q2020-11-13fiscal Q3 202029800001564590-20-053668
10-Q2020-08-12fiscal Q2 202029800001564590-20-039394
10-Q2020-05-13fiscal Q1 202029600001564590-20-024772
10-K2020-02-18fiscal FY 201936920001564590-20-004873
10-Q2019-11-08fiscal Q3 201930820001564590-19-041921
10-Q2019-08-12fiscal Q2 201930840001564590-19-031345
10-Q2019-05-10fiscal Q1 201930600001564590-19-018137
10-K2019-02-19fiscal FY 201834920001564590-19-003167
10-Q2018-11-09fiscal Q3 201828780001564590-18-028676
10-Q2018-08-10fiscal Q2 201828780001564590-18-021143
10-Q2018-05-11fiscal Q1 201825530001564590-18-013066
10-K2018-02-12fiscal FY 201730800001564590-18-001790
10-Q2017-11-13fiscal Q3 201725710001564590-17-023406
10-Q2017-08-11fiscal Q2 201726730001564590-17-017281
10-Q2017-05-11fiscal Q1 201725520001564590-17-010589
10-K2017-02-13fiscal FY 201630800001564590-17-001400

Inspect the source

Entity
TAMPA ELECTRIC COMPANY / CIK 0000096271
Captured
2026-09-21T17:16:52.868Z
SEC response SHA-256
33ccfcad5898515c64fd334f55bfe542c59326e8fe856d9fbdd6dba620fe4c81

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/0000096271.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"])))