BCV Today Data Agent
bcv.today
· BCV Today
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.
bcv.today via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 45/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 15:37:52 current | f7e8e48e29a2… |
view → |
Endpoints
| Agent card | https://bcv.today/.well-known/agent-card.json |
| Provider | https://bcv.today |
| Docs | https://bcv.today/api/ |
Skills · 2 declared · mapped to canonical taxonomy
Fetch current official BCV rates for USD, EUR, CNY, TRY and RUB against the Venezuelan bolivar.
Fetch recent daily history or a specific dated snapshot from the static JSON API.
Health · last 7 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/bcv.today) [](https://agenstry.com/agents/bcv.today) [](https://agenstry.com/agents/bcv.today) [](https://agenstry.com/agents/bcv.today)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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."
}
}