client-examples icon indicating copy to clipboard operation
client-examples copied to clipboard

Examples of how to connect to Polygon.io

Results 14 client-examples issues
Sort by recently updated
recently updated
newest added

I use WebSocket library as below. https://github.com/socketio/socket.io-client-swift and I want to use Polygon WebSocket services. If I wanna emit below values what is the "auth key"? {"action":"auth","params":"********"} I should use...

This is looking for this path: https://github.com/polygon-io/client-python/blob/master/websocket-example.py

Hello, I notice that the python_asyncio example was last updated two years ago? Is it still relevant? I am looking for examples that will help me set up a messaging...

I'm looking for an auto-reconnect python code for polygon stocks. Can you please share me the git repo location. I really appreciate your help

Help us create a library for NodeJS users to reference when getting started with Polygon.io. https://polygon.io/sockets https://polygon.io/docs/#getting-started

i am trying your polygon websocket code in console C# from github. but it always returns an error, can you please see ![image](https://user-images.githubusercontent.com/60728038/77932762-6c583580-72c7-11ea-811e-6e0d17cedf6d.png)

The current reconnection mechanism doesn't work. As soon as you throw an exception inside the except, it ends all the while loops.

I am able to successfully subscribe to the Trades channel, but when I attempt to subscribe to the quotes channel, I get an error. My request: `{"action":"subscribe","params”:”Q.AAP”}` Error returned: `[{"ev":"status","status":"error","message":"Invalid...

Help us create a library for Java users to reference when getting started with Polygon.io. https://polygon.io/sockets https://polygon.io/docs/#getting-started

Help us create a library for C# users to reference when getting started with Polygon.io. https://polygon.io/docs/#getting-started https://polygon.io/sockets