Skip to content

EF Hutton America, Inc.: filings

Every EF Hutton America, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 filings, each linked to its SEC index.

Filing record ends 2016-05-04

The latest filing in this captured record is a 10-K filed 2016-05-04. No later filing is in the SEC companyfacts record captured on 2026-09-23. EF Hutton America, 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-K2016-05-04fiscal FY 201517180001014897-16-000548
10-Q2016-04-01fiscal Q3 201516370001014897-16-000515
10-Q2016-04-01fiscal Q2 201516350001014897-16-000514
10-Q2016-04-01fiscal Q1 201515300001014897-16-000513
10-K2016-03-02fiscal FY 201416170001014897-16-000473
10-K2016-02-18fiscal FY 201416170001014897-16-000465
10-Q2015-11-23fiscal Q3 201516370001014897-15-000393
10-K2015-11-18fiscal FY 201416170001014897-15-000375
10-K2015-09-21fiscal FY 201416320001014897-15-000305
10-Q2015-09-21fiscal Q2 201516350001014897-15-000302
10-Q2015-09-15fiscal Q1 201516310001014897-15-000295
10-K2015-09-01fiscal FY 201416320001014897-15-000283
10-K2015-08-31fiscal FY 201416320001014897-15-000281
10-Q2015-05-22fiscal Q1 201519290001014897-15-000191
10-Q2015-05-21fiscal Q1 201519290001014897-15-000188
10-Q2015-05-21fiscal Q1 201519290001014897-15-000187
10-K2015-04-15fiscal FY 201418180001014897-15-000134
10-Q2014-11-14fiscal Q3 201419520001014897-14-000468
10-Q2014-08-14fiscal Q2 201419520001014897-14-000351
10-Q2014-05-15fiscal Q1 201419380001014897-14-000209
10-K2014-04-10fiscal FY 201318360001014897-14-000134
10-Q2013-11-14fiscal Q3 201320560001014897-13-000408
10-Q2013-08-16fiscal Q2 201319530001014897-13-000323

Inspect the source

Entity
EF Hutton America, Inc. / CIK 0001565700
Captured
SEC response SHA-256
bf877e249a8fa10d64d3af1234012433a7b43f3db737ee0844617df98a8ba62a

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