polygon-io / feature-requests

Feature requests for the Polgon.io Platform. Any bug reports should be opened in polygon-io/issues/issuess
0 stars 0 forks source link

System status via the api #11

Open mickelonius opened 3 years ago

mickelonius commented 3 years ago

We see some very useful info on https://polygon.io/system, but the endpoint v1/marketstatus/now gives trading session info, but not polygon system info:

{'afterHours': True, 'currencies': {'crypto': 'open', 'fx': 'closed'}, 'earlyHours': False, 'exchanges': {'nasdaq': 'extended-hours', 'nyse': 'extended-hours', 'otc': 'extended-hours'}, 'market': 'extended-hours', 'serverTime': '2021-07-16T16:59:34-04:00'}

Could you guys expose an endpoint that gives us the info at https://polygon.io/system? That would allow us to validate the status of the polygon.io. api programmatically and prevent a lot of issues.