feat: calendar eco

This commit is contained in:
OpenSquared
2026-07-21 12:41:26 +02:00
parent 4c2103156e
commit 0bdf3f382d
6 changed files with 69 additions and 16 deletions

View File

@@ -80,7 +80,7 @@ def fetch_upcoming(weeks_ahead: int = 6) -> Dict[str, Any]:
"apikey": key,
}
print(f"[FMP calendar] fetching {today} {date_to}", flush=True)
print(f"[FMP calendar] fetching {today} -> {date_to}", flush=True)
try:
resp = httpx.get(url, params=params, timeout=30, follow_redirects=True)