Skip to content

PURADYN FILTER TECHNOLOGIES INC: filings

Every PURADYN FILTER TECHNOLOGIES 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 2020-04-15

The latest filing in this captured record is a 10-K filed 2020-04-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. PURADYN FILTER TECHNOLOGIES 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-K2020-04-15fiscal FY 201944860001553350-20-000331
10-Q2019-11-14fiscal Q3 2019481310001553350-19-001174
10-Q2019-08-14fiscal Q2 2019451220001553350-19-000830
10-Q2019-05-15fiscal Q1 201943850001553350-19-000536
10-K2019-03-26fiscal FY 201844870001553350-19-000248
10-Q2018-11-13fiscal Q3 2018451280001553350-18-001211
10-Q2018-08-09fiscal Q2 2018431170001553350-18-000914
10-Q2018-05-15fiscal Q1 201840810001553350-18-000565
10-K2018-04-10fiscal FY 201739800001553350-18-000327
10-Q2017-11-20fiscal Q3 2017401060001553350-17-001274
10-Q2017-08-11fiscal Q2 201736980001553350-17-000920
10-Q2017-05-12fiscal Q1 201735710001553350-17-000560
10-K2017-03-30fiscal FY 201635720001553350-17-000332
10-Q2016-11-14fiscal Q3 201636980001553350-16-002637
10-Q2016-08-11fiscal Q2 201636980001553350-16-002313
10-Q2016-05-13fiscal Q1 201636740001553350-16-002035
10-K2016-03-30fiscal FY 201538780001553350-16-001803
10-Q2015-11-13fiscal Q3 201536960001553350-15-001217
10-Q2015-08-14fiscal Q2 2015391020001553350-15-000877
10-Q2015-05-13fiscal Q1 201538780001553350-15-000451
10-K2015-03-31fiscal FY 201438780001553350-15-000300
10-Q2014-11-13fiscal Q3 201432800001553350-14-001361
10-Q2014-08-12fiscal Q2 201432800001553350-14-000912
10-Q2014-05-14fiscal Q1 201431650001553350-14-000527
10-K2014-03-27fiscal FY 201336740001553350-14-000291
10-Q2013-11-14fiscal Q3 201332800001553350-13-000907
10-Q2013-08-13fiscal Q2 201332800001553350-13-000559
10-Q2013-05-14fiscal Q1 201332650001553350-13-000158
10-K2013-04-01fiscal FY 201239780000943440-13-000361
10-Q2012-11-19fiscal Q3 201233800000943440-12-001203
10-Q2012-08-14fiscal Q2 201234820000943440-12-000875
10-Q2012-05-15fiscal Q1 201230610000943440-12-000551
10-K2012-04-05fiscal FY 201131640000943440-12-000320
10-Q2011-11-14fiscal Q3 201131760000943440-11-000855
10-Q2011-08-15fiscal Q2 201130740000943440-11-000478

Inspect the source

Entity
PURADYN FILTER TECHNOLOGIES INC / CIK 0001019787
Captured
SEC response SHA-256
5d4baf7bd51a9de321b226aa2ac41146fda3b52d5bf6c888dec2bcb5b3d4afad

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