get_stocks

Function get_stocks 

Source
pub async fn get_stocks(
    configuration: &Configuration,
    params: GetStocksParams,
) -> Result<GetStocksResponse, Error<GetStocksError>>
Expand description

The stocks endpoint provides a daily updated list of all available stock symbols. It returns an array containing the symbols, which can be used to identify and access specific stock data across various services. This endpoint is essential for users needing to retrieve the latest stock symbol information for further data requests or integration into financial applications.