con un clic
gengi
Icelandic currency exchange rates via Borgun (card rates, not interbank).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Icelandic currency exchange rates via Borgun (card rates, not interbank).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Iceland energy authority — electricity generation, use, fuel sales, power plants and licences. Use for energy-system analysis.
Fiskistofa — public WFS layers for fishing closures, regulations and fishing areas; paid REST catch/quota data is excluded.
Hafrannsóknastofnun / MFRI — annual fish-stock assessments, advice, landings and survey series in embedded tables.
Environment Agency of Iceland GIS — open WFS layers for contaminated land, water, protected areas, noise and wastewater.
Icelandic Met Office (Veðurstofa) — weather observations, stations, forecasts and earthquakes via the modern JSON API at api.vedur.is.
Iceland Tax Authority — annual reports (ársreikningar), company registry, ownership chain mapping by kennitala.
Basado en la clasificación ocupacional SOC
| name | gengi |
| description | Icelandic currency exchange rates via Borgun (card rates, not interbank). |
Current card rates (Borgun) and historical ECB reference rates.
# Current Borgun card rates (all currencies)
uv run python scripts/gengi.py
# Current rates for specific currencies
uv run python scripts/gengi.py USD,EUR,GBP
# Historical ECB rates — last 6 months (default)
uv run python scripts/gengi.py USD,EUR --history 6m
# Historical rates — last year
uv run python scripts/gengi.py USD --history 1y
# Historical rates — last 5 years
uv run python scripts/gengi.py EUR,GBP,DKK --history 5y
# Historical rates — last 30 days
uv run python scripts/gengi.py USD,EUR --history 30d
{
"USD": { "rate": 127.19, "description": "Us dollar" },
"EUR": { "rate": 146.91, "description": "Euro" }
}
{
"base": "ISK",
"start": "2025-10-05",
"end": "2026-04-05",
"currencies": ["USD", "EUR"],
"rows": [
{ "date": "2025-10-06", "USD": 137.5, "EUR": 149.2 },
{ "date": "2025-10-07", "USD": 138.1, "EUR": 149.8 }
]
}
Values are ISK per 1 unit of foreign currency (e.g. 1 USD = 127.19 ISK).
30d (days), 6m (months), 1y/5y (years)