{"slug":"what-is-a-reverse-stock-split","qid":"asst_splits","label":"ASST's reverse split history on record","post_title":"What Is a Reverse Stock Split? Good or Bad?","post_url":"/blog/what-is-a-reverse-stock-split#q-asst_splits","columns":["execution_date","ratio","month_label","date_label","split_from","split_to"],"rows":[{"execution_date":"2024-07-02","ratio":"1-for-5","month_label":"July 2024","date_label":"July 2, 2024","split_from":5,"split_to":1},{"execution_date":"2026-02-06","ratio":"1-for-20","month_label":"February 2026","date_label":"February 6, 2026","split_from":20,"split_to":1}],"shape":"series","sql":"SELECT\n    execution_date,\n    concat(toString(split_to), '-for-', toString(split_from)) AS ratio,\n    concat(monthName(execution_date), ' ', toString(toYear(execution_date))) AS month_label,\n    concat(monthName(execution_date), ' ', toString(toDayOfMonth(execution_date)), ', ',\n           toString(toYear(execution_date))) AS date_label,\n    split_from,\n    split_to\nFROM global_markets.stocks_splits\nWHERE ticker = 'ASST'\n  AND adjustment_type = 'reverse_split'\nORDER BY execution_date","computed_at":"2026-08-22T04:34:02.035058+00:00","elapsed":0.078789695}