Skip to content

RENMIN TIANLI GROUP, INC.: filings

Every RENMIN TIANLI GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-11-28

The latest filing in this captured record is a 10-Q filed 2018-11-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. RENMIN TIANLI GROUP, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2018-11-28fiscal Q3 2018361040001193805-18-001364
10-Q2018-08-20fiscal Q2 2018361040001193805-18-001086
10-Q2018-05-15fiscal Q1 201833680001193805-18-000680
10-K2018-03-28fiscal FY 201737760001193805-18-000456
10-Q2017-11-13fiscal Q3 2017361020001193805-17-003463
10-Q2017-08-14fiscal Q2 2017351000001193805-17-001465
10-Q2017-05-12fiscal Q1 201735720001193805-17-000827
10-K2017-03-14fiscal FY 201636740001193805-17-000442
10-Q2016-11-10fiscal Q3 201635980001193805-16-004227
10-Q2016-08-11fiscal Q2 201635980001193805-16-003707
10-Q2016-05-11fiscal Q1 201635720001193805-16-003215
10-K2016-03-14fiscal FY 201537760001193805-16-002823
10-Q2015-11-13fiscal Q3 2015351020001193805-15-001884
10-Q2015-08-12fiscal Q2 201534940001193805-15-001362
10-Q2015-05-13fiscal Q1 201532660001193805-15-000732
10-K2015-03-18fiscal FY 201435700001193805-15-000391
10-Q2014-11-12fiscal Q3 201434920001193805-14-002154
10-Q2014-08-13fiscal Q2 201434960001193805-14-001676
10-Q2014-05-12fiscal Q1 201433680001193805-14-000954
10-K2014-03-13fiscal FY 201336760001193805-14-000433
10-Q2013-11-13fiscal Q3 2013361050001193805-13-002081
10-Q2013-08-13fiscal Q2 201333900001193805-13-001424
10-Q2013-05-14fiscal Q1 201333680001193805-13-000942
10-K2013-03-14fiscal FY 201234690001193805-13-000652
10-Q2012-11-13fiscal Q3 201231860001193805-12-001798
10-Q2012-08-09fiscal Q2 201230850001193805-12-001337
10-Q2012-05-14fiscal Q1 201224500001193805-12-000904
10-K2012-03-15fiscal FY 201128570001193805-12-000482
10-Q2011-11-14fiscal Q3 201123590001193805-11-002188
10-Q2011-08-15fiscal Q2 201127650001193805-11-001557

Inspect the source

Entity
RENMIN TIANLI GROUP, INC. / CIK 0001486299
Captured
SEC response SHA-256
1d5280467100377c9f9a5ab90bb765e02eb6809e4ac8e83354319b5c4bdcb896

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