Norges Bank KLIPOS
Norges Bank's climate-risk and position system (KLIPOS). Climate-risk assessment per sector, green/brown classification under the EU taxonomy, and taxonomy share per company (the oil fund's ESG screening). Status: stub mode until the bulk ingest 'klipos-bulk-ingest' is deployed (#2397).
—
Data volume
Yearly
Updates
4
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/healthHelsesjekk
Show curl example
# GET https://data.ketl.no/api/connectors/klipos/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/klipos/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/climate-riskPlannedKlimarisiko per sektor
Stub: svarer 501 not_implemented (detailCode klipos_bulk_ingest_pending) inntil Cloud Run-jobben 'klipos-bulk-ingest' deployes og fyller Firestore-cachen.
- sector optional
- Sektorkode (NACE/GICS)
sector=K - period optional
- Tidsperiode (år eller intervall)
period=2024
Show curl example
# GET https://data.ketl.no/api/connectors/klipos/climate-risk
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/klipos/climate-risk"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/taxonomy-alignmentPlannedTaksonomi-andel per selskap
Stub: svarer 501 not_implemented (detailCode klipos_bulk_ingest_pending) inntil Cloud Run-jobben 'klipos-bulk-ingest' deployes og fyller Firestore-cachen.
- orgnr optional
- Organisasjonsnummer (enten orgnr eller lei)
orgnr=923609016 - lei optional
- LEI-kode (20 tegn)
lei=5967007LIEEXZX4RVS85 - year optional
- Rapporteringsår
year=2024
Show curl example
# GET https://data.ketl.no/api/connectors/klipos/taxonomy-alignment
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/klipos/taxonomy-alignment"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.