Skip to content

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

License

Notifications You must be signed in to change notification settings

Eruditis/polygon_nautilus

 
 

Repository files navigation

NautilusTrader Polygon Repository

Python Badge GitHub license GitHub last commit Discord

A repository of code that interacts with the Polygon API by pssolanki111. This is a fork of the MarketMakerLite wrapper repository, which has been modified/extended to aid users of NautilusTrader.

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 NautilusTrader parquet data catalog.

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.5%
  • Jupyter Notebook 7.5%