ephemeris_planetary_return
Calculate the exact date when a planet returns to its natal longitude. Input birth details and a target time to find returns like Saturn (≈29yr), Jupiter (≈12yr), or Chiron (≈50yr).
Instructions
Calculate a planetary return — when any planet returns to its natal longitude. Useful for Jupiter returns (~12 years), Saturn returns (~29 years), Chiron returns (~50 years), Uranus returns (~84 years), etc.
CREDIT COST: 5 credits per call.
EXAMPLE: Saturn return for birth 1990-04-15 near year 2019: body='saturn', birth_datetime='1990-04-15T14:30:00Z', target_datetime='2019-01-01T00:00:00Z' EXAMPLE: Chiron return for birth 1975-03-10 near age 50: body='chiron', birth_datetime='1975-03-10T08:00:00Z', target_datetime='2025-01-01T00:00:00Z'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Planet name: sun, moon, mercury, venus, mars, jupiter, saturn, uranus, neptune, pluto, chiron, pholus. | |
| birth_datetime | Yes | ISO 8601 birth date/time. MUST include offset or Z. | |
| target_datetime | Yes | Date/time near which to find the return (ISO 8601). MUST include offset or Z. Required. | |
| birth_latitude | No | Birth latitude in decimal degrees. Required to get a full return chart (house cusps, angles). | |
| birth_longitude | No | Birth longitude in decimal degrees. Required to get a full return chart (house cusps, angles). |