ephemeris_angles_points
Calculate chart angles and sensitive points (ASC, MC, DSC, IC, Vertex, East Point) from datetime and coordinates. Get precise values for any location and time.
Instructions
Calculate chart angles and sensitive points (ASC, MC, DSC, IC, Vertex, East Point, etc.) for a given date/time and location.
CREDIT COST: 1 credit per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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`. | |
| latitude | Yes | Observer latitude. | |
| timezone | No | IANA timezone (e.g. `America/Chicago`); required when the datetime is naive, ignored otherwise. | |
| longitude | Yes | Observer longitude. |