ephemeris_house_cusps
Calculate house cusps and angles (ASC, MC, DSC, IC) for any date, time, and location using multiple house systems like Placidus, Koch, Equal, and Whole Sign.
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 date/time in UTC or with offset (e.g. '2026-03-20T12:00:00Z'). | |
| latitude | Yes | Observer latitude in decimal degrees. | |
| longitude | Yes | Observer longitude in decimal degrees. | |
| house_systems | No | List of house system codes. E.g. ['P', 'W']. Defaults to ['P'] (Placidus). |