You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message you've been receiving, {"get_historical_data_response": {"error": {"content": [{"text":
"parameter 'from_date': is required", "type": "text"}], "isError": True}}}, indicates that even when
from_date is correctly provided in the call, the tool's internal validation is not recognizing it. This is
the core of the bug.
This has not allowed me to pull any historical data.