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

In WebSockets, add ability to set additional parameters to further filter the messages #27

Open peterwild opened 3 years ago

peterwild commented 3 years ago

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like In the websockets, you can set additional parameters other than symbol to further filter the messages. For example, I'd like to only see messages of Trades that are >=X shares.

Describe alternatives you've considered We will import all trades, and then do the filtering on our side.