feat: calendar eco
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user