GET /equity/overview-second-part/2133/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "head": {
        "status": "0",
        "statusDescription": "Success",
        "responseCode": null
    },
    "body": {
        "eventsData": {
            "boardMeetingTableHeader": [
                {
                    "name": "Ex-Date",
                    "unique_name": "boardMeetDate",
                    "type": "Date"
                },
                {
                    "name": "Purpose",
                    "unique_name": "purpose",
                    "type": "String"
                },
                {
                    "name": "Notes",
                    "unique_name": "remarks",
                    "type": "String"
                }
            ],
            "boardMeetingTableData": [
                {
                    "boardMeetDate": "2026-02-03",
                    "purpose": "Quarterly Results",
                    "remarks": ""
                },
                {
                    "boardMeetDate": "2025-11-05",
                    "purpose": "Quarterly Results",
                    "remarks": ""
                },
                {
                    "boardMeetDate": "2025-08-12",
                    "purpose": "Quarterly Results",
                    "remarks": ""
                },
                {
                    "boardMeetDate": "2025-05-20",
                    "purpose": "Audited Results",
                    "remarks": ""
                },
                {
                    "boardMeetDate": "2025-01-22",
                    "purpose": "Quarterly Results",
                    "remarks": ""
                }
            ],
            "dividendTableHeader": [
                {
                    "name": "Ex-Date",
                    "unique_name": "exDate",
                    "type": "Date"
                },
                {
                    "name": "Dividend Amount",
                    "unique_name": "dividendAmount",
                    "type": "Decimal"
                },
                {
                    "name": "Dividend Type",
                    "unique_name": "dividendType",
                    "type": "String"
                },
                {
                    "name": "Record Date",
                    "unique_name": "recordDate",
                    "type": "Date"
                },
                {
                    "name": "Instrument Type",
                    "unique_name": "instrumentType",
                    "type": "String"
                }
            ],
            "dividendTableData": [],
            "bonusTableHeader": [
                {
                    "name": "Ex-Date",
                    "unique_name": "exDate",
                    "type": "Date"
                },
                {
                    "name": "Bonus Ratio",
                    "unique_name": "bonusRatio",
                    "type": "String"
                },
                {
                    "name": "Record Date",
                    "unique_name": "recordDate",
                    "type": "Date"
                }
            ],
            "bonusTableData": [],
            "splitTableHeader": [
                {
                    "name": "Ex-Date",
                    "unique_name": "exDate",
                    "type": "Date"
                },
                {
                    "name": "Old FV",
                    "unique_name": "oldFV",
                    "type": "Integer"
                },
                {
                    "name": "New FV",
                    "unique_name": "newFV",
                    "type": "Integer"
                },
                {
                    "name": "Record Date",
                    "unique_name": "recordDate",
                    "type": "Date"
                }
            ],
            "splitTableData": [
                {
                    "exDate": "2024-08-16",
                    "oldFV": "1000",
                    "newFV": "10",
                    "recordDate": "2024-08-16"
                },
                {
                    "exDate": "2019-02-21",
                    "oldFV": "10",
                    "newFV": "1000",
                    "recordDate": "2019-02-22"
                }
            ],
            "rightTableHeader": [
                {
                    "name": "Ex-Date",
                    "unique_name": "xrDate",
                    "type": "Date"
                },
                {
                    "name": "Ratio",
                    "unique_name": "ratioText",
                    "type": "String"
                },
                {
                    "name": "Face Value",
                    "unique_name": "faceValueOffered",
                    "type": "Integer"
                },
                {
                    "name": "Premium",
                    "unique_name": "rightsPremium",
                    "type": "Integer"
                },
                {
                    "name": "Record Date",
                    "unique_name": "recordDate",
                    "type": "Date"
                }
            ],
            "rightTableData": [
                {
                    "xrDate": "2009-02-04",
                    "ratioText": "1.0:1.0",
                    "faceValueOffered": 10.0,
                    "rightsPremium": 0.0,
                    "recordDate": "2009-02-11"
                },
                {
                    "xrDate": "1993-08-27",
                    "ratioText": "2.0:5.0",
                    "faceValueOffered": 0.0,
                    "rightsPremium": 65.0,
                    "recordDate": "1993-09-16"
                }
            ]
        },
        "researchReports": {
            "tableHeader": [
                {
                    "name": "Date",
                    "unique_name": "recoDate",
                    "type": "Date"
                },
                {
                    "name": "Broker Name",
                    "unique_name": "postAuthor",
                    "type": "String"
                },
                {
                    "name": "Broker URL",
                    "unique_name": "postAuthorUrl",
                    "type": "URL"
                },
                {
                    "name": "Target",
                    "unique_name": "targetPrice",
                    "type": "Number"
                },
                {
                    "name": "Price When Recommended",
                    "unique_name": "recoPrice",
                    "type": "Number"
                },
                {
                    "name": "Type",
                    "unique_name": "recoType",
                    "type": "String"
                },
                {
                    "name": "Upside",
                    "unique_name": "upside",
                    "type": "Percentage"
                },
                {
                    "name": "Change Since Recommendation",
                    "unique_name": "changeSinceReco",
                    "type": "Percentage"
                },
                {
                    "name": "Links",
                    "unique_name": "pdfUrl",
                    "type": "URL"
                },
                {
                    "name": "Insights",
                    "unique_name": "insights",
                    "type": "Array"
                }
            ],
            "tableData": []
        },
        "corporateFiling": {
            "tableHeaders": [
                {
                    "name": "Date",
                    "unique_name": "pubDate",
                    "type": "Date"
                },
                {
                    "name": "Announcement Title",
                    "unique_name": "title",
                    "type": "String"
                },
                {
                    "name": "Details",
                    "unique_name": "text",
                    "type": "String"
                },
                {
                    "name": "Links",
                    "unique_name": "pdfUrl",
                    "type": "URL"
                }
            ],
            "tableData": [
                {
                    "pubDate": "2026-04-01",
                    "title": "Jamshri Realty Ltd-$ - 502901 - Closure of Trading Window",
                    "text": "we wish to inform you that the Trading Window for dealing /trading in securities of the Company by insider as already intimated to them has been closed from 1st April 2026 till 48 hours from the declarartion of Audited Financial Result of the Company for the 4th quarter and Year ended on 31st March 2026.",
                    "pdfUrl": "https://trendlyne.com/get-document/post/pdf/5583577/"
                },
                {
                    "pubDate": "2026-02-03",
                    "title": "Jamshri Realty Ltd-$ - 502901 - Board Meeting Outcome for Outcome Of Board Meeting Pursuant To Regulation 30 Of SEBI \n(Listing Obligation & Disclosure Requirements) Regulations, 2015.",
                    "text": "This is to inform you that a meeting of the Board of Directors was held on 3rd February , 2026 at 5 p.m. and the same was concluded at 6.45 p.m. IND-AS compliant Uaudited Financial Results of the Company for 3rd quarter and Nine Months ended on 31st December ,2025, which were approved by the Audit Committee and thereafter By the Board of Directors alongwith the copy of the Independent Auditors' Report on Review of Interim Financial Results. Please take it on record",
                    "pdfUrl": "https://trendlyne.com/get-document/post/pdf/5510112/"
                },
                {
                    "pubDate": "2026-01-21",
                    "title": "Jamshri Realty Ltd-$ - 502901 - Board Meeting Intimation for Intimation Of Forthcoming Board Meeting Under Regulation 29 Of The SEBI (Listing Obligation And Disclosure Requirements) Regulation, 2015 And Closure Of Trading Window.",
                    "text": "Jamshri Realty Ltd-has informed BSE that the meeting of the Board of Directors of the Company is scheduled on 03/02/2026 ,inter alia, to consider and approve We wish to inform you that a Meeting of the Board of Directors of the Company will be held on Tuesday, 3rd February ,2026, at 601-B, Motimahal, 195, J.T. Road, Backbay Reclamation, Churchgate, Mumbai 400020 at 5.00 p.m. (S.T.) to consider inter-alia the following business: To consider and approve the Unaudited Financial Results of the Company for 3rd quarter and Nine Months ended on 31st Dec ,2025. Further the 'Trading window' for dealing/trading in securities of the Company by insider shall remain closed from 1st January 2026 till 6th February 2026 (both days inclusive) i.e. till the completion of 2 (Two) working days after the declaration of Unaudited Financial Results of the Company for 3rd quarter and Nine Months ended on 31st December, 2025. Thanking you, Yours faithfully, For Jamshri Realty Limited. (Rajesh Damani) DIN: 00184576",
                    "pdfUrl": "https://trendlyne.com/get-document/post/pdf/5490105/"
                },
                {
                    "pubDate": "2026-01-01",
                    "title": "Jamshri Realty Ltd-$ - 502901 - Disclosures under Reg. 29(2) of SEBI (SAST) Regulations, 2011",
                    "text": "The Exchange has received the disclosure under Regulation 29(2) of SEBI (Substantial Acquisition of Shares & Takeovers) Regulations, 2011 for Shri Premratan Damani",
                    "pdfUrl": "https://trendlyne.com/get-document/post/pdf/5466434/"
                },
                {
                    "pubDate": "2026-01-01",
                    "title": "Jamshri Realty Ltd-$ - 502901 - Closure of Trading Window",
                    "text": "we wish to inform you that Trading Window for dealing /trading in securities of the Company by insider as already intimated to them has been closed from 1st January 2026 till 48 hours from the declaration of Unaudited Financial Result of the Company for the 3rd Quarter and Nine months ended on 31st December 2025.",
                    "pdfUrl": "https://trendlyne.com/get-document/post/pdf/5466229/"
                }
            ]
        },
        "earningCallsDocuments": {
            "tableHeaders": [
                {
                    "name": "Date",
                    "unique_name": "pubDate",
                    "type": "Date"
                },
                {
                    "name": "Title",
                    "unique_name": "title",
                    "type": "String"
                },
                {
                    "name": "Source",
                    "unique_name": "source",
                    "type": "String"
                },
                {
                    "name": "Text",
                    "unique_name": "text",
                    "type": "String"
                },
                {
                    "name": "PDF URL",
                    "unique_name": "pdfUrl",
                    "type": "URL"
                },
                {
                    "name": "Video URL",
                    "unique_name": "videoUrl",
                    "type": "URL"
                },
                {
                    "name": "Audio URL",
                    "unique_name": "audioUrl",
                    "type": "URL"
                },
                {
                    "name": "AI Summary URL",
                    "unique_name": "aiSummaryUrl",
                    "type": "URL"
                }
            ],
            "tableData": []
        },
        "annualReportsDocuments": {
            "tableHeaders": [
                {
                    "name": "Date",
                    "unique_name": "pubDate",
                    "type": "Year"
                },
                {
                    "name": "Report Title",
                    "unique_name": "title",
                    "type": "String"
                },
                {
                    "name": "Links",
                    "unique_name": "pdfUrl",
                    "type": "URL"
                }
            ],
            "tableData": [
                {
                    "pubDate": 2025,
                    "title": "Annual Report Mar-2025",
                    "pdfUrl": "https://trendlyne.com/get-document/uploadeddocuments/pdf/2269671/"
                },
                {
                    "pubDate": 2024,
                    "title": "Annual Report Mar-2024",
                    "pdfUrl": "https://trendlyne.com/get-document/uploadeddocuments/pdf/1583038/"
                },
                {
                    "pubDate": 2023,
                    "title": "Annual Report Mar-2023",
                    "pdfUrl": "https://trendlyne.com/get-document/uploadeddocuments/pdf/541513/"
                },
                {
                    "pubDate": 2022,
                    "title": "Annual Report Mar-2022",
                    "pdfUrl": "https://trendlyne.com/get-document/uploadeddocuments/pdf/459218/"
                },
                {
                    "pubDate": 2021,
                    "title": "Annual Report Mar-2021",
                    "pdfUrl": "https://trendlyne.com/get-document/uploadeddocuments/pdf/390012/"
                }
            ]
        },
        "creditRatingDocuments": {
            "tableHeaders": [
                {
                    "name": "Date",
                    "unique_name": "reportDate",
                    "type": "Date"
                },
                {
                    "name": "Rating Agency",
                    "unique_name": "source",
                    "type": "String"
                },
                {
                    "name": "Title",
                    "unique_name": "title",
                    "type": "String"
                },
                {
                    "name": "Desciption",
                    "unique_name": "text",
                    "type": "String"
                },
                {
                    "name": "Links",
                    "unique_name": "pdfUrl",
                    "type": "URL"
                }
            ],
            "tableData": []
        },
        "investorPresentationsDocuments": {
            "tableHeaders": [
                {
                    "name": "Date",
                    "unique_name": "pubDate",
                    "type": "Date"
                },
                {
                    "name": "Report Title",
                    "unique_name": "title",
                    "type": "String"
                },
                {
                    "name": "Text",
                    "unique_name": "text",
                    "type": "String"
                },
                {
                    "name": "Source",
                    "unique_name": "source",
                    "type": "String"
                },
                {
                    "name": "PDF URL",
                    "unique_name": "pdfUrl",
                    "type": "URL"
                },
                {
                    "name": "Video URL",
                    "unique_name": "videoUrl",
                    "type": "URL"
                },
                {
                    "name": "Audio URL",
                    "unique_name": "audioUrl",
                    "type": "URL"
                },
                {
                    "name": "AI Summary URL",
                    "unique_name": "aiSummaryUrl",
                    "type": "URL"
                }
            ],
            "tableData": []
        },
        "companyProfileData": {
            "topExecutivesTableData": [
                {
                    "name": "Rajesh Damani",
                    "prev_company": "",
                    "designation": "Chairman.,Executive Director,Joint Managing Director,Chief Financial Officer",
                    "experience": "",
                    "qualification": "Graduate",
                    "salary_gross": 7.02,
                    "year_end": "Mar 25",
                    "salaryHistoryUrl": "https://trendlyne.com/equity/ceo-salary-history/D-TL172488/rajesh-damani/",
                    "salaryHistoryUrlWebview": "https://trendlyne.com/equity/webview/ceo-salary-history/D-TL172488/rajesh-damani/",
                    "start_date": "03 Feb, 2015"
                },
                {
                    "name": "Devesh Bhati",
                    "prev_company": "",
                    "designation": "Company Secretary",
                    "experience": "",
                    "qualification": "",
                    "salary_gross": 3.6,
                    "year_end": "Mar 25",
                    "salaryHistoryUrl": "https://trendlyne.com/equity/ceo-salary-history/D-TL145655/devesh-bhati/",
                    "salaryHistoryUrlWebview": "https://trendlyne.com/equity/webview/ceo-salary-history/D-TL145655/devesh-bhati/",
                    "start_date": "31 Aug, 2017"
                }
            ],
            "directorsTableData": [
                {
                    "name": "Prem Ratan Damani",
                    "prev_company": "",
                    "designation": "Managing Director",
                    "experience": "",
                    "qualification": "Graduate",
                    "salary_gross": 11.4,
                    "year_end": "2025",
                    "date_str": "Mar 25",
                    "salaryHistoryUrl": "https://trendlyne.com/equity/director-salary-history/D-00030400/prem-ratan-damani/",
                    "salaryHistoryUrlWebview": "https://trendlyne.com/equity/webview/director-salary-history/D-00030400/prem-ratan-damani/",
                    "start_date": "20 Jul, 1966"
                },
                {
                    "name": "Rajesh Damani",
                    "prev_company": "",
                    "designation": "Chairman / Executive Director / Joint MD / CFO",
                    "experience": "",
                    "qualification": "Graduate",
                    "salary_gross": 7.02,
                    "year_end": "2025",
                    "date_str": "Mar 25",
                    "salaryHistoryUrl": "https://trendlyne.com/equity/director-salary-history/D-00184576/rajesh-damani/",
                    "salaryHistoryUrlWebview": "https://trendlyne.com/equity/webview/director-salary-history/D-00184576/rajesh-damani/",
                    "start_date": "23 Jul, 2013"
                },
                {
                    "name": "Devesh Bhati",
                    "prev_company": "",
                    "designation": "Company Sec. & Compli. Officer",
                    "experience": "",
                    "qualification": "",
                    "salary_gross": 3.6,
                    "year_end": "2025",
                    "date_str": "Mar 25",
                    "salaryHistoryUrl": "https://trendlyne.com/equity/director-salary-history/D-TL215610/devesh-bhati/",
                    "salaryHistoryUrlWebview": "https://trendlyne.com/equity/webview/director-salary-history/D-TL215610/devesh-bhati/",
                    "start_date": "31 Aug, 2017"
                },
                {
                    "name": "Rekha Thirani",
                    "prev_company": "",
                    "designation": "Non Executive Director",
                    "experience": "35",
                    "qualification": "M.COM",
                    "salary_gross": 0.15,
                    "year_end": "2025",
                    "date_str": "Mar 25",
                    "salaryHistoryUrl": "https://trendlyne.com/equity/director-salary-history/D-00054058/rekha-thirani/",
                    "salaryHistoryUrlWebview": "https://trendlyne.com/equity/webview/director-salary-history/D-00054058/rekha-thirani/",
                    "start_date": "12 Sep, 2023"
                },
                {
                    "name": "Ananad Ashvin Dalal",
                    "prev_company": "",
                    "designation": "Non Executive Director",
                    "experience": "",
                    "qualification": "Graduate",
                    "salary_gross": 0.11,
                    "year_end": "2025",
                    "date_str": "Mar 25",
                    "salaryHistoryUrl": "https://trendlyne.com/equity/director-salary-history/D-00353555/ananad-ashvin-dalal/",
                    "salaryHistoryUrlWebview": "https://trendlyne.com/equity/webview/director-salary-history/D-00353555/ananad-ashvin-dalal/",
                    "start_date": "09 Nov, 2018"
                },
                {
                    "name": "Pradeep Kumar Singhal",
                    "prev_company": "",
                    "designation": "Non Executive Director",
                    "experience": "36",
                    "qualification": "Doctor",
                    "salary_gross": 0.08,
                    "year_end": "2025",
                    "date_str": "Mar 25",
                    "salaryHistoryUrl": "https://trendlyne.com/equity/director-salary-history/D-08378784/pradeep-kumar-singhal/",
                    "salaryHistoryUrlWebview": "https://trendlyne.com/equity/webview/director-salary-history/D-08378784/pradeep-kumar-singhal/",
                    "start_date": "12 Sep, 2023"
                },
                {
                    "name": "Shri Ankoor Sharad Kulkarni",
                    "prev_company": "",
                    "designation": "Independent Director",
                    "experience": "30",
                    "qualification": "Graduate/ diploma in mechanical engineering",
                    "salary_gross": 0.0,
                    "year_end": "2025",
                    "date_str": "Mar 25",
                    "salaryHistoryUrl": "https://trendlyne.com/equity/director-salary-history/D-10862737/shri-ankoor-sharad-kulkarni/",
                    "salaryHistoryUrlWebview": "https://trendlyne.com/equity/webview/director-salary-history/D-10862737/shri-ankoor-sharad-kulkarni/",
                    "start_date": "11 Aug, 2025"
                }
            ],
            "companyLogo": "",
            "brandesOwnedLogoTableData": [],
            "websiteUrl": "http://www.jamshri.in",
            "topExecutivesTableHeader": [
                {
                    "name": "Name",
                    "unique_name": "name",
                    "type": "String"
                },
                {
                    "name": "Designation",
                    "unique_name": "designation",
                    "type": "String"
                },
                {
                    "name": "Gross Remuneration",
                    "unique_name": "salary_gross",
                    "type": "Currency"
                },
                {
                    "name": "Year",
                    "unique_name": "year_end",
                    "type": "Date"
                },
                {
                    "name": "Previous Company",
                    "unique_name": "prev_company",
                    "type": "String"
                },
                {
                    "name": "Experience (Years)",
                    "unique_name": "experience",
                    "type": "Number"
                },
                {
                    "name": "Qualification",
                    "unique_name": "qualification",
                    "type": "String"
                },
                {
                    "name": "Salary History URL",
                    "unique_name": "salaryHistoryUrl",
                    "type": "URL"
                },
                {
                    "name": "Salary History Webview URL",
                    "unique_name": "salaryHistoryUrlWebview",
                    "type": "URL"
                },
                {
                    "name": "Start Date",
                    "unique_name": "start_date",
                    "type": "Date"
                }
            ],
            "directorsTableHeader": [
                {
                    "name": "Name",
                    "unique_name": "name",
                    "type": "String"
                },
                {
                    "name": "Position",
                    "unique_name": "designation",
                    "type": "String"
                },
                {
                    "name": "Gross Remuneration",
                    "unique_name": "salary_gross",
                    "type": "Currency"
                },
                {
                    "name": "Year",
                    "unique_name": "year_end",
                    "type": "Year"
                },
                {
                    "name": "Previous Company",
                    "unique_name": "prev_company",
                    "type": "String"
                },
                {
                    "name": "Experience",
                    "unique_name": "experience",
                    "type": "String"
                },
                {
                    "name": "Qualification",
                    "unique_name": "qualification",
                    "type": "String"
                },
                {
                    "name": "Date",
                    "unique_name": "date_str",
                    "type": "Date"
                },
                {
                    "name": "Salary History URL",
                    "unique_name": "salaryHistoryUrl",
                    "type": "URL"
                },
                {
                    "name": "Salary History Webview URL",
                    "unique_name": "salaryHistoryUrlWebview",
                    "type": "URL"
                }
            ],
            "brandesOwnedLogoTableHeader": [
                {
                    "name": "Logo",
                    "unique_name": "brand_logo",
                    "type": "URL"
                },
                {
                    "name": "Brand Name",
                    "unique_name": "brand_name",
                    "type": "String"
                }
            ],
            "companyDescription": "#### Iran war impact \nThe impact of the Iran war on **Jamshri Realty Ltd.** is classified as **minimal**, as the company’s core operations are entirely domestic and focused on the Indian real estate and hospitality sectors.\n\n##### Nature of Impact\nThe overall impact is **minimal** to **indirectly negative** (due to broader macroeconomic factors). There is no evidence of direct operational exposure to the conflict zone.\n\n*   **Presence in Gulf and Israel:** Based on the latest available financial disclosures (Annual Report FY25 and Q1FY26 results), Jamshri Realty Ltd. does not have any physical presence, subsidiaries, or ongoing projects in the Middle East, Gulf countries, or Israel. Its registered office is in Solapur, Maharashtra, and its administrative office is in Mumbai.\n*   **Dependence on Raw Materials and Oil/Gas Derivatives:** As a real estate developer and hospitality provider, the company is not directly dependent on oil or gas as a primary raw material. However, it faces indirect risks from rising crude oil prices, which typically lead to higher costs for construction materials (such as bitumen, paints, and plastic-based fittings) and increased logistics/transportation expenses for cement and steel.\n*   **Supply Chain Disruptions:** The company operates primarily in Solapur (where it is developing a business park and owns hospitality assets). Its supply chain is largely localized within India. While global shipping disruptions could lead to inflationary pressure on certain imported luxury fittings (if any), they do not pose a structural threat to the company’s project timelines.\n\n##### Financial Quantification\nThe company’s revenue streams are strictly domestic. As of the quarter ended June 30, 2025, and the full year ended March 31, 2025, the financial profile is as follows:\n\n| Financial Metric | Q1 FY26 (June 2025) | FY 2024-25 |\n| :--- | :--- | :--- |\n| **Total Revenue** | Rs. 215.49 Lakhs | Rs. 808.49 Lakhs |\n| **Segment: Property & Related Services** | Rs. 124.11 Lakhs | Rs. 472.56 Lakhs |\n| **Segment: Hospitality Services** | Rs. 92.38 Lakhs | Rs. 335.93 Lakhs |\n| **Net Profit / (Loss)** | Rs. 9.00 Lakhs | (Rs. 123.80 Lakhs) |\n| **Geographic Revenue (Middle East)** | **0%** | **0%** |\n\n**Direct Financial Exposure:**\n*   **Middle East Revenue:** Rs. 0. The company does not derive any income from the Gulf or Israel.\n*   **Debt Profile:** The company has a high Debt-Equity ratio (11.25 as of June 2025) and relies on domestic institutions like Axis Finance Limited. It has no reported exposure to foreign currency loans that could be impacted by global currency volatility resulting from the war.\n\n##### Conclusion\nJamshri Realty Ltd. remains insulated from the direct effects of the Iran-Israel war. The primary risk remains **inflationary pressure** on domestic construction costs and potential increases in power and fuel expenses (which stood at **Rs. 96 Lakhs** in Q1 FY26). Since the company has permanently discontinued its manufacturing activities (textile mills) and pivoted to real estate/hospitality, it no longer has the high energy-intensive profile that would be severely hit by oil price spikes.\n\n\n\n-- Powered by ![MarketMind AI](https://cdn-static.trendlyne.com/static/img/common/marketmind-sm.png) MarketMind AI\n\n---\n\n"
        },
        "faq": [
            {
                "question": "How is Jamshri Realty today?",
                "answer": "<a href='https://trendlyne.com/equity/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a> today is trading in the red, down by 5.85% at ₹73.41."
            },
            {
                "question": "How has Jamshri Realty performed historically?",
                "answer": "<a href='https://trendlyne.com/share-price/performance/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a> is currently trading down 5.85% on an intraday basis. In the past week the stock rose 1.87%. Stock has been down 24.88% in the past quarter and fell 27.14% in the past year. You can view this in the <a href='https://trendlyne.com/share-price/performance/2133/JAMSHRI/jamshri-realty-ltd/'>share price history/seasonality</a> section."
            },
            {
                "question": "What is the current share price of Jamshri Realty on NSE and BSE exchanges?",
                "answer": "<a href='https://trendlyne.com/equity/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a> is listed on BSE with ticker 502901. It's currently trading on BSE at a share price of ₹73.41."
            },
            {
                "question": "What is the market cap of Jamshri Realty?",
                "answer": "The market cap of <a href='https://trendlyne.com/equity/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a> is ₹51.29 Cr. as of Apr 02, 2026."
            },
            {
                "question": "When did Jamshri Realty last pay a dividend, and what has its dividend history been?",
                "answer": "<a href='https://trendlyne.com/equity/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a> has never announced any dividend since the time of its listing on the BSE exchange."
            },
            {
                "question": "Has Jamshri Realty issued any bonus shares or share splits recently?",
                "answer": "<a href='https://trendlyne.com/equity/corporate-actions/JAMSHRI/2133/jamshri-realty-ltd/'>Jamshri Realty</a> has never issued bonus shares, but it has issued 2 stock splits since its BSE listing. The latest announcement for Jamshri Realty stock split was on Aug 16, 2024 at a ratio of 1000:10."
            },
            {
                "question": "What do the financial statements and annual reports of Jamshri Realty Indicate?",
                "answer": "<a href='https://trendlyne.com/fundamentals/financials/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a> reported ₹2.11 Cr. in revenue, ₹0 Cr. in net profit, and ₹0.93 Cr. in EBITD as of Feb 03, 2026 for Q3 FY25-26."
            },
            {
                "question": "What is the target share price of Jamshri Realty according to analyst predictions in FY26-27?",
                "answer": "There are no analyst predictions for stock price target for <a href='https://trendlyne.com/equity/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a>."
            },
            {
                "question": "What is the PE Ratio of Jamshri Realty?",
                "answer": "The PE ratio of <a href='https://trendlyne.com/equity/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a> is -113.64 as of Apr 02, 2026."
            },
            {
                "question": "What is the PB Ratio of Jamshri Realty?",
                "answer": "The PB ratio of <a href='https://trendlyne.com/equity/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a> is -9.94 as of Apr 02, 2026."
            },
            {
                "question": "Where can I check the latest Research Reports about Jamshri Realty?",
                "answer": "There are no analyst reports for <a href='https://trendlyne.com/equity/2133/JAMSHRI/jamshri-realty-ltd/'>Jamshri Realty</a>."
            },
            {
                "question": "How can I be notified of real time alerts about Jamshri Realty stock?",
                "answer": "You can set real-time stock alerts on price, volume, SMA, and several other parameters by scrolling to the top of this page and clicking the bell icon on the far right-hand side of the stock overview."
            }
        ]
    }
}