ephemeris_house_cusps
Calculate house cusps and angles (ASC, MC, DSC, IC) for any date, time, and location using Placidus, Koch, or other house systems.
Instructions
Calculate house cusps and angles (ASC, MC, DSC, IC) for a given date, time, and location using one or more house systems.
House system codes: P=Placidus, K=Koch, O=Porphyry, R=Regiomontanus, C=Campanus, E=Equal, W=Whole Sign.
CREDIT COST: 1 credit per call.
EXAMPLE: Placidus houses for London at 2026-03-20 noon UTC: datetime='2026-03-20T12:00:00Z', latitude=51.5074, longitude=-0.1278, house_systems=['P']
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 in decimal degrees. Resolve from a place name with location_search; never recall coordinates from memory. | |
| timezone | No | IANA timezone (e.g. `America/Chicago`); required when the datetime is naive, ignored otherwise. | |
| longitude | Yes | Observer longitude in decimal degrees. | |
| house_systems | No | List of house system codes. E.g. ['P', 'W']. Defaults to ['P'] (Placidus). |