# FINMA FinTech Licensed Companies Switzerland

**Use case:** 

Export all FINMA FinTech-licensed companies in Switzerland — firm name, registry number, license type, and status from the official FINMA XLSX register.

## Input

```json
{
  "sp_intended_usage": "Market research on Swiss FinTech licensing trends and regulatory landscape",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "regulators": [
    "FINMA"
  ],
  "licenseType": "FinTech",
  "firmName": "",
  "includeRevoked": true,
  "maxItems": 100
}
```

## Output

```json
{
  "source_regulator": {
    "label": "Source Regulator",
    "format": "string"
  },
  "registry_number": {
    "label": "Registry Number",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "license_status": {
    "label": "License Status",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Financial License Scraper (MFSA, CySEC, FINMA)](https://apify.com/jungle_synthesizer/mfsa-cysec-finma-eu-financial-license-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/mfsa-cysec-finma-eu-financial-license-scraper) to learn more, explore other use cases, and run it yourself.