Merge pull request #413 from CadeYu/codex/exchange-qualified-tickers

fix: preserve exchange-qualified tickers across agent prompts
This commit is contained in:
Yijia Xiao
2026-03-22 15:36:14 -07:00
committed by GitHub
11 changed files with 90 additions and 29 deletions

View File

@@ -501,7 +501,9 @@ def get_user_selections():
# Step 1: Ticker symbol
console.print(
create_question_box(
"Step 1: Ticker Symbol", "Enter the ticker symbol to analyze", "SPY"
"Step 1: Ticker Symbol",
"Enter the exact ticker symbol to analyze, including exchange suffix when needed (examples: SPY, CNC.TO, 7203.T, 0700.HK)",
"SPY",
)
)
selected_ticker = get_ticker()