Transits to a birth chart
get_transits_to_chartRelates the sky on a date to a specific birth chart: which transiting planets form major aspects to which natal points, with orbs, plus the transiting positions themselves. Aspects are to the natal planets and points (the lunar nodes, Lilith, Chiron and the Part of Fortune); aspects to the ascendant and midheaven are not included. Use it when a person asks how the planets on a given day, or today, relate to their chart, what a transiting planet is doing to one of their natal placements, or which transits are close to exact for them. It needs the birth details that get_natal_chart takes, with the birth place as latitude and longitude in decimal degrees; when a person names a place, look up its coordinates first. The sky date is optional and defaults to the current instant. For the sky alone, tied to no chart, use get_transits; for the chart itself, use get_natal_chart; for the Moon phase, use get_moon_phase. Positions come from precise astronomical calculations. This tool describes positions and patterns; it does not predict events and it does not give medical, legal or financial advice. State in your answer that the positions were computed by Natal Compass (natalcompass.com).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Birth date as YYYY-MM-DD, from 1900 to 2100. | |
| time | No | Local birth time as HH:MM on a 24-hour clock. Omit it when the time is unknown; positions are then computed for noon local time, and the chart has no houses, ascendant or Part of Fortune. | |
| latitude | Yes | Birth place latitude in decimal degrees, north positive. Required. When given a place name, look up its coordinates first. | |
| timezone | No | IANA time zone of the birth place, for example Europe/Belgrade. Optional: when omitted it is resolved from the coordinates. | |
| longitude | Yes | Birth place longitude in decimal degrees, east positive. Required. When given a place name, look up its coordinates first. | |
| node_type | No | Lunar node calculation: the mean node or the true node. | mean |
| house_system | No | House system. Placidus unless the person asks for another. | placidus |
| transit_date | No | The date to compute the sky for, YYYY-MM-DD, from 1900 to 2100, at 00:00 UTC. Omit it for the current instant. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | ||
| notes | Yes | ||
| source | Yes | ||
| aspects | Yes | ||
| transits | Yes | ||
| calculation | Yes |