Skip to content

PIONEER FINANCIAL SERVICES INC: filings

Every PIONEER FINANCIAL SERVICES INC 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-08-13

The latest filing in this captured record is a 10-Q filed 2019-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-23. PIONEER FINANCIAL SERVICES 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-Q2019-08-13fiscal Q3 201918580001216752-19-000013
10-Q2019-05-13fiscal Q2 201917520001216752-19-000008
10-Q2019-02-13fiscal Q1 201917380001216752-19-000004
10-K2018-12-26fiscal FY 201820610001216752-18-000031
10-Q2018-08-13fiscal Q3 201816460001216752-18-000023
10-Q2018-05-14fiscal Q2 201816460001216752-18-000013
10-Q2018-02-12fiscal Q1 201816360001216752-18-000009
10-K2017-12-18fiscal FY 201720610001216752-17-000021
10-Q2017-08-14fiscal Q3 201714380001216752-17-000015
10-Q2017-05-15fiscal Q2 201714380001216752-17-000009
10-Q2017-02-13fiscal Q1 201714320001216752-17-000004
10-K2016-12-19fiscal FY 201619580001216752-16-000055
10-Q2016-08-11fiscal Q3 201616410001216752-16-000051
10-Q2016-05-12fiscal Q2 201616410001216752-16-000043
10-Q2016-02-11fiscal Q1 201615330001216752-16-000040
10-K2015-12-17fiscal FY 201521690001216752-15-000031
10-Q2015-08-12fiscal Q3 201516450001216752-15-000025
10-Q2015-05-12fiscal Q2 201516450001216752-15-000017
10-Q2015-02-13fiscal Q1 201517370001216752-15-000009
10-K2014-12-22fiscal FY 201423580001216752-14-000023
10-Q2014-08-13fiscal Q3 201419500001216752-14-000006
10-Q2014-05-13fiscal Q2 201419500001445305-14-002114
10-Q2014-02-13fiscal Q1 201419400001104659-14-009576
10-K2013-12-23fiscal FY 201324580001104659-13-091957
10-Q2013-08-13fiscal Q3 201318480001104659-13-063069
10-Q2013-05-13fiscal Q2 201318480001104659-13-040600
10-Q2013-02-13fiscal Q1 201318380001104659-13-010004
10-K2012-12-20fiscal FY 201224580001104659-12-085428
10-Q2012-08-13fiscal Q3 201218460001104659-12-057245
10-Q2012-05-14fiscal Q2 201216440001104659-12-036751
10-Q2012-02-13fiscal Q1 201216360001104659-12-009288
10-K2011-11-30fiscal FY 201116420001104659-11-066991
10-Q2011-08-12fiscal Q3 201119500001104659-11-046490
10-Q2011-05-13fiscal Q2 201121580001104659-11-028969
10-Q2011-02-14fiscal Q1 201121470001104659-11-007302

Inspect the source

Entity
PIONEER FINANCIAL SERVICES INC / CIK 0001216752
Captured
SEC response SHA-256
76a04c46f9957710ed485dffd78e68f6841818247495d928b97a5151f49ddbb6

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