readded yahoo

This commit is contained in:
2026-01-05 17:00:42 +01:00
parent 86944a9c58
commit 3d16475b79
14 changed files with 2717 additions and 49 deletions

View File

@@ -316,7 +316,7 @@ pub async fn fetch_earnings_with_pool(
ticker: &str,
) -> anyhow::Result<Vec<CompanyEvent>> {
let ticker = ticker.to_string();
let url = format!("https://finance.yahoo.com/calendar/earnings?symbol={}", ticker);
let url = format!("https://finance.yahoo.com/calendar/earnings?symbol={}&offset=0&size=100", ticker);
let ticker_cloned = ticker.clone();