Replies: 1 comment 1 reply
-
Hi Arun, In Firefox, use Keep the inspector open and navigate to the Financial Results page you mentioned. You should find the below request which is the result you're looking for. Click on it to get additional info. Right click on the request > Copy Value > Copy as Curl. You can paste this in your command line to make a curl request if you have it installed. Or go to https://curlconverter.com/ and paste the contents there. You should get the Python requests equivalent code. Below is the concise json response. [
{
"from_date": "01 Oct 2023",
"to_date": "31 Dec 2023",
"expenditure": "5807235",
"income": "8171965",
"audited": "Un-Audited",
"cumulative": "Non-cumulative",
"consolidated": "Non-Consolidated",
"reDilEPS": "21.58",
"reProLossBefTax": "1943066",
"proLossAftTax": "1637254",
"re_broadcast_timestamp": "16-Jan-2024 17:11",
"xbrl_attachment": "https://nsearchives.nseindia.com/corporate/xbrl/BANKING_101078_1023175_16012024051131.xml",
"na_attachment": "https://nsearchives.nseindia.com/na_attachments/HDFCBANK_NA_16012024171130_1.zip"
}
] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to get last four quarter sales, eps, etc?
Attaching image from NSE.
Beta Was this translation helpful? Give feedback.
All reactions