Skip to content

TFF PHARMACEUTICALS, INC.: filings

Every TFF PHARMACEUTICALS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

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-Q2024-11-20fiscal Q3 2024401120001213900-24-100587
10-Q2024-08-14fiscal Q2 2024391060001213900-24-068964
10-Q2024-05-14fiscal Q1 202437750001213900-24-042918
10-K2024-03-28fiscal FY 202339780001213900-24-027185
10-Q2023-11-14fiscal Q3 2023361090001213900-23-086896
10-Q2023-08-14fiscal Q2 202335990001213900-23-067041
10-Q2023-05-11fiscal Q1 202334680001213900-23-038530
10-K2023-03-31fiscal FY 202236700001213900-23-025454
10-Q2022-11-14fiscal Q3 202232970001213900-22-072188
10-Q2022-08-11fiscal Q2 202232910001213900-22-046849
10-Q2022-05-11fiscal Q1 202229610001213900-22-025580
10-K2022-03-24fiscal FY 202128550001213900-22-014844
10-Q2021-11-15fiscal Q3 202128820001213900-21-059329
10-Q2021-08-12fiscal Q2 202127710001213900-21-042002
10-Q2021-05-13fiscal Q1 202127510001213900-21-026067
10-K2021-03-10fiscal FY 202027510001213900-21-014575
10-Q2020-11-05fiscal Q3 202027790001213900-20-035277
10-Q2020-08-13fiscal Q2 202022690001213900-20-021865
10-Q2020-05-14fiscal Q1 202021480001213900-20-012260
10-K2020-03-27fiscal FY 201924500001213900-20-007544
10-Q2019-12-09fiscal Q3 201922740001213900-19-025650

Inspect the source

Entity
TFF PHARMACEUTICALS, INC. / CIK 0001733413
Captured
2026-09-21T17:25:24.015Z
SEC response SHA-256
831f4629fefc666a0d697443131c6e51c7c7a82a58f012a492b81a69560d76f0

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