find_aspect_dates
Exact dates a transiting body makes an aspect, within a range: to a fixed longitude OR to another transiting body. Provide exactly one of target_lon / target_body. Includes retrograde re-hits. Body names are snake_case (mean_node, true_node).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | UTC ISO end date (convert from local first); range <= 50 years | |
| body | Yes | Transiting body (snake_case, e.g. saturn, true_node) | |
| start | Yes | UTC ISO start date (convert from local first) | |
| aspect | Yes | ||
| zodiac | No | Zodiac for body and target_lon longitudes; tropical (default) or sidereal:<ayanamsa> | tropical |
| target_lon | No | Fixed natal longitude in degrees. Provide this OR target_body, not both. | |
| target_body | No | Another transiting body. Provide this OR target_lon, not both. |