You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SiriDB is a highly-scalable, robust and super fast time series database. Build from the ground up SiriDB uses a unique mechanism to operate without a global index and allows server resources to be added on the fly. SiriDB's unique query language includes dynamic grouping of time series for easy analysis over large amounts of time series.
This program is used to build and update a database of stock tickers and their historical price data. It fetches stock ticker information from the Polygon API and retrieves historical price data for each ticker using the same API. The program is written in Python and utilizes SQLite for database management.