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
{{ message }}
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
I was expeting to get an API error when trying to fetch historical bars for non-existing symbols (like DOES/NOTEXIST). Instead, I get returned an empty payload which is misleading:
I was expeting to get an API error when trying to fetch historical bars for non-existing symbols (like
DOES/NOTEXIST). Instead, I get returned an empty payload which is misleading:{ "bars": {}, "next_page_token": null }Screenshot