get_etf

Function get_etf 

Source
pub async fn get_etf(
    configuration: &Configuration,
    params: GetEtfParams,
) -> Result<GetEtfResponse, Error<GetEtfError>>
Expand description

The ETFs endpoint provides a daily updated list of all available Exchange-Traded Funds. It returns an array containing detailed information about each ETF, including its symbol, name, and other relevant identifiers. This endpoint is useful for retrieving a comprehensive catalog of ETFs for portfolio management, investment tracking, or financial analysis.