Market exchange details data is ideal for trading platforms, market data tools, order-routing systems, and research dashboards that aim to display current exchange metadata.
– Get complete details by exchange MIC, LEI, operating MIC
– Group exchanges by country and city
– Build internal reference data catalogs for compliance and reporting
- Venue Metadata – MIC, operating MIC, segment code, market category, status
 - Legal & Identity – Legal entity name and LEI for authoritative identification
 - Geography – ISO country code, city, and website
 - Status & Lifecycle Dates – Creation, last update/validation, and expiry fields
 - Standardized REST JSON – Clean, consistent schema for easy integration
 
Access today by getting your API key on the  Finnworlds website.
Looking for academic or non-profit use? Send us an email to start the conversation.
- JSON REST API
 - Excel CSV download
 - PDF reports
 - Email link
 
https://api.finnworlds.com/api/v1/exchangeinfo?key=APIKEY&exchange_mic=AFSA
{
    "status": {
        "code": 200,
        "message": "OK",
        "details": ""
    },
    "result": {
        "basics": {
            "exchange_mic": "AFSA"
        },
        "output": [
            {
                "exchange_mic": "AFSA",
                "operating_mic": "AFSA",
                "oprt_sgmt": "OPRT",
                "exchange_name": "AFS - OTF",
                "legal_entity_name": "AFS INTEREST B.V.",
                "exchange_lei": "7245004T3GVMWC5LP916",
                "market_category_code": "OTFS",
                "acronym": "",
                "iso_country_code": "NL",
                "city": "AMSTERDAM",
                "website": "WWW.AFSGROUP.NL",
                "exchange_status": "ACTIVE",
                "date_creation": "2017-11-27",
                "date_last_update": "2025-05-26",
                "date_last_validation": "2025-05-26",
                "date_expiry": "0000-00-00",
                "comments": "ORGANISED TRADING FACILITY."
            }
        ]
    }
}Need help, have questions? Get in touch with Support.
Use of the Finnworlds website, services like API and database are subject to the Finnworlds Terms & Conditions.