
CSX CORP — Investor Relations & Filings
CSX Corporation is a leading supplier of rail-based freight transportation services. The company operates an extensive rail network primarily in the eastern part of North America, connecting to numerous ports, production facilities, and distribution centers. Its core offerings include traditional rail freight, intermodal transportation for containers and trailers, and rail-to-truck transload solutions. CSX transports a diverse range of products for various markets, including consumer goods, industrial materials, agricultural products, and automotive vehicles. The company provides logistics solutions to support customer supply chains, with an emphasis on service reliability and sustainability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - CSX CORP (0000277948) (Filer) | 2026-04-22 | English | |
| 8-K - CSX CORP (0000277948) (Filer) | 2026-04-22 | English | |
| ARS - CSX CORP (0000277948) (Filer) | 2026-03-30 | English | |
| DEF 14A - CSX CORP (0000277948) (Filer) | 2026-03-30 | English | |
| SCHEDULE 13G/A - CSX CORP (0000277948) (Subject) | 2026-03-26 | English | |
| 4 - CSX CORP (0000277948) (Filer) | 2026-03-03 | English |
Market data
Market data not available
Price history
Peer group · Freight rail transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
RUMO MALHA NORTE S.A.
Provides rail logistics for agricultural commodities from M…
|
— | BR | Transportation and storage |
|
RUMO S.A.
Operates a 13,500 km rail network for agricultural and indu…
|
— | BR | Transportation and storage |
|
Société des Chemins
State-owned railway company providing transport services an…
|
MLCVG | FR | Transportation and storage |
|
UNION PACIFIC CORP
Freight transportation company with a rail network spanning…
|
UNP | US | Transportation and storage |
|
Željeznice RS a.d. Doboj
Manages railway infrastructure and operates passenger and g…
|
— | BA | Transportation and storage |
CSX 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/29952/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=29952 | 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=29952 | 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=29952 \ -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": 29952}, 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 CSX CORP (id: 29952)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.