pub async fn get_etf(
configuration: &Configuration,
params: GetEtfParams,
) -> Result<GetEtf200Response, 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.