Skip to content

NEWPOINT FINANCIAL CORP.: filings

Every NEWPOINT FINANCIAL CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2023-11-14

The latest filing in this captured record is a 10-Q filed 2023-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. NEWPOINT 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-Q2023-11-14fiscal Q3 202321680001493152-23-040716
10-Q2023-08-14fiscal Q2 202322670001493152-23-027981
10-Q2023-05-22fiscal Q1 202320390001493152-23-018445
10-K2023-05-08fiscal FY 202219370001493152-23-015712
10-Q2022-11-14fiscal Q3 202221610001493152-22-031536
10-Q2022-08-15fiscal Q2 202220550001493152-22-022526
10-Q2022-05-23fiscal Q1 202219350001493152-22-014799
10-K2022-04-15fiscal FY 202117290001493152-22-010158
10-Q2021-11-15fiscal Q3 202116480001493152-21-028365
10-Q/A2021-11-15fiscal Q2 202116460001493152-21-028363
10-Q/A2021-11-15fiscal Q1 202117330001493152-21-028360
10-Q2021-09-07fiscal Q2 202118480001493152-21-022072
10-Q2021-06-17fiscal Q1 202121440001078782-21-000567
10-K2021-04-15fiscal FY 202024510001078782-21-000367
10-Q2020-10-13fiscal Q3 202017550001017386-20-000415
10-Q2020-08-04fiscal Q2 202017510001017386-20-000252
10-Q2020-05-05fiscal Q1 202017370001017386-20-000125
10-K2020-03-27fiscal FY 201917350001017386-20-000082
10-Q2019-10-28fiscal Q3 201917560001017386-19-000281
10-Q2019-08-01fiscal Q2 201917520001017386-19-000205
10-Q2019-05-15fiscal Q1 201917380001017386-19-000117
10-K2019-05-08fiscal FY 201818380001017386-19-000107
10-Q2019-05-08fiscal Q3 201817440001017386-19-000105
10-Q2019-05-08fiscal Q2 201817460001017386-19-000103
10-Q2019-05-08fiscal Q1 201817360001017386-19-000102
10-K2019-05-07fiscal FY 201718370001017386-19-000099
10-Q2018-03-21fiscal Q3 201717430001017386-18-000062
10-Q2017-08-14fiscal Q2 201716410001017386-17-000157
10-Q2017-05-19fiscal Q1 201716320001445831-17-000031
10-K2017-03-29fiscal FY 201618350001017386-17-000040
10-Q/A2017-01-10fiscal Q3 201616390001445831-17-000012
10-Q/A2017-01-09fiscal Q2 201616390001445831-17-000010
10-Q/A2017-01-09fiscal Q1 201615300001445831-17-000008
10-K2017-01-06fiscal FY 201518360001445831-17-000002
10-Q2016-12-09fiscal Q3 201517410001445831-16-000013
10-Q2016-12-09fiscal Q2 201517400001445831-16-000011
10-Q2016-12-09fiscal Q1 201516300001445831-16-000009
10-K2016-12-07fiscal FY 201418350001445831-16-000007
10-Q/A2016-11-14fiscal Q2 201418430001346655-16-000044
10-Q2014-09-18fiscal Q2 201418660001437749-14-017237
10-Q2014-05-20fiscal Q1 201417500001437749-14-009535
10-K2014-04-15fiscal FY 201320560001437749-14-006649
10-Q/A2013-12-16fiscal Q3 201320710001437749-13-016076
10-Q2013-08-19fiscal Q2 201321660001178924-13-000145
10-Q/A2013-05-22fiscal Q1 201321540001178924-13-000101
10-K2013-04-16fiscal FY 201221580001178924-13-000046
10-Q2012-11-15fiscal Q3 201220630001178924-12-000181
10-Q/A2012-09-14fiscal Q2 201220640001178924-12-000145
10-Q/A2012-09-05fiscal Q2 201220640001178924-12-000130
10-Q2012-08-16fiscal Q2 201220640001178924-12-000116
10-Q2012-05-15fiscal Q1 201219510001178924-12-000086
10-K2012-04-02fiscal FY 201122550001178924-12-000042

Inspect the source

Entity
NEWPOINT FINANCIAL CORP. / CIK 0001445831
Captured
SEC response SHA-256
e22cd7d55fa174d588896638201b2499cfbf2414939e4eb014a5d6c7119bbeea

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