Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 254 Bytes

Capture option price history to SQLite using Tradier API

Run every minute

* * * * * /Users/larry/Projects/venv/bin/python /Users/larry/Projects/scheduling/snapshot.py >> snapshot.log 2>&1

Run every 10 minutes

*/10 * * * *