
XCF Global, Inc. — Investor Relations & Filings
XCF Global, Inc. is a renewable fuels company focused on decarbonizing the aviation industry through the production of Sustainable Aviation Fuel (SAF). The company develops and operates advanced production facilities designed to manufacture SAF, a fuel that can reduce lifecycle greenhouse gas emissions by up to 80% compared to conventional jet fuel. Its flagship facility, New Rise Reno, has an estimated annual production capacity of 38 million gallons of renewable fuels. This facility has commenced operations and, after initial SAF deliveries, is undergoing a ramp-up process that includes the temporary production of renewable diesel to optimize output. XCF Global is executing a growth strategy that includes expanding its Reno site and developing additional facilities, with a target to reach an annualized production capacity of approximately 80 million gallons by 2028.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q | 2026-05-15 | English | |
| 8-K - XCF Global, Inc. (0002019793) (Filer) | 2026-05-12 | English | |
| 424B3 - XCF Global, Inc. (0002019793) (Filer) | 2026-05-06 | English | |
| 424B3 - XCF Global, Inc. (0002019793) (Filer) | 2026-05-06 | English | |
| 8-K - XCF Global, Inc. (0002019793) (Filer) | 2026-05-05 | English | |
| 8-K - XCF Global, Inc. (0002019793) (Filer) | 2026-05-04 | English |
Browse filings by year
3 yearsMarket data
Market data not available
Price history
Peer group · Manufacture of refined petroleum products; manufacture of fossil fuel products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AEMETIS, INC
Produces low-carbon fuels and chemicals from renewable feed…
|
AMTX | US | Manufacturing |
|
Agarwal Industrial Corporation Limited
Integrated bitumen manufacturing, logistics, and trading wi…
|
AGARIND | IN | Manufacturing |
|
AMPOL LIMITED
Refines, imports, and distributes fuels and lubricants for …
|
ALD | AU | Manufacturing |
|
AP OIL INTERNATIONAL LIMITED
Manufactures lubricating oils and fluids, specializing in i…
|
5AU | SG | Manufacturing |
|
Arabian Petroleum Limited
Produces lubricants, oils, and greases for automotive and i…
|
ARABIAN | IN | Manufacturing |
|
Ashdod Refinery Ltd.
An oil refining company that processes crude oil into vario…
|
ARF | IL | Manufacturing |
|
Attock Refinery Limited
Pioneer in petroleum refining, processing crude oil and sup…
|
ATRL | PK | Manufacturing |
|
Bashneft ANK
Integrated oil and gas company with exploration, production…
|
BANE_p | RU | Manufacturing |
|
Bazan Oil Refineries Ltd.
An integrated refining and petrochemicals company producing…
|
ORL | IL | Manufacturing |
|
Bharat Petroleum Corpn. Ltd.
Integrated energy entity refining, distributing, and market…
|
BPCL | IN | Manufacturing |
XCF Global, Inc. 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/33666/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33666 | 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=33666 | 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=33666 \ -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": 33666}, 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 XCF Global, Inc. (id: 33666)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.