Skip to content

SOLAREDGE TECHNOLOGIES, INC.: filings

Every SOLAREDGE TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-05fiscal Q2 2026471380001178913-26-003854
10-Q2026-05-07fiscal Q1 2026471000001178913-26-002432
10-K/A2026-03-23fiscal FY 2025611650001178913-26-001595
10-K2026-02-25fiscal FY 2025611650001178913-26-000632
10-Q2025-11-06fiscal Q3 2025491470001178913-25-003678
10-Q2025-08-07fiscal Q2 2025491420001178913-25-002690
10-Q2025-05-08fiscal Q1 2025481020001178913-25-001662
10-K2025-02-25fiscal FY 2024601630001178913-25-000605
10-Q2024-11-07fiscal Q3 2024531570001178913-24-003529
10-Q2024-08-07fiscal Q2 2024511470001178913-24-002470
10-Q2024-05-09fiscal Q1 2024491030001178913-24-001670
10-K2024-02-26fiscal FY 2023601610001178913-24-000717
10-Q2023-11-06fiscal Q3 2023511550001178913-23-003538
10-Q2023-08-07fiscal Q2 2023501470001178913-23-002728
10-Q2023-05-08fiscal Q1 2023481010001178913-23-001734
10-K2023-02-22fiscal FY 2022561480001178913-23-000707
10-Q2022-11-08fiscal Q3 2022491460001178913-22-003868
10-Q2022-08-04fiscal Q2 2022501460001178913-22-002939
10-Q2022-05-04fiscal Q1 2022501050001178913-22-001805
10-K2022-02-22fiscal FY 2021591570001178913-22-000760
10-Q2021-11-03fiscal Q3 2021461240001178913-21-003364
10-Q2021-08-04fiscal Q2 2021451200001178913-21-002525
10-Q2021-05-04fiscal Q1 202145900001178913-21-001589
10-K/A2021-02-19fiscal FY 2020581520001178913-21-000700
10-K2021-02-19fiscal FY 2020581520001178913-21-000696
10-Q2020-11-04fiscal Q3 2020471380001178913-20-002995
10-Q2020-08-06fiscal Q2 2020471360001178913-20-002282
10-Q2020-05-07fiscal Q1 202047960001178913-20-001355
10-K2020-02-27fiscal FY 2019581470001178913-20-000672
10-Q2019-11-07fiscal Q3 2019521500001178913-19-002642
10-Q2019-08-08fiscal Q2 2019521460001178913-19-002129
10-Q2019-05-10fiscal Q1 2019521030001178913-19-001396
10-K2019-02-28fiscal FY 2018571970001178913-19-000721
10-Q2018-11-02fiscal Q3 2018461290001178913-18-002784
10-Q2018-08-03fiscal Q2 2018401180001178913-18-002270
10-Q2018-05-10fiscal Q1 201840820001178913-18-001580
10-K2018-02-20fiscal FY 2017431570001178913-18-000655
10-Q2017-11-08fiscal Q3 2017391160001178913-17-003075
10-Q2017-08-03fiscal Q2 2017361100001178913-17-002265
10-Q2017-05-10fiscal Q1 201736760001178913-17-001381
10-Q2016-11-09fiscal Q1 201739810001178913-16-006821
10-K2016-08-17fiscal FY 2016411060001178913-16-006268
10-Q2016-05-10fiscal Q3 2016371050001178913-16-005371
10-Q2016-02-08fiscal Q2 201637990001178913-16-004185
10-Q2015-11-06fiscal Q1 201637710001178913-15-003313
10-K2015-08-20fiscal FY 2015391040001178913-15-002692
10-Q2015-06-01fiscal Q3 201534980001178913-15-001865

Inspect the source

Entity
SOLAREDGE TECHNOLOGIES, INC. / CIK 0001419612
Captured
2026-09-20T08:02:53.587Z
SEC response SHA-256
59166ab353809b66404d79693c9b72e00c63ef5830dfb57b3871c9641b3e0e8d

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