Financial Compatibility Horoscope¶
This endpoint reveals how two zodiac signs align (or clash) around money — one of the most practical and high-impact areas of any long-term relationship or partnership.
It explores:
- Money mindset & core beliefs about wealth
- Risk tolerance & investment styles
- Spending vs saving tendencies
- Wealth-building potential as a team
- Financial roles, blind spots, and long-term outlook
Ideal for romantic partners, married couples, business collaborators, or anyone building conscious wealth together.
Love may keep people together…
financial compatibility determines whether they build abundance or arguments.
Endpoint¶
| Method | Path |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/compatibility/financial |
POST | https://api.numerologyapi.com/api/v1/horoscope/compatibility/financial |
Required Headers¶
You can also authenticate with
Authorization: Bearer YOUR_API_KEY.Create and manage API keys in the Numerology API dashboard.
Parameters¶
| Param | Type | Required | Description |
|---|---|---|---|
dob | string | Yes | Date of birth of the main person (YYYY-MM-DD) |
dob_partner | string | Yes | Date of birth of the partner/person 2 (YYYY-MM-DD) |
Order is handled automatically (symmetric compatibility matrix).
Add the optional
langquery parameter to localize responses. Supported values:en,es,de,fr,pt.
Example Requests¶
GET – Taurus & Leo financial compatibility¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/horoscope/compatibility/financial?dob=1992-07-16&dob_partner=1992-07-16&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST – JSON body (recommended for integrations)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/compatibility/financial?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16",
"dob_partner": "1992-07-16"
}'
Example Response (200 OK)¶
{
"match_summary": "Double water—a mirrored emotional sanctuary—intuitive, compassionate, and spiritually attuned in a healing, transformative financial household.",
"match_for": "Cancer and Cancer Financial Compatibility",
"sign_main": "Cancer",
"sign_partner": "Cancer",
"compatibility_score": 92,
"dynamic_summary": "Two Cancers communicate with incredible emotional depth and intuition. They understand each other’s moods, dreams, and unspoken needs without words. Both feel everything deeply and protect each other fiercely. The risk is that both can be escapist or amplify each other’s fears.",
"strengths": [
"Deep emotional and intuitive connection",
"Unconditional compassion",
"Shared creativity and spirituality",
"Loyalty and protection",
"No judgment, psychic attunement"
],
"challenges": [
"Both can be escapist or moody",
"Risk of emotional enmeshment",
"Difficulty with practical boundaries",
"Amplifying each other’s sensitivities",
"Neglecting reality"
],
"money_mindset": "Both are guardians of emotional and financial security. Money is a tool for building a safe, nurturing home.",
"risk_tolerance_alignment": "Very Low. Both prefer conservative, family-oriented investments.",
"wealth_building_potential": "High if they combine their shared focus on security with practical action.",
"growth_opportunities": "Learning healthy boundaries; grounding dreams in reality; practicing self-care; balancing empathy with action.",
"advice_for_main": "Your Cancer partner mirrors your emotional world—use it to heal, not escape.",
"advice_for_partner": "Cancer’s loyalty is in their emotional support—your shared intuition is their love language.",
"warning_signs": [
"Escaping into fantasy",
"Neglecting practical needs",
"Emotional overwhelm",
"Co-dependency",
"Amplified anxiety",
"Avoiding responsibility"
],
"long_term_outlook": "Exceptional. One of the most spiritually and emotionally harmonious financial partnerships possible.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "0a2a079d4325b489",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "horoscope_compatibility_financial",
"endpoint_description": "Analyzes financial compatibility between two zodiac signs.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:37:41.538157+01:00",
"data_source": "Internal Engine / Astro Numerology Interpretation Engine (ANIE)",
"cacheable_status": true,
"report_issue": "https://github.com/dakidarts/the-numerology-api/issues",
"response_language": "en",
"supported_languages": [
"en",
"es",
"de",
"fr",
"pt"
],
"notes": ""
}
}
Key Response Fields Explained¶
| Field | Description |
|---|---|
compatibility_score | 0–100 score for overall financial harmony |
dynamic_summary | High-level overview of the money dynamic |
strengths / challenges | Natural financial flow areas vs common friction points |
money_mindset | Core shared or conflicting beliefs about money |
risk_tolerance_alignment | How well risk appetites match (conservative vs bold) |
wealth_building_potential | Realistic capacity to create & grow wealth together |
growth_opportunities | Ways to improve financial synergy & alignment |
advice_for_main / advice_for_partner | Personalized guidance for each person regarding money habits |
warning_signs | Major red flags that can damage financial harmony |
long_term_outlook | Realistic long-term financial future as a partnership |
Related Endpoints¶
- Compatibility – Lifestyle
- Compatibility – Communication
- Compatibility – Growth
- Compatibility – Career
- Zodiac Sign – Personality
Pro Integration Tip
Combine Financial Compatibility with Growth Compatibility + Lifestyle Compatibility to build a complete conscious partnership intelligence stack:
→ “Will we grow together, live harmoniously, and build real wealth?”
This full suite is perfect for premium relationship apps, financial coaching platforms, couples wealth tools, and astrology membership sites.
Part of the Horoscope & Compatibility category in The Numerology API — premium astrology & conscious relationship technology.