Reddit Stocks Api
TTM Squeeze Stocks Scanner Api
This Api returns stocks which are in TTM Squeeze or out of Squeeze
curl -XGET 'https://tradestie.com/api/v1/apps/ttm-squeeze-stocks?date=2022-11-18'
[ { 'date': 'Fri, 18 Nov 2022 00:00:00 GMT', 'in_squeeze': False, 'no_of_days_in_squeeze': 0, 'no_of_days_out_of_squeeze': 2, 'out_of_squeeze': True, 'ticker': 'AA' } ... ]
Change the date to find the stocks for a different date.
curl -XGET 'https://tradestie.com/api/v1/apps/ttm-squeeze-stocks?date=2022-11-17'
Note - The list gets updated every day around 6pm EST
Questions - Contact me at [email protected]