date_range
A date_range object represents a period of days, starting at a given date and running for a given number of days.
| Name | Type | Description |
|---|---|---|
| from_date | date | The start date of the date range. |
| num_days | integer | The number of days in the date range, including the first and last day. |
Example
{
"from_date": "2001-01-01",
"num_days": 7
}