SkillAgentSearch skills...

Polygon

A repository of code that interacts with the polygon.io API

Install / Use

/learn @MarketMakerLite/Polygon
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Market Maker Lite Polygon Repository

Python Badge GitHub license GitHub last commit Discord

A repository of code that interacts with the Polygon API by pssolanki111

Websockets

The websocket files send data to a Redis list, which is then consumed through the listener script - saving the data in chunks to a postgres database.

crypto_stream.py

This script streams aggregated minutely bars for all crypto pairs available on Polygon. This data is fed to a Redis list to be consumed by the listener script.

options_stream.py

This script streams options trades for all options available on Polygon. This data is fed to a Redis list to be consumed by the listener script.

stock_stream.py

This script streams aggregated seconds for all stocks available on Polygon. This data is fed to a Redis list to be consumed by the listener script.

stream_listener.py

This script listens and consumes the Redis lists created by the streaming scripts.

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated8mo ago
Forks11

Languages

Python

Security Score

82/100

Audited on Jul 20, 2025

No findings