Skip to main content

fetch_extended_hours_quotes_batch

Function fetch_extended_hours_quotes_batch 

Source
pub async fn fetch_extended_hours_quotes_batch(
    tickers: &[String],
) -> Vec<ExtendedHoursQuote>
Expand description

Fetch many tickers in parallel, chunked at EXTENDED_HOURS_BATCH_CHUNK to avoid Yahoo throttling. On error, returns an empty quote for that ticker so the merge in movers.rs is total.