We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hit MarketStatus API on Saturday in postman getting the wrong status for mcx.
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" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hit MarketStatus API on Saturday in postman getting the wrong status for mcx.
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"
}
}
The text was updated successfully, but these errors were encountered: