Skip to content

Evergreen-Agra Global Investments, Inc.: filings

Every Evergreen-Agra Global Investments, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2017-11-29

The latest filing in this captured record is a 10-Q filed 2017-11-29. No later filing is in the SEC companyfacts record captured on 2026-09-23. Evergreen-Agra Global Investments, 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-Q2017-11-29fiscal Q3 201719420001477932-17-005860
10-Q2017-08-01fiscal Q2 201715370001477932-17-003607
10-Q2017-07-31fiscal Q1 201715310001477932-17-003570
10-K2017-07-17fiscal FY 201616320001477932-17-003325
10-Q2016-11-21fiscal Q3 201617460001477932-16-013723
10-Q2016-08-16fiscal Q2 201617440001477932-16-011995
10-Q2016-07-01fiscal Q1 201617350001477932-16-011146
10-K2016-06-28fiscal FY 201519370001477932-16-011068
10-Q2016-06-07fiscal Q3 201520480001477932-16-010722
10-Q2016-06-02fiscal Q2 201518430001477932-16-010692
10-Q2016-06-01fiscal Q1 201518360001477932-16-010662
10-K2016-05-06fiscal FY 201421400001477932-16-010094
10-Q2016-05-02fiscal Q3 201419350001477932-16-010018
10-Q2016-04-27fiscal Q2 201418340001477932-16-009957
10-Q2016-04-22fiscal Q1 201418300001477932-16-009920
10-K2016-03-22fiscal FY 201322220001376474-16-000595
10-Q2013-11-14fiscal Q3 201325880001062993-13-005690
10-Q2013-08-19fiscal Q2 201325880001062993-13-004323
10-Q2013-08-19fiscal Q1 201324690001062993-13-004320
10-K2013-08-19fiscal FY 201223630001062993-13-004317
10-Q2012-11-19fiscal Q3 201222770001062993-12-005004
10-Q2012-08-10fiscal Q2 201222770001062993-12-002780
10-Q2012-05-14fiscal Q1 201223650001062993-12-001717
10-K2012-04-16fiscal FY 201122590001062993-12-001274
10-Q2011-11-21fiscal Q3 201119660001062993-11-004635
10-Q2011-08-12fiscal Q2 201117560001062993-11-003237

Inspect the source

Entity
Evergreen-Agra Global Investments, Inc. / CIK 0001438673
Captured
SEC response SHA-256
c07a1324129da30851ebb32d24393ded6b1f5284e9b3695f423645908db4794b

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