BennyThadikaran / eod2

A fully automated script to download and update NSE EOD Historical stock, index and delivery data with added features
GNU General Public License v3.0
68 stars 24 forks source link

Dev - Function hooks into EOD2 #140

Closed BennyThadikaran closed 5 months ago

BennyThadikaran commented 5 months ago

This feature allows a user to define function hooks that get execute when running init.py. This allows users to run custom code while the data is being synced. This can be used to run custom scans, store data in alternate locations/ formats like Database etc.

Wiki will be updated with details.