pub async fn get_exchanges(
configuration: &Configuration,
params: GetExchangesParams,
) -> Result<GetExchangesResponse, Error<GetExchangesError>>Expand description
The exchanges endpoint provides a comprehensive list of all available equity exchanges. It returns an array containing detailed information about each exchange, such as exchange code, name, country, and timezone. This data is updated daily.