Finland business registry JSON
Seamlessly integrate Finnish company data from the PRH (Patentti- ja rekisterihallitus) into your application.
Code Example
curl -X GET "https://api.nordfetch.com/v1/finland/company/2340622-5" \
-H "Authorization: Bearer sk_live_your_key"The Problem: PRH Complexity
The Finnish Trade Register is maintained by the PRH. It contains official information about businesses in Finland. While PRH offers an open data API, it can be complex to navigate with extensive nested lists, varying data quality, and Finnish-specific field names.
The Solution: Simplified Access
We provide a simple, unified endpoint to query Finnish data by Business ID (Y-tunnus). We handle the complexity of the PRH structure for you.
* Supports Business IDs with or without the hyphen (e.g., 2340622-5 or 23406225).
Example JSON Response
We return a clean JSON object with localized names where available.
{
"id": "2340622-5",
"name": "Supercell Oy",
"status": "active",
"address": {
"street": "Jätkäsaarenlaituri 1",
"zip": "00180",
"city": "HELSINKI",
"country": "FI"
},
"registrationDate": "2010-05-14",
"formsOfBusiness": "Osakeyhtiö",
"language": "FI"
}Get Started
Need more details? Refer to our API documentation.