Valero Energy · Schema

Valero Energy Financial Result

Quarterly or annual financial results for Valero Energy Corporation

EnergyPetroleumRefiningRenewable FuelsFortune 100EthanolRenewable Diesel

Properties

Name Type Description
period object
revenue number Total revenue in millions USD
net_income number Net income in millions USD
earnings_per_share number Diluted earnings per share
refining_margin number Refining margin per barrel in USD
throughput_bpd integer Total throughput in barrels per day
dividend_per_share number Quarterly dividend per share in USD
reported_date string Date financial results were reported
View JSON Schema on GitHub

JSON Schema

valero-energy-financial-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/valero-energy/financial",
  "title": "Valero Energy Financial Result",
  "description": "Quarterly or annual financial results for Valero Energy Corporation",
  "type": "object",
  "properties": {
    "period": {
      "type": "object",
      "properties": {
        "quarter": {
          "type": "integer",
          "minimum": 1,
          "maximum": 4
        },
        "year": { "type": "integer" },
        "type": {
          "type": "string",
          "enum": ["quarterly", "annual"]
        }
      }
    },
    "revenue": {
      "type": "number",
      "description": "Total revenue in millions USD"
    },
    "net_income": {
      "type": "number",
      "description": "Net income in millions USD"
    },
    "earnings_per_share": {
      "type": "number",
      "description": "Diluted earnings per share"
    },
    "refining_margin": {
      "type": "number",
      "description": "Refining margin per barrel in USD"
    },
    "throughput_bpd": {
      "type": "integer",
      "description": "Total throughput in barrels per day"
    },
    "dividend_per_share": {
      "type": "number",
      "description": "Quarterly dividend per share in USD"
    },
    "reported_date": {
      "type": "string",
      "format": "date",
      "description": "Date financial results were reported"
    }
  },
  "required": ["period", "revenue", "reported_date"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/valero-energy-financial"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.