name: state-assets-register description: Retrieve Estonian state real-estate register open-data access points and related public state-assets records from fin.ee and RKVR frontend routes.
State Assets Register (RKVR and fin.ee)
Use when
- You need public state real-estate register open-data access paths.
- You need official state-assets governance records linked from Ministry of Finance pages.
Avoid when
- You need cadastral geometry-only datasets (use geospatial/cadastre sources).
Inputs
- Asset scope (state real estate / register open data).
- Time period if filtering by publication date.
Outputs
- Source-linked list of asset register datasets/pages and downloadable records.
Access reality statement
- Access type:
download files+UI export/UI copy-only. - Verified on 2026-02-24.
- fin.ee page publishes a direct RKVR open-data link; RKVR frontend uses SPA routes.
Primary endpoints
- fin.ee state-assets area: https://www.fin.ee/en/public-procurement-state-aid-and-assets/state-assets
- fin.ee state real-estate context: https://www.fin.ee/en/public-procurement-state-aid-and-assets/state-assets/state-real-estate
- RKVR open-data page (Estonian): https://www.fin.ee/riigihaldus-ja-avalik-teenistus-kinnisvara/riigi-kinnisvararegister/avaandmed
- RKVR frontend root: https://riigivara.fin.ee/rkvr-frontend/
- RKVR open-data route (SPA): https://riigivara.fin.ee/rkvr-frontend/#/aruanded/avaandmed
Retrieval workflow (reproducible)
- Open fin.ee RKVR open-data page and capture the explicitly listed RKVR open-data link.
- Open RKVR frontend root to confirm service availability.
- Use hash-route
#/aruanded/avaandmedfor open-data reports. - Capture dataset/report names and export/download actions visible in RKVR UI.
- Return records with exact source URL, extraction method (
direct-file,ui-copy,ui-export), and retrieval timestamp.
Request/query contract
- No documented public REST contract is exposed on the fin.ee landing page.
- RKVR frontend declares bases in
rkvr-frontend-properties.js:backEndBase = /rkvrfrontEndBase = /rkvr-frontend
- Treat RKVR extraction as UI-driven unless stable machine endpoints are confirmed during retrieval.
Output schema expectations
source_page_urldataset_or_report_namerecord_date(if shown)download_urlorui_pathasset_scopeformatretrieval_method
Limits and caveats
- Non-hash path
.../rkvr-frontend/aruanded/avaandmedcan return 404; use hash route. - UI labels are primarily Estonian.
- Full machine-readable inventory coverage may depend on frontend behavior and session state.
Verification hooks
- RKVR open-data landing page contains text with link
https://riigivara.fin.ee/rkvr-frontend/aruanded/avaandmed. https://riigivara.fin.ee/rkvr-frontend/returns 200 and includesrkvr-frontend-properties.js.rkvr-frontend-properties.jsexposesbackEndBaseandfrontEndBasevariables.