Minimal Websocket and REST API clients to test the latency of Polygon.io's data feeds.
The code expects the POLYGON_API_KEY
environment variable is set to your Polygon.io credentials.
The command below will start a websocket client and listen for new messages. After some time it will print the mean and standard deviation of the latency.
python latency_measurement.py --test wss
Similarly, the REST endpoint can be tested via
python latency_measurement.py --test rest
For the REST test, two latency statistics are reported. The first is the round trip latency of the call itself, the second is the latency of the response relative to the timestamp associated with the NBBO in the response.