readded yahoo
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user