Skip to content

Phibro Animal Health Corporation: filings

Every Phibro Animal Health Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-K2026-08-26fiscal FY 2026551460001104659-26-101493
10-Q2026-05-06fiscal Q3 2026451360001104659-26-056280
10-Q2026-02-04fiscal Q2 2026451320001104659-26-010317
10-Q2025-11-05fiscal Q1 202645940001104659-25-107001
10-K2025-08-27fiscal FY 2025551450001558370-25-011776
10-Q2025-05-07fiscal Q3 2025451360001558370-25-006746
10-Q2025-02-05fiscal Q2 2025451320001558370-25-000659
10-Q2024-11-06fiscal Q1 202545940001558370-24-014644
10-K2024-08-28fiscal FY 2024561460001558370-24-012517
10-Q2024-05-08fiscal Q3 2024441330001558370-24-007340
10-Q2024-02-07fiscal Q2 2024451320001558370-24-000859
10-Q2023-11-08fiscal Q1 202445930001558370-23-018287
10-K2023-08-30fiscal FY 2023571470001558370-23-015357
10-Q2023-05-03fiscal Q3 2023451360001558370-23-007830
10-Q2023-02-08fiscal Q2 2023451320001558370-23-001027
10-Q2022-11-09fiscal Q1 202345940001558370-22-017157
10-K2022-08-24fiscal FY 2022551440001558370-22-013940
10-Q2022-05-04fiscal Q3 2022451370001410578-22-001141
10-Q2022-02-09fiscal Q2 2022451310001410578-22-000100
10-Q2021-11-02fiscal Q1 202244920001104659-21-133045
10-K2021-08-25fiscal FY 2021531380001104659-21-109354
10-Q2021-05-06fiscal Q3 2021461370001104659-21-062450
10-Q2021-02-03fiscal Q2 2021441290001104659-21-011566
10-Q2020-11-04fiscal Q1 202143910001104659-20-121373
10-K2020-08-26fiscal FY 2020531370001104659-20-098687
10-Q2020-05-07fiscal Q3 2020471360001104659-20-058135
10-Q2020-02-03fiscal Q2 2020471320001104659-20-009806
10-Q2019-11-04fiscal Q1 202047950001104659-19-059546
10-K2019-08-27fiscal FY 2019481290001144204-19-041832
10-Q2019-05-06fiscal Q3 2019421280001144204-19-023896
10-Q2019-02-06fiscal Q2 2019421180001144204-19-005324
10-Q2018-11-06fiscal Q1 201942850001144204-18-057615
10-K2018-08-27fiscal FY 2018471260001144204-18-046489
10-Q2018-05-07fiscal Q3 2018381110001144204-18-025674
10-Q2018-02-05fiscal Q2 2018381110001144204-18-005712
10-Q2017-11-06fiscal Q1 201838770001571049-17-008421
10-K2017-08-30fiscal FY 2017431140001571049-17-007711
10-Q2017-05-08fiscal Q3 2017371060001571049-17-004655
10-Q2017-02-06fiscal Q2 2017371060001571049-17-001052
10-Q2016-11-09fiscal Q1 201737750001571049-16-019689
10-K2016-08-29fiscal FY 2016431140001571049-16-017853
10-Q2016-05-09fiscal Q3 2016381110001571049-16-015016
10-Q2016-02-09fiscal Q2 2016371080001571049-16-011615
10-Q2015-11-09fiscal Q1 201637750001571049-15-009020
10-K2015-09-10fiscal FY 2015461900001571049-15-007431
10-Q/A2015-09-04fiscal Q3 2015391340001571049-15-007331
10-Q2015-05-11fiscal Q3 2015391110001571049-15-003956
10-Q2015-02-10fiscal Q2 2015391110001571049-15-000944
10-Q2014-11-12fiscal Q1 201538780001571049-14-006086
10-K2014-09-18fiscal FY 2014441700001571049-14-004664
10-Q2014-05-13fiscal Q3 2014401150001571049-14-001787

Inspect the source

Entity
Phibro Animal Health Corporation / CIK 0001069899
Captured
2026-09-20T05:19:27.319Z
SEC response SHA-256
29b33e8c64c0d60753645e1222dab7f1b054b27a9eb10577191aa684e716508a

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