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 has been archived by the owner on Mar 23, 2022. It is now read-only.
When calling GET /v1/calendar it's not behave as explained in documentation:
Array of Calendar objects is returned instead of "The calendar object" as written in documentation
Holidays\weekends skipped in the response, i.e. query which will include the weekend won't return weekend dates as Calendar objects. Expected and more logical behavior would be to return the Calendar object with empty open and close fields or add explicit checkbox is_market_open. It will be nice if the fact that API skip days would be added to documentation.
If API queried with start and end dates of the filter set on weekend, for example start=2021-01-08 end=2021-01-09 the result will contain only one record which will be the next day when markets will be open. This behavior is not explained at all, it's unclear if it's intended or not.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When calling
GET /v1/calendar
it's not behave as explained in documentation:Calendar
objects is returned instead of "The calendar object" as written in documentationCalendar
objects. Expected and more logical behavior would be to return theCalendar
object with emptyopen
andclose
fields or add explicit checkboxis_market_open
. It will be nice if the fact that API skip days would be added to documentation.start=2021-01-08 end=2021-01-09
the result will contain only one record which will be the next day when markets will be open. This behavior is not explained at all, it's unclear if it's intended or not.The text was updated successfully, but these errors were encountered: