fetchStockExchangeById

abstract fun fetchStockExchangeById(stockExchangeId: String, acceptLanguage: String): StockExchangeResponseDto

Fetches the stock exchange details by its unique identifier.

Return

The response containing the details of the stock exchange.

Parameters

stockExchangeId

The unique identifier of the stock exchange.

acceptLanguage

The language preference for the response. Should be a 2-character ISO 639-1 language code.