Skip to content

REGENEREX PHARMA, INC.: filings

Every REGENEREX PHARMA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-Q2025-11-17fiscal Q2 202530810001472375-25-000140
10-Q2025-08-14fiscal Q1 202428590001472375-25-000094
10-K2025-06-30fiscal FY 202434660001472375-25-000070
10-Q2025-02-07fiscal Q3 202430830001472375-25-000013
10-Q2024-11-04fiscal Q2 202431850001472375-24-000090
10-Q2024-08-07fiscal Q1 202429590001472375-24-000074
10-K2024-06-24fiscal FY 202330590001472375-24-000045
10-Q2024-02-05fiscal Q3 202329790001472375-24-000005
10-Q2023-11-08fiscal Q2 202329790001472375-23-000142
10-Q2023-08-14fiscal Q1 202328570001472375-23-000123
10-K2023-06-09fiscal FY 202327550001472375-23-000090
10-Q2023-01-24fiscal Q3 202226750001472375-23-000024
10-Q2022-11-07fiscal Q2 202224710001472375-22-000113
10-Q2022-08-09fiscal Q1 202223500001472375-22-000076
10-K2022-06-28fiscal FY 202225510001472375-22-000055
10-Q/A2022-02-03fiscal Q3 202128750001472375-22-000015
10-Q2022-02-02fiscal Q3 202128750001472375-22-000012
10-Q2021-11-01fiscal Q2 202127740001472375-21-000121
10-Q2021-08-12fiscal Q1 202126520001472375-21-000089
10-K2021-06-23fiscal FY 202029580001472375-21-000044
10-Q2021-02-11fiscal Q3 202027800001472375-21-000007
10-Q2020-11-10fiscal Q2 202028780001472375-20-000059
10-Q2020-08-12fiscal Q1 202028560001472375-20-000045
10-K/A2020-08-11fiscal FY 201930570001472375-20-000042
10-K2020-06-23fiscal FY 201930570001472375-20-000033
10-Q2020-02-10fiscal Q3 201928680001472375-20-000007
10-Q2019-10-30fiscal Q2 201923590001472375-19-000059
10-Q/A2019-07-29fiscal Q1 201921450001472375-19-000037
10-Q2019-07-23fiscal Q1 201922470001472375-19-000035
10-K2019-06-24fiscal FY 201824480001472375-19-000028
10-Q2019-02-04fiscal Q3 201823550001472375-19-000006
10-Q2018-11-13fiscal Q2 201821490001472375-18-000137
10-Q2018-08-09fiscal Q1 201821400001472375-18-000103
10-K2018-06-21fiscal FY 201722380001472375-18-000067
10-Q2018-02-08fiscal Q3 201722440001472375-18-000010
10-Q2017-11-07fiscal Q2 201721460001472375-17-000117
10-Q2017-08-07fiscal Q1 201718260001472375-17-000083
10-K2015-03-03fiscal FY 201423660001472375-15-000062
10-Q2014-10-20fiscal Q3 201424940001472375-14-000279
10-Q2014-07-23fiscal Q2 201419660001072588-14-000070
10-Q2014-07-16fiscal Q2 201415450001072588-14-000066
10-Q2014-04-11fiscal Q1 201414310001072588-14-000036
10-K2014-02-28fiscal FY 201313290001072588-14-000022
10-Q2013-10-02fiscal Q3 201314330001072588-13-000109
10-Q2013-07-15fiscal Q2 201314340001072588-13-000080
10-Q2013-04-12fiscal Q1 201312190001072588-13-000034
10-K/A2013-02-28fiscal FY 201211230001072588-13-000022
10-K2013-02-28fiscal FY 201211230001072588-13-000020
10-Q2012-10-15fiscal Q3 201214330001072588-12-000146
10-Q2012-07-16fiscal Q2 201214420001072588-12-000097
10-Q2012-04-16fiscal Q1 201213210001072588-12-000056
10-K2012-02-28fiscal FY 20118190001072588-12-000027
10-Q2011-10-13fiscal Q3 201118530001072588-11-000208

Inspect the source

Entity
REGENEREX PHARMA, INC. / CIK 0001357878
Captured
2026-09-21T17:18:44.819Z
SEC response SHA-256
213194c506fa9441e1992f90b01cc25fc346a1dd3e1f77e4d19752e41180a033

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