I’ve observed two discrepancies between the API documentation and actual API responses. Posting here in case this is either a documentation issue or there’s some boundary behavior I’m not aware of ![]()
- “
currate(number): The rate of the red line at timecurday; if there’s a rate change on that day, take the limit from the left.”
In fact: returns the rate that will be relevant after today, so, “from the right” of the timestamp curday. For example:
curval: 1
delta: 0
currate: 3
curday: 1771779600
runits: d
roadall : [....., [1771779600, None, 1], [4102419600, None, 3.0]]
fullroad : None
- “
fullroad(array): Likeroadallbut with the nulls filled in.”
In fact: returns “None”