Oslo Børs (Euronext)
Curated reference data for the Oslo Børs indices: methodology, rebalancing frequency, weighting method and links to Euronext's official index rules. Live price, instrument and exchange-notice data is NOT available — Euronext's open API has been shut down, and a replacement requires a commercial market-data agreement.
—
Data volume
Yearly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/instrumentsInstrumentdata fra Oslo Bors (Euronext)
- ticker optional
- Filtrer på ticker-symbol
- symbol optional
- Filtrer på symbol
- market optional
- Filtrer på marked
- sector optional
- Filtrer på sektor
- sektor optional
- Alias for sector
- q optional
- Fritekstsøk (navn/ticker)
- query optional
- Alias for q
- limit optional
- Maks antall treff
Show curl example
# GET https://data.ketl.no/api/connectors/oslo-bors/instruments
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/oslo-bors/instruments"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/quotesAksjekurser
- ticker required
- Ticker-symbol på Oslo Børs
ticker=EQNR
Show curl example
# GET https://data.ketl.no/api/connectors/oslo-bors/quotes?ticker=EQNR
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/oslo-bors/quotes?ticker=EQNR"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/indicesIndekser. Uten `category` returneres hele katalogen.
- category optional
- Filtrer på indeks-kategori. Verdi utenfor mengden gir 400.
category=benchmark
Show curl example
# GET https://data.ketl.no/api/connectors/oslo-bors/indices
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/oslo-bors/indices"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/announcementsPlannedBørsmeldinger
Show curl example
# GET https://data.ketl.no/api/connectors/oslo-bors/announcements
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/oslo-bors/announcements"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.