ephemeris_progressed_chart
Compute a progressed chart for a target date using secondary, solar arc, or tertiary methods, obtaining 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 at 2:00 PM in London, progressed to 2026-01-01: birth_datetime='1985-06-21T14:00:00', timezone='Europe/London', birth_latitude=51.5, birth_longitude=-0.12, target_datetime='2026-01-01', method='secondary'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Progression method. Defaults to 'secondary' (1 day = 1 year). | |
| timezone | No | IANA timezone (e.g. `America/Chicago`); required when the datetime is naive, ignored otherwise. | |
| visual_config | No | Optional rendering preferences (only used when include_visual=true). | |
| birth_datetime | Yes | ISO 8601 datetime; zone required — a `Z`/±HH:MM suffix or the `timezone` argument. Date-only resolves to 12:00 UTC. Full rule: server `instructions`. | |
| birth_latitude | Yes | Birth latitude in decimal degrees. Resolve from a place name with location_search; never recall coordinates from memory. | |
| 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. | |
| birth_longitude | Yes | Birth longitude in decimal degrees. | |
| include_aspects | No | Whether to include aspect grid in the response. Default false. | |
| target_datetime | Yes | Date to progress the chart to. ISO 8601 date or zoned datetime; a naive clock time is rejected. Date-only resolves to 12:00 UTC. |