Skip to content

Sino Agro Food, Inc: filings

Every Sino Agro Food, Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2022-05-17

The latest filing in this captured record is a 10-Q filed 2022-05-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. Sino Agro Food, 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-Q2022-05-17fiscal Q1 202233660001213900-22-027483
10-Q2021-11-15fiscal Q3 202136750001213900-21-059298
10-Q2021-08-11fiscal Q2 202136750001213900-21-041485
10-K2021-06-23fiscal FY 202042860001104659-21-084333
10-K2021-02-10fiscal FY 201942850001104659-21-016840
10-Q2019-11-19fiscal Q3 2019411140001104659-19-065452
10-Q2019-08-14fiscal Q2 2019411130001144204-19-040119
10-Q2019-05-17fiscal Q1 201942860001144204-19-027047
10-K2019-04-15fiscal FY 201844880001144204-19-019679
10-Q2018-11-14fiscal Q3 2018421170001144204-18-059904
10-Q2018-08-14fiscal Q2 2018411120001144204-18-044689
10-Q2018-05-21fiscal Q1 201841850001144204-18-030075
10-K2018-04-17fiscal FY 201742860001144204-18-020929
10-K2018-03-29fiscal FY 2016431130001144204-18-017931
10-Q2017-11-14fiscal Q3 2017431280001144204-17-059019
10-K2017-09-20fiscal FY 2016391010001144204-17-048713
10-K2017-08-24fiscal FY 2016391010001144204-17-044996
10-Q2017-08-11fiscal Q2 2017391120001144204-17-042493
10-Q2017-05-15fiscal Q1 201739800001144204-17-027391
10-Q2017-03-16fiscal Q3 2016411180001144204-17-015164
10-K2017-03-16fiscal FY 2016391010001144204-17-015163
10-Q2016-11-14fiscal Q3 2016411190001144204-16-134428
10-Q2016-08-09fiscal Q2 2016411180001144204-16-117674
10-Q2016-05-16fiscal Q1 201641850001144204-16-102564
10-K2016-03-30fiscal FY 2015411060001144204-16-091487
10-Q2015-11-16fiscal Q3 2015411180001144204-15-065989
10-Q2015-08-14fiscal Q2 2015411180001144204-15-049975
10-Q2015-05-15fiscal Q1 201540830001144204-15-031601
10-K2015-03-31fiscal FY 201439800001144204-15-020143
10-K/A2014-12-02fiscal FY 201335760001144204-14-071849
10-Q2014-11-13fiscal Q3 2014371100001144204-14-067875
10-Q2014-08-14fiscal Q2 2014361060001144204-14-050281
10-K2014-07-01fiscal FY 201335770001144204-14-040726
10-Q2014-05-15fiscal Q1 201433700001144204-14-031192
10-K2014-04-11fiscal FY 201335760001144204-14-022107
10-Q/A2013-11-20fiscal Q3 2013361080001144204-13-063309
10-Q2013-11-18fiscal Q3 2013361080001144204-13-062768
10-Q2013-08-19fiscal Q2 2013361070001144204-13-046895
10-Q2013-05-15fiscal Q1 201336750001144204-13-029468
10-K/A2013-04-29fiscal FY 201235720001144204-13-024627
10-K2013-04-15fiscal FY 201235720001144204-13-021832
10-Q/A2012-11-19fiscal Q3 2012341000001144204-12-063681
10-Q/A2012-08-17fiscal Q2 201234980001144204-12-046709
10-Q2012-05-21fiscal Q1 201230620001144204-12-030817
10-K2012-04-12fiscal FY 201134690001387131-12-001129
10-Q2011-11-17fiscal Q3 201134940001144204-11-065641
10-Q2011-08-22fiscal Q2 201133920001144204-11-048940

Inspect the source

Entity
Sino Agro Food, Inc / CIK 0001488419
Captured
SEC response SHA-256
b1d58ecd2e9640322fe05fd61e27acee5e02ce52e93ed1f0e7daa71371c95bca

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