Find Retrograde Periods
find_retrograde_periodsFind retrograde periods for planets (excluding Sun and Moon) in any date range. Returns exact station-retrograde and station-direct times with longitude and sign.
Instructions
Find a planet's retrograde periods in a date range: exact station-retrograde and station-direct moments, with the longitude and sign at each end. Periods overlapping the range edges are included whole.
Examples:
"When is Mercury retrograde in 2026?" -> { body: "Mercury", from_datetime: "2026-01-01", to_datetime: "2027-01-01" }
The Sun and Moon never retrograde and are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Which planet (not Sun/Moon). | |
| from_datetime | Yes | Start of the search window. | |
| to_datetime | Yes | End of the search window (max 50 years after start). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| periods | Yes |