Skip to main content
GET
/
api
/
v1
/
companies
/
{identifier}
Get Company Details
curl --request GET \
  --url https://nordicfinancialnews.com/api/v1/companies/{identifier} \
  --header 'Authorization: Bearer <token>'
{
  "company": {
    "id": "w55fcw3pbg3p",
    "name": "Volvo Car AB",
    "slug": "volvo-car-ab",
    "ticker": "VOLCAR-B",
    "is_active": true,
    "description": "Volvo Car AB (publ.) designs, develops, manufactures, markets, assembles, and sells passenger cars in Sweden and internationally.",
    "sector": "Consumer Discretionary",
    "website": "https://www.volvocars.com/se",
    "country": {
      "id": "o5kwz4bzzqkm",
      "name": "Sweden",
      "iso2_code": "SE"
    },
    "article_count": 176,
    "story_count": 11,
    "parent_company": {
      "id": "himhcsn81a3r",
      "name": "Geely Holding",
      "ticker": null
    },
    "subsidiaries": [
      {
        "id": "6lv8cihz3948",
        "name": "Polestar",
        "ticker": null
      }
    ],
    "indices": [],
    "stock_listings": [
      {
        "ticker": "VOLCAR-B",
        "primary": true,
        "exchange": {
          "id": "64hn2d7ul6kr",
          "name": "Nasdaq Stockholm",
          "mic_code": "XSTO"
        }
      }
    ],
    "registry": {
      "source": "Bolagsverket",
      "registered_name": "Volvo Personvagnar Aktiebolag",
      "company_form": "Aktiebolag",
      "city": "GÖTEBORG",
      "founded": "1960-10-28",
      "employees": null,
      "industry": "Tillverkning av personbilar och andra lätta motorfordon",
      "bankruptcy": null,
      "under_liquidation": null,
      "share_capital": null,
      "institutional_sector": null,
      "deregistered_at": null,
      "deregistration_reason": null
    },
    "updated_at": "2026-03-28T11:22:22.697Z"
  }
}

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token

Path Parameters

identifier
string
required

Company ID or ticker symbol

Response

Company retrieved successfully

company
object
required
Last modified on June 4, 2026