feat: calendar eco

This commit is contained in:
OpenSquared
2026-07-21 14:49:59 +02:00
parent 59fbb9b023
commit 5f23141992
5 changed files with 67 additions and 13 deletions

View File

@@ -1,6 +1,10 @@
"""
Trading Economics calendar service — upcoming events with consensus forecasts.
Free API: https://tradingeconomics.com/api/login (500 calls/month)
NOTE: confirmed (2026-07) that the calendar endpoint is NOT actually free despite the
signup page — their base paid plan is $149/month. Kept wired in case a key is ever
available, but don't recommend this as a free option (same dead end as FMP, whose
free tier also excludes the economic_calendar endpoint — needs their $14.99/mo Starter).
Signup: https://tradingeconomics.com/api/login
Endpoint: GET https://api.tradingeconomics.com/calendar/country/united%20states?c=KEY
"""
import logging