Back to BCV Today Data Agent

Card snapshot

bcv.today · 2026-05-18 15:37:52 UTC · f7e8e48e29a205f670fed1e9482ed97f715d89d5c422d0254ba23269a3b6f6b8

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "BCV Today Data Agent",
  "description": "Machine-readable discovery card for the BCV Today public unauthenticated exchange-rate data service. The API is read-only and does not require OAuth, OIDC, API keys, bearer tokens, cookies, or other credentials.",
  "version": "1.0.0",
  "url": "https://bcv.today",
  "documentationUrl": "https://bcv.today/api/",
  "provider": {
    "organization": "BCV Today",
    "url": "https://bcv.today"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "get-latest-bcv-rates",
      "name": "Get latest BCV exchange rates",
      "description": "Fetch current official BCV rates for USD, EUR, CNY, TRY and RUB against the Venezuelan bolivar.",
      "tags": [
        "exchange-rates",
        "venezuela",
        "bcv",
        "api"
      ],
      "examples": [
        "Get the latest BCV dollar rate",
        "Fetch current USD/VES and EUR/VES official rates"
      ]
    },
    {
      "id": "get-bcv-rate-history",
      "name": "Get BCV exchange-rate history",
      "description": "Fetch recent daily history or a specific dated snapshot from the static JSON API.",
      "tags": [
        "history",
        "time-series",
        "exchange-rates"
      ],
      "examples": [
        "Get BCV history for 2026-05-11",
        "Fetch the recent USD/VES history"
      ]
    }
  ],
  "interfaces": [
    {
      "url": "https://bcv.today/openapi.json",
      "protocolBinding": "OpenAPI",
      "protocolVersion": "3.1.0"
    }
  ],
  "securitySchemes": {},
  "security": [],
  "authentication": {
    "required": false,
    "type": "none",
    "description": "No authentication is required. Do not attempt OAuth/OIDC discovery or token exchange for this API."
  }
}