Query_id
int64 1
1.08k
| Query
stringlengths 3
106
| Elastic_search
stringlengths 2
247
| Parser_output
stringlengths 2
252
|
---|---|---|---|
879 | dividends paid in 2020 for my watchlist | [{'text':'for','ticker':'FOR'},{'text':'paid','ticker':'PAYD'}] | [{'dividends': ['attribute/fundamental/dividend/amount']}, {'2020': ['time/in_2020']}, {'watchlist': ['vehicle/watchlist']}] |
883 | has verizon paid a dividend last month? | [{'text':'has','ticker':'HAS'},{'text':'a','ticker':'A'},{'text':'paid','ticker':'PAYD'},{'text':'verizon','ticker':'VZ'}] | [{'verizon': ['ticker/VZ']}, {'paid a dividend': ['attribute/fundamental/dividend/amount']}, {'last month': ['time/last_month']}] |
886 | how did amex do in 2022 | [{'text':'do','ticker':'DO'},{'text':'amex','ticker':'AMX'}] | [{'amex': ['ticker/AMX']}, {'do': ['attribute/technical/returns']}, {'2022': ['time/in_2022']}] |
887 | How did amgen do since march 3 2024 | [{'text':'do','ticker':'DO'},{'text':'amgen','ticker':'AMGN'}] | [{'How * do': ['attribute/technical/returns']}, {'amgen': ['ticker/AMGN']}, {'since march 3 2024': ['time/since_march_3_2024']}] |
888 | How did AT&T perform 60 days ago? | [{'text':'ago','ticker':'AGO'},{'text':'at&t','ticker':'TBC'}] | [{'AT&T': ['ticker/T']}, {'perform': ['attribute/technical/returns']}, {'60 days': ['time/sixty_days_ago']}] |
890 | how did costco perform from 13 days ago? | [{'text':'ago','ticker':'AGO'},{'text':'costco','ticker':'COST'}] | [{'costco': ['ticker/COST']}, {'perform': ['attribute/technical/returns']}, {'from 13 days ago': ['time/since_thirteen_days_ago']}] |
891 | How did humana do past 5 years | [{'text':'do','ticker':'DO'},{'text':'humana','ticker':'HUM'}] | [{'how * do': ['attribute/technical/returns']}, {'humana': ['ticker/HUM']}, {'past 5 years': ['time/last_five_years']}] |
893 | how did john deere do in march 2020 | [{'text':'do','ticker':'DO'},{'text':'deere','ticker':'DE'}] | [{'how * do': ['attribute/technical/returns']}, {'john deere': ['ticker/DE']}, {'march 2020': ['time/march_2020']}] |
896 | how did nike do since 2022 | [{'text':'do','ticker':'DO'},{'text':'nike','ticker':'NKE'}] | [{'how * do': ['attribute/technical/returns']}, {'nike': ['ticker/NKE']}, {'since 2022': ['time/since_2022']}] |
900 | how has energy contributed to my return this year? | [{'text':'year','ticker':'YEAR'},{'text':'has','ticker':'HAS'}] | [{'energy': ['exposure/sector/energy']}, {'return': ['attribute/technical/returns']}, {'this year': ['time/since_this_year']}] |
901 | how has tesla performed since the covid drop? | [{'text':'has','ticker':'HAS'},{'text':'drop','ticker':'DROP'},{'text':'tesla','ticker':'TSLA'}] | [{'tesla': ['ticker/TSLA']}, {'performed': ['attribute/technical/returns']}, {'since the covid drop': ['exposure/event/reopening']}] |
902 | How has the momentum factor impacted my investment gains this year? | [{'text':'year','ticker':'YEAR'},{'text':'has','ticker':'HAS'}] | [{'momentum factor': ['attribute/style/momentum']}, {'gains': ['attribute/technical/gains']}, {'this year': ['time/since_this_year']}] |
903 | How is AVDL doing this year? | [{'text':'year','ticker':'YEAR'},{'text':'avdl','ticker':'AVDL'}] | [{'How * doing':['attribute/technical/returns']},{'AVDL': ['ticker/AVDL']}, {'this year': ['time/since_this_year']}] |
906 | how is EFC doing now? | [{'text':'now','ticker':'NOW'},{'text':'efc','ticker':'EFC'}] | [{'how * doing': ['attribute/technical/returns']}, {'EFC': ['ticker/EFC']}, {'now': ['time/today']}] |
912 | how much am I down in HD in the past year? | [{'text':'am','ticker':'AM'},{'text':'year','ticker':'YEAR'},{'text':'hd','ticker':'HD'}] | [{'down': ['attribute/technical/losses']}, {'HD': ['ticker/HD']}, {'past year': ['time/last_year']}] |
913 | how much am I up in NFLX the past week? | [{'text':'up','ticker':'UP'},{'text':'am','ticker':'AM'},{'text':'nflx','ticker':'NFLX'}] | [{'how much * up': ['attribute/technical/gains']}, {'NFLX': ['ticker/NFLX']}, {'past week': ['time/last_week']}] |
915 | how much did I gain in BAC past 3 months? | [{'text':'bac','ticker':'BAC'},{'text':'gain','ticker':'GAIN'}] | [{'gain': ['attribute/technical/gains']}, {'BAC': ['ticker/BAC']}, {'past 3 months': ['time/since_three_months_ago']}] |
916 | how much did I gain in chevron today | [{'text':'chevron','ticker':'CVX'},{'text':'gain','ticker':'GAIN'}] | [{'gain': ['attribute/technical/gains']}, {'chevron': ['ticker/CVX']}, {'today': ['time/today']}] |
919 | How much dividend income will I get for the month of may | [{'text':'for','ticker':'FOR'},{'text':'get','ticker':'GET'}] | [{'dividend income': ['attribute/fundamental/dividend/amount']}, {'month of may': ['time/may_this_year']}] |
920 | How much dividend yield will I get for the month of may | [{'text':'for','ticker':'FOR'},{'text':'get','ticker':'GET'}] | [{'dividend yield': ['attribute/fundamental/yield/dividend']}, {'month of may': ['time/may_this_year']}] |
921 | how much dividends has comcast paid since 2020 | [{'text':'comcast','ticker':'CMCSA'},{'text':'has','ticker':'HAS'},{'text':'paid','ticker':'PAYD'}] | [{'dividends': ['attribute/fundamental/dividend/amount']}, {'comcast': ['ticker/CMCSA']}, {'since 2020': ['time/since_2020']}] |
922 | how much dividends has johnson paid since march | [{'text':'paid','ticker':'PAYD'},{'text':'has','ticker':'HAS'}] | [{'dividends': ['attribute/fundamental/dividend/amount']}, {'Johnson': ['potential_company']}, {'since march': ['time/since_march_this_year']}] |
924 | How much has the momentum factor contributed to my portfolio's return this year? | [{'text':'year','ticker':'YEAR'},{'text':'s','ticker':'S'},{'text':'has','ticker':'HAS'}] | [{'momentum factor': ['attribute/style/momentum']}, {'portfolio': ['vehicle/portfolio']}, {'return': ['attribute/technical/returns']}, {'this year': ['time/since_this_year']}] |
925 | How much has the momentum factor contributed to my return this year? | [{'text':'year','ticker':'YEAR'},{'text':'has','ticker':'HAS'}] | [{'momentum factor': ['attribute/style/momentum']}, {'return': ['attribute/technical/returns']}, {'this year': ['time/since_this_year']}] |
926 | How much has the momentum factor influenced my total return for this year? | [{'text':'has','ticker':'HAS'},{'text':'for','ticker':'FOR'},{'text':'total','ticker':'TTFNF'},{'text':'year','ticker':'YEAR'}] | [{'momentum factor': ['attribute/style/momentum']}, {'total return': ['attribute/technical/returns']}, {'this year': ['time/since_this_year']}] |
927 | how much money has my portfolio made me since 2021? | [{'text':'has','ticker':'HAS'},{'text':'me','ticker':'ME'},{'text':'made','ticker':'MADE'}] | [{'portfolio': ['vehicle/portfolio']}, {'made me': ['attribute/technical/gains']}, {'since 2021': ['time/since_2021']}] |
928 | How much money would I have made if I invested in Coca-Cola 2 months ago? | [{'text':'coca','ticker':'CCHBF'},{'text':'made','ticker':'MADE'},{'text':'ago','ticker':'AGO'}] | [{'Coca-Cola': ['ticker/CCHBF']}, {'2 months ago': ['time/since_two_months_ago']}] |
929 | How profitable would it have been if I had invested in Amazon and Apple three months ago? | [{'text':'profitable','ticker':'PRDL'},{'text':'apple','ticker':'AAPL'},{'text':'been','ticker':'BEEN'},{'text':'amazon','ticker':'AMZN'},{'text':'it','ticker':'IT'},{'text':'ago','ticker':'AGO'}] | [{'How profitable': ['attribute/technical/gains']}, {'Amazon': ['ticker/AMZN']}, {'Apple': ['ticker/AAPL']}, {'three months ago': ['time/last_three_months']}] |
930 | How significant is the momentum factor in my returns for this year? | [{'text':'year','ticker':'YEAR'},{'text':'for','ticker':'FOR'}] | [{'momentum factor': ['attribute/style/momentum']}, {'returns': ['attribute/technical/returns']}, {'this year': ['time/since_this_year']}] |
933 | how was sysco's performance last 3 quarters | [{'text':'s','ticker':'S'},{'text':'sysco','ticker':'SYY'}] | [{'sysco': ['ticker/SYY']}, {'performance': ['attribute/technical/returns']}, {'last 3 quarters': ['time/last_three_quarters']}] |
934 | How was Tesla's performance the last 3 years | [{'text':'s','ticker':'S'},{'text':'tesla','ticker':'TSLA'}] | [{'Tesla': ['ticker/TSLA']}, {'performance': ['attribute/technical/returns']}, {'last 3 years': ['time/last_three_years']}] |
936 | how's nvidia performing today | [{'text':'nvidia','ticker':'NVDA'},{'text':'s','ticker':'S'}] | [{'hows * performing': ['attribute/technical/returns']}, {'nvidia': ['ticker/NVDA']}, {'today': ['time/today']}] |
937 | how's the 1-year performance of wesco | [{'text':'s','ticker':'S'},{'text':'wesco','ticker':'WCC.PRA'},{'text':'year','ticker':'YEAR'}] | [{'1-year': ['time/since_one_year_ago']}, {'performance': ['attribute/technical/returns']}, {'wesco': ['ticker/WCC']}] |
938 | If I had put money into Google a year back, what would have been my profits now? | [{'text':'into','ticker':'INTO'},{'text':'google','ticker':'GOOGL'},{'text':'year','ticker':'YEAR'},{'text':'a','ticker':'A'},{'text':'back','ticker':'BACK'},{'text':'been','ticker':'BEEN'},{'text':'now','ticker':'NOW'}] | [{'Google': ['ticker/GOOGL']}, {'a year back': ['time/since_one_year_ago']}, {'profits': ['attribute/technical/gains']}] |
940 | is the SPY in an up trend last month | [{'text':'an','ticker':'AN'},{'text':'spy','ticker':'SPY'},{'text':'up','ticker':'UP'}] | [{'SPY': ['ticker/SPY']}, {'up trend': ['preference/high','attribute/technical/trend']}, {'last month': ['time/last_month']}] |
941 | list my investments which will report earnings over the next 6 weeks by week | [{'text':'by','ticker':'BY'},{'text':'next','ticker':'NEXT'}] | [{'investments': ['vehicle/portfolio']}, {'report earnings': ['attribute/earnings_date']}, {'next 6 weeks': ['time/within_six_weeks']}] |
944 | performance of allstate in june 2021 | [{'text':'june','ticker':'JUNE'},{'text':'allstate','ticker':'ALL'}] | [{'performance': ['attribute/technical/returns']}, {'allstate': ['ticker/ALL']}, {'june 2021': ['time/june_2021']}] |
946 | returns for S&P from Feb 9th 2024 | [{'text':'s&p','ticker':'S'},{'text':'for','ticker':'FOR'}] | [{'returns': ['attribute/technical/returns']}, {'S&P': ['potential_index']}, {'Feb 9th 2024': ['time/february_9_2024']}] |
954 | what are my projected dividends for my portfolio in 2024 | [{'text':'for','ticker':'FOR'},{'text':'are','ticker':'ARE'}] | [{'projected dividends': ['attribute/fundamental/dividend/amount']}, {'portfolio': ['vehicle/portfolio']}, {'2024': ['time/in_2024']}] |
955 | what are my worst performers year to date | [{'text':'year','ticker':'YEAR'},{'text':'are','ticker':'ARE'}] | [{'worst performers': ['preference/low', 'attribute/technical/returns']}, {'year to date': ['time/since_this_year']}] |
956 | What are the ex-dividend date for my portfolio? | [{'text':'for','ticker':'FOR'},{'text':'are','ticker':'ARE'}] | [{'ex-dividend date': ['attribute/fundamental/dividend/ex_date']}, {'portfolio': ['vehicle/portfolio']}] |
957 | What are the implications of ABTs stock move on May 29th? | [{'text':'are','ticker':'ARE'},{'text':'abts','ticker':'ABTS'},{'text':'on','ticker':'ON'},{'text':'move','ticker':'MOVE'}] | [{'ABTs': ['ticker/ABTS']}, {'stock': ['asset_type/single_stocks']}, {'move': ['attribute/technical/returns']}, {'May 29th': ['time/may_29_this_year']}] |
958 | What are the implications of AMIXs move on May 28th? | [{'text':'on','ticker':'ON'},{'text':'move','ticker':'MOVE'},{'text':'are','ticker':'ARE'}] | [{'AMIXs': ['potential_company']}, {'move': ['attribute/technical/returns']}, {'May 28th': ['time/may_28_this_year']}] |
959 | What are the implications of BBVAs stock move on May 29th? | [{'text':'move','ticker':'MOVE'},{'text':'are','ticker':'ARE'},{'text':'on','ticker':'ON'}] | [{'BBVAs': ['potential_company']}, {'stock': ['asset_type/single_stocks']}, {'move': ['attribute/technical/returns']}, {'May 29th': ['time/may_29_this_year']}] |
960 | What are the implications of CIVIs stock move on June 03rd? | [{'text':'are','ticker':'ARE'},{'text':'june','ticker':'JUNE'},{'text':'on','ticker':'ON'},{'text':'move','ticker':'MOVE'}] | [{'CIVIs': ['potential_company']}, {'stock': ['asset_type/single_stocks']}, {'move': ['attribute/technical/returns']}, {'June 03rd': ['time/june_03_this_year']}] |
961 | What are the implications of FREYs stock move on June 6th? | [{'text':'are','ticker':'ARE'},{'text':'june','ticker':'JUNE'},{'text':'on','ticker':'ON'},{'text':'move','ticker':'MOVE'}] | [{'FREYs': ['potential_company']}, {'stock': ['asset_type/single_stocks']}, {'move': ['attribute/technical/returns']}, {'June 6th': ['time/june_6_this_year']}] |
962 | What are the returns on Amazon over the last 4 years | [{'text':'are','ticker':'ARE'},{'text':'amazon','ticker':'AMZN'},{'text':'on','ticker':'ON'}] | [{'returns': ['attribute/technical/returns']}, {'Amazon': ['ticker/AMZN']}, {'last 4 years': ['time/since_four_years_ago']}] |
963 | What if I had invested in UNH 2 years ago instead of buying a car? | [{'text':'unh','ticker':'UNH'},{'text':'ago','ticker':'AGO'},{'text':'car','ticker':'CAR'},{'text':'a','ticker':'A'}] | [{'UNH': ['ticker/UNH']}, {'2 years ago': ['time/since_two_years_ago']}] |
964 | What if I invested in Apple 8 months ago instead of buying an iPhone? | [{'text':'ago','ticker':'AGO'},{'text':'apple','ticker':'AAPL'},{'text':'an','ticker':'AN'}] | [{'Apple': ['ticker/AAPL']}, {'8 months ago': ['time/since_eight_months_ago']}] |
965 | what is my estimated dividend income for the next year | [{'text':'next','ticker':'NEXT'},{'text':'for','ticker':'FOR'},{'text':'year','ticker':'YEAR'}] | [{'estimated dividend income': ['attribute/fundamental/dividend/amount']}, {'next year': ['time/next_year']}] |
966 | what is my estimated dividend yield for the next year | [{'text':'year','ticker':'YEAR'},{'text':'next','ticker':'NEXT'},{'text':'for','ticker':'FOR'}] | [{'estimated dividend yield': ['attribute/fundamental/yield/dividend']}, {'next year': ['time/next_year']}] |
967 | what is my Fidelity portfolio's average volatility in the last year | [{'text':'s','ticker':'S'},{'text':'fidelity','ticker':'FDHC'},{'text':'year','ticker':'YEAR'}] | [{'Fidelity': ['potential_broker']}, {'portfolio': ['vehicle/portfolio']}, {'average volatility': ['attribute/technical/volatility']}, {'last year': ['time/last_year']}] |
968 | What is the 1 year dividend return of IIIN | [{'text':'iiin','ticker':'IIIN'},{'text':'year','ticker':'YEAR'}] | [{'1 year': ['time/since_one_year_ago']}, {'dividend return': ['attribute/fundamental/yield/dividend']}, {'IIIN': ['ticker/IIIN']}] |
970 | What is the 200 day moving average of AAP? | [{'text':'aap','ticker':'AAP'},{'text':'day','ticker':'DAY'}] | [{'200 day': ['time/since_two_hundred_days_ago']}, {'moving average': ['attribute/technical/moving_average']}, {'AAP': ['ticker/AAP']}] |
971 | What is the 3-year return of MA? | [{'text':'ma','ticker':'MA'},{'text':'year','ticker':'YEAR'}] | [{'3-year': ['time/since_three_years_ago']}, {'return': ['attribute/technical/returns']}, {'MA': ['ticker/MA']}] |
972 | What is the impact of the momentum factor on my investment returns this year? | [{'text':'year','ticker':'YEAR'},{'text':'on','ticker':'ON'}] | [{'momentum factor': ['attribute/style/momentum']}, {'investment returns': ['attribute/technical/returns']}, {'this year': ['time/since_this_year']}] |
973 | what is the max drawdown of my portfolio this year? | [{'text':'year','ticker':'YEAR'},{'text':'max','ticker':'MAX'}] | [{'max drawdown': ['attribute/technical/drawdown']}, {'portfolio': ['vehicle/portfolio']}, {'this year': ['time/since_this_year']}] |
976 | What role has the momentum factor played in my portfolio's performance this year? | [{'text':'s','ticker':'S'},{'text':'has','ticker':'HAS'},{'text':'year','ticker':'YEAR'}] | [{'momentum factor': ['attribute/style/momentum']}, {'portfolio': ['vehicle/portfolio']}, {'performance': ['attribute/technical/returns']}, {'this year': ['time/since_this_year']}] |
980 | what was the total return of HIGH for 2023 | [{'text':'total','ticker':'TTFNF'},{'text':'for','ticker':'FOR'},{'text':'high','ticker':'HIGH'}] | [{'total return': ['attribute/technical/returns']}, {'HIGH': ['ticker/HIGH']}, {'2023': ['time/in_2023']}] |
981 | What was WG Kellogg priced at a month ago | [{'text':'kellogg','ticker':'K'},{'text':'a','ticker':'A'},{'text':'at','ticker':'TBC'},{'text':'ago','ticker':'AGO'}] | [{'WG Kellogg': ['potential_company']}, {'priced': ['attribute/technical/price']}, {'a month ago': ['time/one_month_ago']}] |
984 | what were the returns of csr from 7 weeks ago | [{'text':'ago','ticker':'AGO'},{'text':'csr','ticker':'CSR'}] | [{'returns': ['attribute/technical/returns']}, {'csr': ['ticker/CSR']}, {'7 weeks ago': ['time/since_seven_weeks_ago']}] |
987 | what's going on with nrhi today? | [{'text':'s','ticker':'S'},{'text':'nrhi','ticker':'NRHI'},{'text':'on','ticker':'ON'}] | [{'nrhi': ['ticker/NRHI']}, {'today': ['time/today']}] |
988 | What's the 1-year return of my TD Ameritrade portfolio? | [{'text':'td','ticker':'TD'},{'text':'year','ticker':'YEAR'},{'text':'s','ticker':'S'}] | [{'1-year': ['time/since_one_year_ago']}, {'return': ['attribute/technical/returns']}, {'TD Ameritrade': ['potential_broker']}, {'portfolio': ['vehicle/portfolio']}] |
989 | when are next dividend payouts | [{'text':'next','ticker':'NEXT'},{'text':'are','ticker':'ARE'},{'text':'when','ticker':'WHEN'}] | [{'dividend payouts': ['attribute/fundamental/dividend/amount']}] |
990 | When are upcoming ex-dividend dates in my portfolio? | [{'text':'are','ticker':'ARE'},{'text':'when','ticker':'WHEN'}] | [{'upcoming': ['time/next_dividend_date']}, {'portfolio': ['vehicle/portfolio']}] |
992 | which of my tech stocks have gained the most this year? | [{'text':'year','ticker':'YEAR'},{'text':'tech','ticker':'TECH'}] | [{'tech': ['exposure/sector/it']}, {'stocks': ['asset_type/single_stocks']}, {'gained the most': ['preference/high', 'attribute/technical/gains']}, {'this year': ['time/since_this_year']}] |
995 | which tech stocks have I gained the most in this year? | [{'text':'year','ticker':'YEAR'},{'text':'tech','ticker':'TECH'}] | [{'tech': ['exposure/sector/it']}, {'stocks': ['asset_type/single_stocks']}, {'gained the most': ['preference/high', 'attribute/technical/gains']}, {'this year': ['time/since_this_year']}] |
996 | How much dividends would have I received had I invested in JEPY since start of this year? | [{'text':'year','ticker':'YEAR'},{'text':'jepy','ticker':'JEPY'}] | [{'dividends':['attribute/fundamental/dividend/amount']},{'JEPY':['ticker/JEPY']},{'since start of this year':['time/since_this_year']}] |
997 | How much dividends would have I received if I invested in CI start of this year? | [{'text':'year','ticker':'YEAR'},{'text':'ci','ticker':'CI'}] | [{'dividends':['attribute/fundamental/dividend/amount']},{'CI':['ticker/CI']},{'start of this year':['time/since_this_year']}] |
998 | how much money did I make on snow | [{'text':'snow','ticker':'SNOW'},{'text':'on','ticker':'ON'},{'text':'make','ticker':'MAKE'}] | [{'make':['attribute/technical/gains']},{'snow':['ticker/SNOW']}] |
1,001 | How has Global Fixed Income contributed to my return this year? | [{'text':'year','ticker':'YEAR'},{'text':'has','ticker':'HAS'}] | [{'Global Fixed Income':['asset_type/composite/global_bonds']},{'return':['attribute/technical/returns']},{'this year':['time/since_this_year']}] |
1,002 | How has US Fixed Income contributed to my return this year? | [{'text':'year','ticker':'YEAR'},{'text':'has','ticker':'HAS'}] | [{'US Fixed Income':['asset_type/composite/us_bonds']},{'return':['attribute/technical/returns']},{'this year':['time/since_this_year']}] |
1,003 | How has Global Equity contributed to my return this year? | [{'text':'year','ticker':'YEAR'},{'text':'has','ticker':'HAS'}] | [{'Global Equity':['asset_type/composite/global_equity']},{'return':['attribute/technical/returns']},{'this year':['time/since_this_year']}] |
1,008 | Did CVS pay their dividend due on July 22,2024? | [{'text':'cvs','ticker':'CVS'},{'text':'on','ticker':'ON'},{'text':'pay','ticker':'PAY'}] | [{'CVS':['ticker/CVS']},{'pay their dividend':['attribute/fundamental/dividend/amount']},{'July 22 2024':['time/july_22_2024']}] |
1,013 | do I have any global equity in my portfolio? | [{'text':'any','ticker':'ANY'},{'text':'do','ticker':'DO'}] | [{'global equity':['asset_type/composite/global_equity']},{'portfolio':['vehicle/portfolio']}] |
1,018 | show me the monthly newsletter based on the dividend hunter | [{'text':'on','ticker':'ON'},{'text':'me','ticker':'ME'}] | [{'monthly':['time/since_one_month_ago']},{'dividend hunter':['communities/investors_alley/the_dividend_hunter/monthly_newsletter']}] |
1,021 | What is impacting my Real Estate returns this year? | [{'text':'year','ticker':'YEAR'},{'text':'real','ticker':'REAL'}] | [{'Real Estate':['exposure/sector/real_estate']},{'returns':['attribute/technical/returns']},{'this year':['time/since_this_year']}] |
1,022 | What would be the current value of my investment if I had put my money into Apple a year ago | [{'text':'ago','ticker':'AGO'},{'text':'into','ticker':'INTO'},{'text':'apple','ticker':'AAPL'},{'text':'a','ticker':'A'},{'text':'year','ticker':'YEAR'},{'text':'be','ticker':'BE'}] | [{'Apple':['ticker/AAPL']},{'a year ago':['time/since_one_year_ago']}] |
1,023 | If I had put money into Tesla a quarter ago, what would have been my profits now? | [{'text':'into','ticker':'INTO'},{'text':'tesla','ticker':'TSLA'},{'text':'ago','ticker':'AGO'},{'text':'a','ticker':'A'},{'text':'been','ticker':'BEEN'},{'text':'now','ticker':'NOW'}] | [{'Tesla':['ticker/TSLA']},{'a quarter ago':['time/since_one_quarter_ago']},{'profits':['attribute/technical/gains']}] |
1,024 | How much money would I have made if I invested in Nvidia 6 months ago? | [{'text':'made','ticker':'MADE'},{'text':'ago','ticker':'AGO'},{'text':'nvidia','ticker':'NVDA'}] | [{'made':['attribute/technical/gains']},{'Nvidia':['ticker/NVDA']},{'6 months ago':['time/since_six_months_ago']}] |
1,025 | Who are my winners | [{'text':'winners','ticker':'WNRS'},{'text':'are','ticker':'ARE'}] | [{'winners':['attribute/technical/gains']}] |
1,027 | Who are my biggest winners | [{'text':'winners','ticker':'WNRS'},{'text':'are','ticker':'ARE'}] | [{'biggest winners':['preference/high','attribute/technical/gains']}] |
1,030 | show me April 2023 newsletter from TDH | [{'text':'tdh','ticker':'PETZ'},{'text':'me','ticker':'ME'}] | [{'April 2023':['time/april_2023']},{'newsletter from TDH':['communities/investors_alley/the_dividend_hunter/monthly_newsletter']}] |
1,031 | show me TDH newsletter from June 2024 | [{'text':'me','ticker':'ME'},{'text':'june','ticker':'JUNE'},{'text':'tdh','ticker':'PETZ'}] | [{'TDH newsletter':['communities/investors_alley/the_dividend_hunter/monthly_newsletter']},{'June 2024':['time/june_2024']}] |
1,040 | Show me ETF Income Edge from Mar | [{'text':'mar','ticker':'MAR'},{'text':'me','ticker':'ME'}] | [{'ETF Income Edge':['communities/investors_alley/etf_income_edge/monthly_newsletter']},{'Mar':['time/march_this_year']}] |
1,045 | Show Jan 2023 ETF Income Edge to me | [{'text':'me','ticker':'ME'},{'text':'jan','ticker':'JAN'}] | [{'Jan 2023':['time/january_2023']},{'ETF Income Edge':['communities/investors_alley/etf_income_edge/monthly_newsletter']}] |
1,056 | how much AAPL do I hold in my Magnifi account | [{'text':'aapl','ticker':'AAPL'},{'text':'hold','ticker':'HOLD'},{'text':'do','ticker':'DO'}] | [{'AAPL':['ticker/AAPL']},{'Magnifi':['potential_broker']},{'account':['vehicle/portfolio']}] |
1,058 | what's the value of my robinhood account? | [{'text':'robinhood','ticker':'HOOD'},{'text':'s','ticker':'S'}] | [{'robinhood':['potential_broker']},{'account':['vehicle/portfolio']}] |
1,061 | What is the total value of my robinhood holdings? | [{'text':'robinhood','ticker':'HOOD'},{'text':'total','ticker':'TTFNF'}] | [{'robinhood':['potential_broker']},{'holdings':['vehicle/portfolio']}] |
1,062 | Tell me the value of my Robinhood account holdings | [{'text':'tell','ticker':'TELL'},{'text':'robinhood','ticker':'HOOD'},{'text':'me','ticker':'ME'}] | [{'Robinhood':['potential_broker']},{'account':['vehicle/portfolio']},{'holdings':['vehicle/portfolio']}] |
1,069 | What is my gain/loss on AAPL qtd? | [{'text':'aapl','ticker':'AAPL'},{'text':'on','ticker':'ON'},{'text':'gain','ticker':'GAIN'}] | [{'gain':['attribute/technical/gains']},{'loss':['attribute/technical/losses']},{'AAPL':['ticker/AAPL']},{'qtd':['time/since_this_quarter']}] |
1,070 | Who are my biggest winners QTD? | [{'text':'winners','ticker':'WNRS'},{'text':'are','ticker':'ARE'}] | [{'biggest winners':['preference/high','attribute/technical/gains']},{'QTD':['time/since_this_quarter']}] |
1,074 | Can you tell me my balance in Robinhood? | [{'text':'can','ticker':'CAN'},{'text':'you','ticker':'YOU'},{'text':'robinhood','ticker':'HOOD'},{'text':'me','ticker':'ME'},{'text':'tell','ticker':'TELL'}] | [{'Robinhood':['potential_broker']}] |
1,075 | What are my current investments in Robinhood? | [{'text':'robinhood','ticker':'HOOD'},{'text':'are','ticker':'ARE'}] | [{'current':['time/today']},{'investments':['vehicle/portfolio']},{'Robinhood':['potential_broker']}] |
1,076 | Can you provide a breakdown of my holdings in Robinhood? | [{'text':'can','ticker':'CAN'},{'text':'a','ticker':'A'},{'text':'you','ticker':'YOU'},{'text':'robinhood','ticker':'HOOD'}] | [{'holdings':['vehicle/portfolio']},{'Robinhood':['potential_broker']}] |
1,079 | what were the top headlines about energy yday? | [{'text':'top','ticker':'TOP'},{'text':'are','ticker':'ARE'}] | [{'top headlines':['exposure/event']},{'energy':['exposure/sector/energy']},{'yday':['time/yesterday']}] |
1,080 | how is nvda doing yday? | [{'text':'nvda','ticker':'NVDA'},{'text':'is','ticker':'IS'}] | [{'how * doing':['attribute/technical/returns']},{'nvda':['ticker/NVDA']},{'yday':['time/yesterday']}] |