ephemeris_progressed_chart
Calculate a progressed chart using secondary, solar arc, or tertiary progression methods. Advance a natal chart to a target date and retrieve progressed planet positions, house cusps, aspects, and retrograde status.
Instructions
Calculate a Secondary Progressed (or Solar Arc / Tertiary) chart. Advances the natal chart symbolically — 1 day = 1 year (secondary), or using solar arc motion. Returns progressed planet positions, house cusps, aspects, and retrograde status.
CREDIT COST: 1 credit per call.
EXAMPLE: Secondary progressions for someone born 1985-06-21, progressed to 2026-01-01: birth_datetime='1985-06-21T14:00:00', birth_latitude=51.5, birth_longitude=-0.12, target_datetime='2026-01-01', method='secondary'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| birth_datetime | Yes | ISO 8601 natal birth date/time. | |
| birth_latitude | Yes | Birth latitude in decimal degrees. | |
| birth_longitude | Yes | Birth longitude in decimal degrees. | |
| target_datetime | Yes | Target date to progress the chart to (ISO 8601). | |
| method | No | Progression method. Defaults to 'secondary' (1 day = 1 year). | |
| include_aspects | No | Whether to include aspect grid in the response. Default false. | |
| include_visual | No | When true, renders the progressed chart wheel as an SVG and embeds it in the response. The chart image will display in the conversation alongside the data. Costs 2 additional credits on top of the base call cost. | |
| visual_config | No | Optional rendering preferences (only used when include_visual=true). |