Saras — Investor Relations & Filings
Saras is an energy company primarily focused on oil refining, power generation, and the marketing of petroleum products. As one of Europe's leading independent operators in the refining sector, its main asset is the Sarroch refinery in Sardinia, one of the largest in the Mediterranean. The company's Power Generation segment includes an Integrated Gasification Combined Cycle (IGCC) plant and wind farms, reflecting its activities in both conventional and renewable energy. The Marketing division handles the sale and distribution of its refined products.
Recent filings
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Saras, but not for this combination of statement and period. Try a different combination.
| Line item | ! |
|---|---|
Market data
Market data not available
Price history
Peer group · Manufacture of refined petroleum products; manufacture of fossil fuel products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SUNCOR ENERGY INC
An integrated energy company focused on oil sands, refining…
|
SU | CA | Manufacturing |
|
Sundrex Oil Company Limited
Manufactures and distributes high-performance lubricants an…
|
SOCL | IN | Manufacturing |
|
Synstream Energy Corp.
Acquires, explores, develops, and produces natural gas, ope…
|
SHM.H | CA | Manufacturing |
|
Syntholene Energy Corporation
Produces carbon-negative synthetic fuels (eFuels) via propr…
|
ESAF | CA | Manufacturing |
|
Tidewater Renewables Ltd.
Produces and supplies cleaner, low-carbon intensity fuels t…
|
LCFS | CA | Manufacturing |
|
TRUE GREEN BIO ENERGY LIMITED
Produces sustainable biofuels and biomass energy from organ…
|
533407 | IN | Manufacturing |
|
TÜPRAŞ-TÜRKİYE PETROL RAFİNERİLERİ A.Ş.
An integrated energy company refining crude oil and transit…
|
TUPRS | TR | Manufacturing |
|
VALERO ENERGY CORP/TX
International manufacturer of transportation fuels, petroch…
|
VLO | US | Manufacturing |
|
VEEDOL CORPORATION LIMITED
Global manufacturer of high-performance lubricants and grea…
|
VEEDOL | IN | Manufacturing |
|
Verde Clean Fuels, Inc.
Converts syngas from diverse feedstocks into commodity-grad…
|
VGAS | US | Manufacturing |
Saras 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/4379/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4379 | 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=4379 | 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=4379 \ -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": 4379}, 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 Saras (id: 4379)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.