
AMERICAN VANGUARD CORP — Investor Relations & Filings
American Vanguard Corporation is a diversified specialty and agricultural products company that develops, manufactures, and markets solutions for crop protection, turf and ornamental markets, and public health applications. The company's offerings are organized into three core strategic areas. 'Proven Chemistries' encompasses its foundational business of time-tested chemical solutions. 'GreenSolutions™' represents its expanding global portfolio of biological products, including biopesticides, biostimulants, biofertilizers, and specialty nutritionals, addressing the demand for sustainable agriculture. The third area, 'Precision Ag Technologies,' focuses on advanced systems for prescriptive application, enabling the efficient and targeted use of crop protection and bio-nutritional inputs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - AMERICAN VANGUARD CORP (0000005981) (Filer) | 2026-05-06 | English | |
| DEF 14A | 2026-04-23 | English | |
| 8-K - AMERICAN VANGUARD CORP (0000005981) (Filer) | 2026-04-15 | English | |
| SCHEDULE 13G/A - AMERICAN VANGUARD CORP (0000005981) (Subject) | 2026-03-26 | English | |
| 8-K - AMERICAN VANGUARD CORP (0000005981) (Filer) | 2026-03-19 | English | |
| 8-K | 2026-03-18 | English |
Browse filings by year
32 years- 2026 12 filings
- 2025 47 filings
- 2024 69 filings
- 2023 78 filings
- 2022 95 filings
- 2021 55 filings
- 2020 57 filings
- 2019 59 filings
- 2018 52 filings
- 2017 66 filings
- 2016 59 filings
- 2015 44 filings
- 2014 42 filings
- 2013 83 filings
- 2012 63 filings
- 2011 58 filings
- 2010 53 filings
- 2009 47 filings
- 2008 90 filings
- 2007 76 filings
- 2006 58 filings
- 2005 54 filings
- 2004 60 filings
- 2003 37 filings
- 2002 13 filings
- 2001 13 filings
- 2000 9 filings
- 1999 7 filings
- 1998 8 filings
- 1997 5 filings
- 1996 4 filings
- 1995 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
12 filings
| |||||
| 42014501 | 10-Q - AMERICAN VANGUARD CORP (0000005981) (Filer) | 2026-05-06 | English | ||
| 45812138 | DEF 14A | 2026-04-23 | English | ||
| 34609401 | 8-K - AMERICAN VANGUARD CORP (0000005981) (Filer) | 2026-04-15 | English | ||
| 33051845 | SCHEDULE 13G/A - AMERICAN VANGUARD CORP (0000005981) (Subject) | 2026-03-26 | English | ||
| 32984636 | 8-K - AMERICAN VANGUARD CORP (0000005981) (Filer) | 2026-03-19 | English | ||
| 45812139 | 8-K | 2026-03-18 | English | ||
| 45812184 | 10-K | 2026-03-16 | English | ||
| 19690898 | SCHEDULE 13G/A Filing | 2026-02-13 | English | ||
| 15165876 | 4 Filing | 2026-01-29 | English | ||
| 12739934 | Net Asset Value(s) | 2026-01-15 | English | ||
| 12573218 | Net Asset Value(s) | 2026-01-13 | English | ||
| 12492698 | Net Asset Value(s) | 2026-01-12 | English | ||
|
2025
3 filings
| |||||
| 9005399 | 4 | 2025-12-01 | English | ||
| 9005402 | Director's Dealing 2025 | 2025-12-01 | English | ||
| 9005404 | 4 | 2025-12-01 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of pesticides and other agrochemical products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Heranba Industries Limited
Global manufacturer of synthetic pyrethroids, intermediates…
|
HERANBA | IN | Manufacturing |
|
HEXTAR GLOBAL BERHAD
Diversified investment holding company in chemicals, energy…
|
— | MY | Manufacturing |
|
HOKKO CHEMICAL INDUSTRY CO.,LTD.
Manufacturer of crop protection products and fine chemicals…
|
4992 | JP | Manufacturing |
|
HUNAN HAILI CHEMICAL INDUSTRY CO.,LTD.
Researches and manufactures pesticides, fine chemicals, and…
|
600731 | CN | Manufacturing |
|
IMASPRO CORPORATION BHD
Manufactures and distributes agrochemicals, crop protection…
|
— | MY | Manufacturing |
|
India Pesticides Limited
R&D-driven manufacturer of agrochemical technicals, formula…
|
IPL | IN | Manufacturing |
|
Indogulf Cropsciences Limited
Produces and distributes crop protection products, plant nu…
|
IGCL | IN | Manufacturing |
|
Insecticides India Ltd.
Manufactures and markets crop protection chemicals and plan…
|
INSECTICID | IN | Manufacturing |
|
ISHIHARA SANGYO KAISHA, LTD.
A chemical manufacturer of titanium dioxide, agrochemicals,…
|
4028 | JP | Manufacturing |
|
JEONJINBIO CO., LTD.
Develops natural bio-pesticides and repellents for pest and…
|
110020 | KR | Manufacturing |
AMERICAN VANGUARD CORP via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/33851/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33851 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=33851 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=33851 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 33851}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for AMERICAN VANGUARD CORP (id: 33851)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.