ephemeris_lunar_return
Calculate the exact date and time of the monthly Lunar Return when the Moon returns to its natal ecliptic longitude. Use this to cast a Lunar Return chart for any birth date and optional target date.
Instructions
Calculate the exact Lunar Return date/time — when the Moon returns to its natal ecliptic longitude (~every 27.3 days). Used to cast the monthly Lunar Return chart.
CREDIT COST: 5 credits per call.
TARGET DATE: Provide target_datetime near the month you want. If omitted, defaults to the next upcoming lunar return from today.
EXAMPLE: Next lunar return after today for someone born 1990-04-15: birth_datetime='1990-04-15T14:30:00Z'
EXAMPLE: Lunar return nearest March 2026: birth_datetime='1990-04-15T14:30:00Z', target_datetime='2026-03-15T00:00:00Z'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| birth_datetime | Yes | ISO 8601 birth date/time. Include offset or Z. | |
| target_datetime | No | Date/time near which to find the Lunar Return (ISO 8601 with offset or Z). Defaults to today if omitted (finds next return). | |
| birth_latitude | No | Birth latitude in decimal degrees (optional). | |
| birth_longitude | No | Birth longitude in decimal degrees (optional). |