वित्तीय अनुकूलता राशिफल¶
यह एंडपॉइंट बताता है कि दो राशि चक्र धन के संबंध में एक दूसरे के साथ किस प्रकार तालमेल बिठाते हैं (या टकराव करते हैं) - यह किसी भी दीर्घकालिक रिश्ते या साझेदारी का सबसे व्यावहारिक और प्रभावशाली क्षेत्र है।
इसमें निम्नलिखित शामिल हैं:
- धन की मानसिकता और संपत्ति के बारे में मूल विश्वास
- जोखिम लेने की क्षमता और निवेश शैलियाँ
- खर्च बनाम बचत की प्रवृत्ति
- एक टीम के रूप में संपत्ति बनाने की क्षमता
- वित्तीय भूमिकाएँ, कमजोर बिंदु और दीर्घकालिक दृष्टिकोण
यह रोमांटिक भागीदारों, विवाहित जोड़ों, व्यावसायिक सहयोगियों या किसी भी ऐसे व्यक्ति के लिए आदर्श है जो मिलकर जागरूक धन का निर्माण कर रहे हैं।
प्यार लोगों को एक साथ रख सकता है… वित्तीय अनुकूलता यह निर्धारित करता है कि वे समृद्धि बनाते हैं या विवाद करते हैं।
एंडपॉइंट¶
| विधि | पथ |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/compatibility/financial |
POST | https://api.numerologyapi.com/api/v1/horoscope/compatibility/financial |
आवश्यक हेडर¶
आप
Authorization: Bearer YOUR_API_KEYके साथ भी प्रमाणीकरण कर सकते हैं।Numerology API डैशबोर्ड में API कुंजी बनाएं और प्रबंधित करें।
पैरामीटर| पैरामीटर | प्रकार | आवश्यक | विवरण |¶
|-------------------|--------|----------|------------------------------------------------------------| | dob | स्ट्रिंग | हाँ | मुख्य व्यक्ति की जन्मतिथि (YYYY-MM-DD) | | dob_partner | स्ट्रिंग | हाँ | साथी/व्यक्ति 2 की जन्मतिथि (YYYY-MM-DD) |
क्रम स्वचालित रूप से संभाला जाता है (सममित अनुकूलता मैट्रिक्स)।
प्रतिक्रियाओं को स्थानीय बनाने के लिए वैकल्पिक
langक्वेरी पैरामीटर जोड़ें। समर्थित मान:en,es,de,fr,pt।
उदाहरण अनुरोध¶
GET – टैरस और लियो वित्तीय अनुकूलता¶
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 बॉडी (एकीकरण के लिए अनुशंसित)¶
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"
}'
उदाहरण प्रतिक्रिया (200 ठीक)¶
{
"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": ""
}
}
मुख्य प्रतिक्रिया फ़ील्डों की व्याख्या| क्षेत्र | विवरण |¶
|-----------------------------|---------------------------------------------------------------| | compatibility_score | 0–100 स्कोर: समग्र वित्तीय सद्भाव के लिए | | dynamic_summary | धन की गतिशीलता का उच्च-स्तरीय अवलोकन | | strengths / challenges | प्राकृतिक वित्तीय प्रवाह क्षेत्र बनाम सामान्य घर्षण बिंदु | | money_mindset | धन के बारे में मूल साझा या विरोधाभासी विश्वास | | risk_tolerance_alignment | जोखिम लेने की इच्छा कितनी अच्छी तरह मेल खाती है (सावधानीपूर्ण बनाम साहसिक) | | wealth_building_potential | एक साथ धन बनाने और बढ़ाने की यथार्थवादी क्षमता | | growth_opportunities | वित्तीय तालमेल और संरेखण में सुधार के तरीके | | advice_for_main / advice_for_partner | प्रत्येक व्यक्ति के लिए धन की आदतों पर व्यक्तिगत मार्गदर्शन | | warning_signs | प्रमुख लाल झंडे जो वित्तीय सद्भाव को नुकसान पहुंचा सकते हैं | | long_term_outlook | साझेदारी के रूप में यथार्थवादी दीर्घकालिक वित्तीय भविष्य |
संबंधित एंडपॉइंट्स- संगतता – जीवनशैली¶
!!! सुझाव "प्रो इंटीग्रेशन सुझाव"
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.
ज्योतिष और संगतता श्रेणी का हिस्सा, द न्यूमरोलॉजी एपीआई — प्रीमियम ज्योतिष और जागरूक संबंध तकनीक।