Skip to content

Recon Technology, Ltd: filings

Every Recon Technology, Ltd annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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
20-F2025-10-15fiscal FY 2025471770001104659-25-099502
20-F2024-10-30fiscal FY 2024471770001410578-24-001721
20-F/A2024-05-24fiscal FY 2023531890001410578-24-000966
20-F2023-10-30fiscal FY 2023521880001410578-23-002152
20-F2022-10-28fiscal FY 2022531910001410578-22-002904
20-F2021-11-15fiscal FY 2021451670001104659-21-139057
20-F2020-10-09fiscal FY 2020431630001104659-20-113968
20-F2019-10-01fiscal FY 2019401500001144204-19-046766
20-F2018-09-28fiscal FY 2018411580001144204-18-051524
20-F2017-09-28fiscal FY 2017351350001144204-17-050350
10-Q2016-11-14fiscal Q1 2017351070001144204-16-134196
10-K2016-09-28fiscal FY 2016391200001144204-16-125768
10-Q2016-05-16fiscal Q3 2016401750001144204-16-102354
10-Q2016-02-16fiscal Q2 2016391720001144204-16-082850
10-Q2015-11-13fiscal Q1 2016401220001144204-15-065277
10-K2015-09-25fiscal FY 2015391220001144204-15-056510
10-Q2015-05-15fiscal Q3 2015361610001144204-15-031201
10-Q2015-02-13fiscal Q2 2015361600001144204-15-009111
10-Q2014-11-13fiscal Q1 2015331000001144204-14-067794
10-K2014-09-29fiscal FY 2014371140001144204-14-058358
10-Q2014-05-15fiscal Q3 2014361630001144204-14-030873
10-Q2014-02-13fiscal Q2 2014361630001144204-14-008322
10-Q2013-11-14fiscal Q1 2014381140001144204-13-061232
10-K2013-09-27fiscal FY 2013391210001144204-13-052662
10-Q2013-05-13fiscal Q3 2013341490001144204-13-028224
10-Q2013-02-14fiscal Q2 2013341500001144204-13-009060
10-Q/A2013-02-14fiscal Q1 2013361110001144204-13-009042
10-Q2012-11-15fiscal Q1 2013361310001144204-12-062843
10-K/A2012-10-24fiscal FY 2012351110001144204-12-057511
10-Q2012-05-15fiscal Q3 2012351510001144204-12-029006
10-Q2012-02-14fiscal Q2 2012351510001144204-12-008473
10-Q2012-01-31fiscal Q1 2012351010001144204-12-004958

Inspect the source

Entity
Recon Technology, Ltd / CIK 0001442620
Captured
2026-09-20T09:04:13.259Z
SEC response SHA-256
f4c45ae3650102a55be6d9046976993b0e150694deeba5b254aa2f84f231ee7a

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