get_exchanges

Function get_exchanges 

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