Skip to content

Finnworlds-Financial-data-API/Market-Exchange-Details-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Market Exchange Details API - Finnworlds

The Market Exchange Details API provides structured JSON data about global trading venues and their reference identifiers. Get complete identification data for any exchange MIC, including operating MIC, market segment, status, legal entity information (LEI), location, status and official website. With a single API call, you can resolve an exchange’s identity and metadata for compliance, routing, and display needs.

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.

Common Use Cases

– Get complete details by exchange MIC, LEI, operating MIC
– Group exchanges by country and city
– Build internal reference data catalogs for compliance and reporting

API Features

  • 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.

How to access the data

  • JSON REST API
  • Excel CSV download
  • PDF reports
  • Email link

Documentation

Our documentation includes input parameters, output objects with descriptions. We also have SDKs for Javascript, JQuery, VueJS, Angular, JAVA, PHP, NodeJS, Python, Go, Ruby, C#, R, Strest, Rust, Swift and Scala.

Examples

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."
            }
        ]
    }
}

Customer Support

Need help, have questions? Get in touch with Support.

Legal

Use of the Finnworlds website, services like API and database are subject to the Finnworlds Terms & Conditions.

About

Metadata on the biggest stock and market exchanges worldwide. Includes identifiers, websites, status, category and similar.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published