Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting wrong status for mcx in Market status API #267

Open
saurav2210 opened this issue Dec 9, 2023 · 0 comments
Open

getting wrong status for mcx in Market status API #267

saurav2210 opened this issue Dec 9, 2023 · 0 comments

Comments

@saurav2210
Copy link

saurav2210 commented Dec 9, 2023

Hit MarketStatus API on Saturday in postman getting the wrong status for mcx.
Screenshot 2023-12-09 at 8 47 02 PM

URL: https://Openapi.5paisa.com/VendorsAPI/Service1.svc/MarketStatus
Response: {
"body": {
"Data": [
{
"Exch": "N",
"ExchDescription": "Nse Cash",
"ExchType": "C",
"MarketStatus": "Closed"
},
{
"Exch": "B",
"ExchDescription": "Bse Derivative",
"ExchType": "D",
"MarketStatus": "Closed"
},
{
"Exch": "B",
"ExchDescription": "Bse Cash",
"ExchType": "C",
"MarketStatus": "Closed"
},
{
"Exch": "N",
"ExchDescription": "Nse Derivative",
"ExchType": "D",
"MarketStatus": "Closed"
},
{
"Exch": "N",
"ExchDescription": "Nse Currency",
"ExchType": "U",
"MarketStatus": "Closed"
},
{
"Exch": "M",
"ExchDescription": "MCX",
"ExchType": "D",
"MarketStatus": "Open"
}
]
},
"head": {
"status": "0",
"statusDescription": "Success"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant