Stock Split Calendar From a Free SQL API
Build a stock split calendar with one curl call and one SQL query: upcoming forward and reverse splits, ratios, effective dates, and splits per month.
Filtering by topic #curl · clear
Build a stock split calendar with one curl call and one SQL query: upcoming forward and reverse splits, ratios, effective dates, and splits per month.
Fetch FINRA daily short volume data with curl, read the Reg SHO file's columns, and compute a symbol's short volume ratio with awk. Pinned date, reproducible.