Skip to content

Arista Financial Corp.: filings

Every Arista Financial Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-11-19

The latest filing in this captured record is a 10-Q filed 2019-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-23. Arista Financial Corp. 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-Q2019-11-19fiscal Q3 201924700001213900-19-024067
10-Q2019-08-19fiscal Q2 201925710001213900-19-016242
10-Q2019-05-20fiscal Q1 201924510001213900-19-009175
10-K2019-04-16fiscal FY 201826520001213900-19-006461
10-Q2018-11-19fiscal Q3 201826700001213900-18-016172
10-Q2018-08-20fiscal Q2 201825660001213900-18-011417
10-Q2018-05-15fiscal Q1 201825490001213900-18-006266
10-K2018-04-17fiscal FY 201726520001213900-18-004603
10-Q2017-11-14fiscal Q1 201819360001213900-17-012016
10-K2017-08-24fiscal FY 201718370001213900-17-009155
10-Q2017-05-19fiscal Q3 201716390001213900-17-005524
10-Q2017-03-16fiscal Q2 201716430001213900-17-002490
10-Q2016-11-21fiscal Q1 201716310001213900-16-018835
10-K2016-10-31fiscal FY 201617360001213900-16-017813
10-Q2016-05-13fiscal Q3 201616460001213900-16-013265
10-Q2016-02-16fiscal Q2 201616460001213900-16-010996
10-Q2015-11-18fiscal Q1 201616340001213900-15-008863
10-K2015-10-14fiscal FY 201516340001213900-15-007645
10-Q2015-05-21fiscal Q3 201517470001213900-15-004101
10-Q2015-02-17fiscal Q2 201515440001213900-15-001181
10-Q2014-11-12fiscal Q1 201515320001213900-14-007986
10-K2014-09-29fiscal FY 201416330001213900-14-006966
10-Q2014-05-12fiscal Q3 201420680001213900-14-003147
10-Q2014-02-12fiscal Q2 201419660001213900-14-000801
10-Q2013-11-14fiscal Q1 201419610001213900-13-006435
10-K2013-10-08fiscal FY 201319570001213900-13-005622
10-Q2013-05-15fiscal Q3 201317610001213900-13-002582
10-Q2013-02-14fiscal Q2 201318630001213900-13-000678
10-Q2012-11-13fiscal Q1 201316440001213900-12-006082
10-K2012-09-28fiscal FY 201218440001213900-12-005456
10-Q2012-05-15fiscal Q3 201219700001213900-12-002698
10-Q2012-02-14fiscal Q2 201219700001213900-12-000676
10-Q2011-11-14fiscal Q1 201219560001213900-11-005984
10-K2011-09-28fiscal FY 201119510001213900-11-005328
10-Q2011-05-13fiscal Q3 201119670001213900-11-002546

Inspect the source

Entity
Arista Financial Corp. / CIK 0001498122
Captured
SEC response SHA-256
a4f6431c9822a30ae3081c4a4effdc2f089bc6838db7d86691b2b6fb0b16d3f7

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