From 2b23ccb05b373ff20c20376a024185a0d2fe8af2 Mon Sep 17 00:00:00 2001 From: Gadi Cohen Date: Wed, 11 Aug 2021 18:40:55 +0300 Subject: [PATCH] fix(search): add support for screener fields (#255) --- schema.json | 7 + src/modules/search.ts | 8 ++ tests/http/search-0P000071W8.TO.json | 39 +++--- tests/http/search-AAPL.json | 90 ++++++------ tests/http/search-ABBV.json | 111 ++++++++------- tests/http/search-ADH.json | 106 +++++++------- tests/http/search-AFRAF.json | 63 ++++----- tests/http/search-AMZN.json | 106 +++++++------- tests/http/search-AZT.OL.json | 26 ++-- tests/http/search-BABA.json | 82 +++++------ tests/http/search-BEKE.json | 106 +++++++------- tests/http/search-BFLY.json | 97 ++++++------- tests/http/search-BRKS.json | 103 +++++++------- tests/http/search-BTC-USD.json | 82 +++++------ .../search-Bayerische Motoren Werke AG.json | 110 ++++++++------- tests/http/search-CRON.json | 101 +++++++------- tests/http/search-EPAC.json | 110 ++++++++------- tests/http/search-EUR.json | 94 +++++++------ tests/http/search-EURUSD=X.json | 71 +++++----- tests/http/search-Evolution Gaming Group.json | 123 ++++------------ tests/http/search-GOOG.json | 97 ++++++------- tests/http/search-MDLY.json | 73 +++++----- tests/http/search-NO0010123060.json | 31 ++-- tests/http/search-OCDO.L.json | 42 +++--- tests/http/search-ORSTED.CO.json | 29 ++-- tests/http/search-QQQ.json | 91 ++++++------ tests/http/search-SI.json | 106 +++++++------- tests/http/search-SIMP.json | 124 ++++++++-------- tests/http/search-SIX.json | 108 +++++++------- tests/http/search-SPOT.json | 132 ++++++++++-------- tests/http/search-UNIR.MI.json | 26 ++-- tests/http/search-WSKT.JK.json | 27 ++-- tests/http/search-^VXAPL.json | 22 +-- 33 files changed, 1261 insertions(+), 1282 deletions(-) diff --git a/schema.json b/schema.json index 23a1e4e1..506d989a 100644 --- a/schema.json +++ b/schema.json @@ -7140,6 +7140,10 @@ "totalTime": { "yahooFinanceType": "number" }, + "screenerFieldResults": { + "type": "array", + "items": {} + }, "timeTakenForQuotes": { "yahooFinanceType": "number" }, @@ -7160,6 +7164,9 @@ }, "timeTakenForResearchReports": { "yahooFinanceType": "number" + }, + "timeTakenForScreenerField": { + "yahooFinanceType": "number" } }, "required": [ diff --git a/src/modules/search.ts b/src/modules/search.ts index a63884b5..5c4f19ee 100644 --- a/src/modules/search.ts +++ b/src/modules/search.ts @@ -86,6 +86,11 @@ export interface SearchResult { lists: Array; researchReports: Array; totalTime: number; + // ALWAYS present, but TEMPORARILY marked optional ("?") since its + // sudden appearance, let's make sure it doesn't get suddenly removed. + // Array until we can find some examples of what it actually looks + // like (#255). + screenerFieldResults?: Array; timeTakenForQuotes: number; // 26 timeTakenForNews: number; // 419 timeTakenForAlgowatchlist: number; // 700 @@ -93,6 +98,9 @@ export interface SearchResult { timeTakenForCrunchbase: number; // 400 timeTakenForNav: number; // 400 timeTakenForResearchReports: number; // 0 + // ALWAYS present, but TEMPORARILY marked optional ("?") since its + // sudden appearance, let's make sure it doesn't get suddenly removed. + timeTakenForScreenerField?: number; } export interface SearchOptions { diff --git a/tests/http/search-0P000071W8.TO.json b/tests/http/search-0P000071W8.TO.json index b667d57a..0a610d5e 100644 --- a/tests/http/search-0P000071W8.TO.json +++ b/tests/http/search-0P000071W8.TO.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,34 +17,31 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "b65ni6hg6s90r" + "33v4ql5gh7rjg" ], "x-yahoo-request-id": [ - "b65ni6hg6s90r" + "33v4ql5gh7rjg" ], "x-request-id": [ - "cefa2ea2-4c62-4cca-917c-322c35e362dd" - ], - "content-encoding": [ - "gzip" + "ae105b64-73f0-4f59-a5db-2105a7bc0dfa" ], "content-length": [ - "609" + "1413" ], "x-envoy-upstream-service-time": [ "28" ], "date": [ - "Wed, 07 Apr 2021 21:28:59 GMT" + "Wed, 11 Aug 2021 15:36:16 GMT" ], "server": [ "ATS" ], "x-envoy-decorator-operation": [ - "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" + "finance-search--mtls-canary-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "4" + "0" ], "strict-transport-security": [ "max-age=15552000" @@ -78,7 +75,7 @@ "quoteType": "MUTUALFUND", "symbol": "0P000071W8.TO", "index": "quotes", - "score": 2001600, + "score": 2000400, "typeDisp": "Fund", "longname": "TD U.S. Index Fund - e", "isYahooFinance": true @@ -88,7 +85,7 @@ "nav": [ { "navName": "How To", - "navUrl": "http://finance.yahoo.com/tech/how-to" + "navUrl": "http://finance.yahoo.com/tech/how-to/" } ], "lists": [ @@ -96,7 +93,7 @@ "slug": "most-added", "name": "Most Added to Watchlists", "index": "most-added", - "score": 13.218811, + "score": 14.613496, "type": "ALGO_WATCHLIST", "brandSlug": "yahoo-finance", "pfId": "most_added" @@ -105,7 +102,7 @@ "slug": "top-crypto-bets", "name": "Top Crypto Bets", "index": "top-crypto-bets", - "score": 6.1471534, + "score": 6.724023, "type": "ALGO_WATCHLIST", "brandSlug": "yahoo-finance", "pfId": "top_crypto_bets" @@ -114,7 +111,7 @@ "slug": "crypto-top-market-cap", "name": "Top Cryptos by Market Cap", "index": "crypto-top-market-cap", - "score": 3.2906277, + "score": 3.995912, "type": "ALGO_WATCHLIST", "brandSlug": "yahoo-finance", "pfId": "crypto_top_market_cap" @@ -123,21 +120,23 @@ "slug": "crypto-top-volume-24hr", "name": "Top Cryptos by Volume (all currencies, 24hr)", "index": "crypto-top-volume-24hr", - "score": 2.6340094, + "score": 3.011166, "type": "ALGO_WATCHLIST", "brandSlug": "yahoo-finance", "pfId": "crypto_top_volume_24hr" } ], "researchReports": [], - "totalTime": 26, - "timeTakenForQuotes": 416, + "screenerFieldResults": [], + "totalTime": 25, + "timeTakenForQuotes": 415, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-AAPL.json b/tests/http/search-AAPL.json index 916497ba..c06e1f12 100644 --- a/tests/http/search-AAPL.json +++ b/tests/http/search-AAPL.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "dv5i1v5g6s90l" + "eo12kv5gh7rcp" ], "x-yahoo-request-id": [ - "dv5i1v5g6s90l" + "eo12kv5gh7rcp" ], "x-request-id": [ - "7806aee7-c0aa-4386-9c5a-6e89830624f3" + "de034c6a-88f0-4517-ae09-e19ad335a4eb" ], "content-encoding": [ "gzip" ], "content-length": [ - "966" + "1047" ], "x-envoy-upstream-service-time": [ - "55" + "38" ], "date": [ - "Wed, 07 Apr 2021 21:28:53 GMT" + "Wed, 11 Aug 2021 15:32:41 GMT" ], "server": [ "ATS" @@ -78,7 +78,7 @@ "quoteType": "EQUITY", "symbol": "AAPL", "index": "quotes", - "score": 123462200, + "score": 77457696, "typeDisp": "Equity", "longname": "Apple Inc.", "isYahooFinance": true @@ -89,48 +89,48 @@ "quoteType": "EQUITY", "symbol": "AAPL.MX", "index": "quotes", - "score": 20980, + "score": 20552, "typeDisp": "Equity", "longname": "Apple Inc.", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "AAPL Apr 2021 60.000 call", + "shortname": "AAPL Aug 2021 147.000 call", "quoteType": "OPTION", - "symbol": "AAPL210409C00060000", + "symbol": "AAPL210813C00147000", "index": "quotes", - "score": 20242, + "score": 20172, "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "AAPL Apr 2021 127.000 call", + "shortname": "AAPL Sep 2021 140.000 call", "quoteType": "OPTION", - "symbol": "AAPL210409C00127000", + "symbol": "AAPL210917C00140000", "index": "quotes", - "score": 20209, + "score": 20162, "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "AAPL Apr 2021 126.000 call", + "shortname": "AAPL Aug 2021 146.000 call", "quoteType": "OPTION", - "symbol": "AAPL210409C00126000", + "symbol": "AAPL210813C00146000", "index": "quotes", - "score": 20171, + "score": 20127, "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "AAPL Apr 2021 125.000 call", + "shortname": "AAPL Aug 2021 150.000 call", "quoteType": "OPTION", - "symbol": "AAPL210409C00125000", + "symbol": "AAPL210813C00150000", "index": "quotes", - "score": 20133, + "score": 20079, "typeDisp": "Option", "isYahooFinance": true }, @@ -143,49 +143,51 @@ ], "news": [ { - "uuid": "c327e416-d091-3c59-97e2-aa93811f6972", - "title": "China’s Baidu Teams With Geely on Electric Cars", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/china-baidu-teams-geely-electric-032150096.html", - "providerPublishTime": 1610076110, + "uuid": "e75104b4-1563-49fe-9085-b58b970574ab", + "title": "Samsung and Google take aim at the Apple Watch with the Galaxy Watch4 and Watch4 Classic", + "publisher": "Yahoo Finance", + "link": "https://finance.yahoo.com/news/samsung-galaxy-watch4-watch4-classic-versus-apple-watch-140046960.html", + "providerPublishTime": 1628690446, "type": "STORY" }, { - "uuid": "8575a1e6-0fec-34d7-a694-bcdce96c1165", - "title": "How Elliott Missed Out on This Apple Car Spike", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/elliott-missed-apple-car-spike-043855102.html", - "providerPublishTime": 1610080735, + "uuid": "0db97a0f-58b2-39fd-a5fd-ef19244d020f", + "title": "Top 5 Blue-Chip Picks to Gain From Dow's Strong Rally", + "publisher": "Zacks", + "link": "https://finance.yahoo.com/news/top-5-blue-chip-picks-111811663.html", + "providerPublishTime": 1628680691, "type": "STORY" }, { - "uuid": "2f0480d0-2c80-3900-8769-dec0f8f100d5", - "title": "Apple Supplier TSMC’s Quarterly Revenue Hits Record on Strong iPhone Demand", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/apple-supplier-tsmc-quarterly-revenue-054136718.html", - "providerPublishTime": 1610084496, + "uuid": "4f90f8a1-feed-379f-b666-0eb74e00f077", + "title": "Dow Jones Today Leads Stocks Higher After Inflation Data; Nucor, CAT, Vulcan Climb; AMD Leads Mixed Chip Sector", + "publisher": "Investor's Business Daily", + "link": "https://finance.yahoo.com/m/4f90f8a1-feed-379f-b666-0eb74e00f077/dow-jones-today-leads-stocks.html", + "providerPublishTime": 1628690429, "type": "STORY" }, { - "uuid": "0ee4adb2-5c90-3094-b3e7-1579f15530e7", - "title": "Samsung Surges to New High on Strong Memory Market Outlook", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/samsung-misses-estimates-5g-contest-001537501.html", - "providerPublishTime": 1610089886, + "uuid": "65b53896-faf4-3a06-9d0d-a63cf3c83192", + "title": "5 Dow Jones Stocks To Buy And Watch In August 2021: Apple Rallies", + "publisher": "Investor's Business Daily", + "link": "https://finance.yahoo.com/m/65b53896-faf4-3a06-9d0d-a63cf3c83192/5-dow-jones-stocks-to-buy-and.html", + "providerPublishTime": 1628689233, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 54, - "timeTakenForQuotes": 446, + "screenerFieldResults": [], + "totalTime": 35, + "timeTakenForQuotes": 420, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-ABBV.json b/tests/http/search-ABBV.json index 705cd830..9553c67e 100644 --- a/tests/http/search-ABBV.json +++ b/tests/http/search-ABBV.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "4q7aqclg6s90s" + "69g06atgh7rd0" ], "x-yahoo-request-id": [ - "4q7aqclg6s90s" + "69g06atgh7rd0" ], "x-request-id": [ - "7aa04a26-1c6d-4752-8092-b382383929a5" + "8472922d-e1fa-4681-aff0-293530a83c4d" ], "content-encoding": [ "gzip" ], "content-length": [ - "930" + "1075" ], "x-envoy-upstream-service-time": [ - "33" + "49" ], "date": [ - "Wed, 07 Apr 2021 21:29:00 GMT" + "Wed, 11 Aug 2021 15:32:48 GMT" ], "server": [ "ATS" @@ -78,7 +78,7 @@ "quoteType": "EQUITY", "symbol": "ABBV", "index": "quotes", - "score": 15541500, + "score": 10450200, "typeDisp": "Equity", "longname": "AbbVie Inc.", "isYahooFinance": true @@ -89,51 +89,48 @@ "quoteType": "EQUITY", "symbol": "4AB.DE", "index": "quotes", - "score": 20110, + "score": 20105, "typeDisp": "Equity", "longname": "AbbVie Inc.", "isYahooFinance": true }, { - "exchange": "FRA", - "shortname": "ABBVIE INC. DL-,01", - "quoteType": "EQUITY", - "symbol": "4AB.F", + "exchange": "OPR", + "shortname": "ABBV Sep 2021 121.000 call", + "quoteType": "OPTION", + "symbol": "ABBV210924C00121000", "index": "quotes", - "score": 20026, - "typeDisp": "Equity", - "longname": "AbbVie Inc.", + "score": 20010, + "typeDisp": "Option", "isYahooFinance": true }, { - "exchange": "VIE", - "shortname": "ABBVIE INC", - "quoteType": "EQUITY", - "symbol": "ABBV.VI", + "exchange": "OPR", + "shortname": "ABBV Sep 2021 120.000 call", + "quoteType": "OPTION", + "symbol": "ABBV210917C00120000", "index": "quotes", - "score": 20021, - "typeDisp": "Equity", - "longname": "AbbVie Inc.", + "score": 20009, + "typeDisp": "Option", "isYahooFinance": true }, { - "exchange": "MEX", - "shortname": "ABBVIE INC", - "quoteType": "EQUITY", - "symbol": "ABBV.MX", + "exchange": "OPR", + "shortname": "ABBV Aug 2021 140.000 call", + "quoteType": "OPTION", + "symbol": "ABBV210820C00140000", "index": "quotes", - "score": 20011, - "typeDisp": "Equity", - "longname": "AbbVie Inc.", + "score": 20006, + "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "ABBV Jul 2021 115.000 call", + "shortname": "ABBV Aug 2021 90.000 call", "quoteType": "OPTION", - "symbol": "ABBV210716C00115000", + "symbol": "ABBV210820C00090000", "index": "quotes", - "score": 20011, + "score": 20006, "typeDisp": "Option", "isYahooFinance": true }, @@ -146,49 +143,51 @@ ], "news": [ { - "uuid": "c155dad7-12ec-3a6f-8c4a-7b791b5c2c25", - "title": "AbbVie Beats Earnings Expectations as Sales Surge", - "publisher": "TheStreet.com", - "link": "https://finance.yahoo.com/m/c155dad7-12ec-3a6f-8c4a-7b791b5c2c25/abbvie-beats-earnings.html", - "providerPublishTime": 1612342500, + "uuid": "4d2d9133-7763-399e-96c5-730b7e4ad77f", + "title": "Forget Robinhood, These 3 Healthcare Stocks Are Better Buys", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/4d2d9133-7763-399e-96c5-730b7e4ad77f/forget-robinhood%2C-these-3.html", + "providerPublishTime": 1628677320, "type": "STORY" }, { - "uuid": "f29f0cef-181d-30e1-87f1-142cb5265aac", - "title": "AbbVie Lands In Buy Zone On Earnings Beat, Strong 2021 Guidance", - "publisher": "Investor's Business Daily", - "link": "https://finance.yahoo.com/m/f29f0cef-181d-30e1-87f1-142cb5265aac/abbvie-lands-in-buy-zone-on.html", - "providerPublishTime": 1612370302, + "uuid": "d96b6eb5-5c1c-37c1-9194-8a81efbc6419", + "title": "3 Key Takeaways From AbbVie's Second-Quarter Earnings", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/d96b6eb5-5c1c-37c1-9194-8a81efbc6419/3-key-takeaways-from-abbvie%27s.html", + "providerPublishTime": 1628591700, "type": "STORY" }, { - "uuid": "6326d18c-1950-3989-a402-299fa953774e", - "title": "AbbVie Stock Tops Buy Zone On Earnings Beat, Strong 2021 Guidance", - "publisher": "Investor's Business Daily", - "link": "https://finance.yahoo.com/m/6326d18c-1950-3989-a402-299fa953774e/abbvie-stock-tops-buy-zone-on.html", - "providerPublishTime": 1612388362, + "uuid": "a8d24142-5a08-3d93-9d19-0565269bcbdc", + "title": "Reata (RETA) Stock Down Despite Q2 Earnings & Sales Beat", + "publisher": "Zacks", + "link": "https://finance.yahoo.com/news/reata-reta-stock-down-despite-135401115.html", + "providerPublishTime": 1628603641, "type": "STORY" }, { - "uuid": "2c601dc1-b394-3f45-84ea-2eadd0ae843d", - "title": "Morning Bell With Jim Cramer: GameStop Misses Opportunity", - "publisher": "TheStreet.com", - "link": "https://finance.yahoo.com/m/2c601dc1-b394-3f45-84ea-2eadd0ae843d/morning-bell-with-jim-cramer%3A.html", - "providerPublishTime": 1612431720, + "uuid": "8c4274c8-13bf-38fb-90e6-7ffcc7f94cef", + "title": "SKYRIZI® (risankizumab-rzaa) Now Available in the U.S. as a Single 150 mg Injection for Adults with Moderate to Severe Plaque Psoriasis", + "publisher": "PR Newswire", + "link": "https://finance.yahoo.com/news/skyrizi-risankizumab-rzaa-now-available-124500573.html", + "providerPublishTime": 1628513100, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 31, - "timeTakenForQuotes": 419, + "screenerFieldResults": [], + "totalTime": 45, + "timeTakenForQuotes": 510, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-ADH.json b/tests/http/search-ADH.json index 403b7775..9300eccf 100644 --- a/tests/http/search-ADH.json +++ b/tests/http/search-ADH.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "bcvi25pg6s90o" + "1p9pbhdgh7rcq" ], "x-yahoo-request-id": [ - "bcvi25pg6s90o" + "1p9pbhdgh7rcq" ], "x-request-id": [ - "cd0e530c-1ccb-4e64-8888-ce0dedbce0e5" + "8b265dfe-44a4-4774-9157-178f260da91d" ], "content-encoding": [ "gzip" ], "content-length": [ - "1096" + "1179" ], "x-envoy-upstream-service-time": [ - "32" + "38" ], "date": [ - "Wed, 07 Apr 2021 21:28:56 GMT" + "Wed, 11 Aug 2021 15:32:42 GMT" ], "server": [ "ATS" @@ -72,13 +72,24 @@ "explains": [], "count": 11, "quotes": [ + { + "exchange": "PNK", + "shortname": "ADHERA THERAPEUTICS INC", + "quoteType": "EQUITY", + "symbol": "ATRX", + "index": "quotes", + "score": 20289, + "typeDisp": "Equity", + "longname": "Adhera Therapeutics, Inc.", + "isYahooFinance": true + }, { "exchange": "JKT", "shortname": "Adhi Karya (Persero) Tbk.", "quoteType": "EQUITY", "symbol": "ADHI.JK", "index": "quotes", - "score": 20584, + "score": 20257, "typeDisp": "Equity", "longname": "PT Adhi Karya (Persero) Tbk", "isYahooFinance": true @@ -89,20 +100,20 @@ "quoteType": "EQUITY", "symbol": "ADHC", "index": "quotes", - "score": 20493, + "score": 20113, "typeDisp": "Equity", "longname": "American Diversified Holdings Corporation", "isYahooFinance": true }, { - "exchange": "PNK", - "shortname": "ADHERA THERAPEUTICS INC", + "exchange": "JNB", + "shortname": "ADvTECH Ltd", "quoteType": "EQUITY", - "symbol": "ATRX", + "symbol": "ADH.JO", "index": "quotes", - "score": 20125, + "score": 20066, "typeDisp": "Equity", - "longname": "Adhera Therapeutics, Inc.", + "longname": "ADvTECH Limited", "isYahooFinance": true }, { @@ -111,22 +122,11 @@ "quoteType": "EQUITY", "symbol": "ADH.AX", "index": "quotes", - "score": 20044, + "score": 20031, "typeDisp": "Equity", "longname": "Adairs Limited", "isYahooFinance": true }, - { - "exchange": "ASX", - "shortname": "ADHERIUM FPO", - "quoteType": "EQUITY", - "symbol": "ADR.AX", - "index": "quotes", - "score": 20037, - "typeDisp": "Equity", - "longname": "Adherium Limited", - "isYahooFinance": true - }, { "index": "7f712744acad23405e56369ab035bccc", "name": "Broadlume (formerly AdHawk)", @@ -134,57 +134,59 @@ "isYahooFinance": false }, { - "index": "b17e80ad47944cc0b6d5ee4cb545bb06", - "name": "AdHawk Microsystems", - "permalink": "adhawk-microsystems", + "index": "fa3d027c00c54a07bce0000898786d3d", + "name": "Adhara", + "permalink": "adhara", "isYahooFinance": false } ], "news": [ { - "uuid": "d9fa725f-9d52-3595-8415-cff2134a62dc", - "title": "American Diversified Holdings Corporation (ADHC) to Acquire Colorado CBD Firm Resinosa, LLC", - "publisher": "GlobeNewswire", - "link": "https://finance.yahoo.com/news/american-diversified-holdings-corporation-adhc-103000662.html", - "providerPublishTime": 1614853800, + "uuid": "f986bcd4-e8d3-33d3-8e1e-eedd4e1d4916", + "title": "Elkem Introduces New Medical Grade Silicones at Medical Design & Manufacturing West 2021", + "publisher": "PR Newswire", + "link": "https://finance.yahoo.com/news/elkem-introduces-medical-grade-silicones-150000374.html", + "providerPublishTime": 1628607600, "type": "STORY" }, { - "uuid": "d307c721-93fa-3c5e-bcc1-d8c950bb68e6", - "title": "American Diversified Holdings Corporation (ADHC) Corporate Guidance", - "publisher": "ACCESSWIRE", - "link": "https://finance.yahoo.com/news/american-diversified-holdings-corporation-adhc-161000619.html", - "providerPublishTime": 1614960600, + "uuid": "95902b6a-001f-3602-bf58-6b7620a7eaeb", + "title": "comScore, inc (SCOR) Q2 2021 Earnings Call Transcript", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/95902b6a-001f-3602-bf58-6b7620a7eaeb/comscore%2C-inc-%28scor%29-q2-2021.html", + "providerPublishTime": 1628582433, "type": "STORY" }, { - "uuid": "3c05056b-7ceb-3131-a3fd-6989475487f4", - "title": "Fox News Anchors File Motions to Dismiss Smartmatic Defamation Lawsuit", - "publisher": "Variety", - "link": "https://finance.yahoo.com/m/3c05056b-7ceb-3131-a3fd-6989475487f4/fox-news-anchors-file-motions.html", - "providerPublishTime": 1613136543, + "uuid": "fc470bd7-f6ba-344f-817d-b185375624c1", + "title": "Adairs Limited's (ASX:ADH) Stock's On An Uptrend: Are Strong Financials Guiding The Market?", + "publisher": "Simply Wall St.", + "link": "https://finance.yahoo.com/news/adairs-limiteds-asx-adh-stocks-150427274.html", + "providerPublishTime": 1624374267, "type": "STORY" }, { - "uuid": "15d289aa-7e0a-396f-b827-913bcdae2a1b", - "title": "From Blackpink to Top Execs: Women in Music Who Have Made an Impact in Global Entertainment", - "publisher": "Variety", - "link": "https://finance.yahoo.com/m/15d289aa-7e0a-396f-b827-913bcdae2a1b/from-blackpink-to-top-execs%3A.html", - "providerPublishTime": 1614948941, + "uuid": "58b131e0-722e-35c4-97cb-92e7adecd6b6", + "title": "What Type Of Shareholders Own The Most Number of Adairs Limited (ASX:ADH) Shares?", + "publisher": "Simply Wall St.", + "link": "https://finance.yahoo.com/news/type-shareholders-own-most-number-150030718.html", + "providerPublishTime": 1622127630, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 31, - "timeTakenForQuotes": 410, + "screenerFieldResults": [], + "totalTime": 36, + "timeTakenForQuotes": 430, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-AFRAF.json b/tests/http/search-AFRAF.json index 508e4ce5..8d8176c8 100644 --- a/tests/http/search-AFRAF.json +++ b/tests/http/search-AFRAF.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,22 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "5t0mh1hg6s90o" + "f15o5nhgh7rcr" ], "x-yahoo-request-id": [ - "5t0mh1hg6s90o" + "f15o5nhgh7rcr" ], "x-request-id": [ - "1509b76e-b020-4a7f-b2c7-5d7d414f5d93" - ], - "content-encoding": [ - "gzip" + "79314564-fd21-44dd-8c2c-27816ab6d9d8" ], "content-length": [ - "826" + "1690" ], "x-envoy-upstream-service-time": [ - "42" + "31" ], "date": [ - "Wed, 07 Apr 2021 21:28:56 GMT" + "Wed, 11 Aug 2021 15:32:43 GMT" ], "server": [ "ATS" @@ -78,7 +75,7 @@ "quoteType": "EQUITY", "symbol": "AFRAF", "index": "quotes", - "score": 20052, + "score": 20012, "typeDisp": "Equity", "longname": "Air France-KLM SA", "isYahooFinance": true @@ -86,49 +83,51 @@ ], "news": [ { - "uuid": "01cee3dc-2b0f-301b-9b7d-44f025868545", + "uuid": "081867a8-b3c5-3e87-b91e-084e6af996f2", "title": "Declaration of number of voting rights", "publisher": "GlobeNewswire", - "link": "https://finance.yahoo.com/news/declaration-number-voting-rights-170000559.html", - "providerPublishTime": 1610643600, + "link": "https://finance.yahoo.com/news/declaration-number-voting-rights-160000913.html", + "providerPublishTime": 1628006400, "type": "STORY" }, { - "uuid": "f9b647c7-c54d-32bd-86b2-2effcd91d87b", - "title": "Royal Schiphol Group N.V. -- Moody's announces completion of a periodic review of ratings of Royal Schiphol Group N.V.", - "publisher": "Moody's", - "link": "https://finance.yahoo.com/news/royal-schiphol-group-n-v-184907394.html", - "providerPublishTime": 1611600547, + "uuid": "b37f7c8d-a0ad-3898-8338-2d3a1a3186b3", + "title": "Availability of the 2021 First Half Financial Report", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/availability-2021-first-half-financial-160000936.html", + "providerPublishTime": 1628006400, "type": "STORY" }, { - "uuid": "4f143668-52fd-3a5c-bb16-7940043c90d3", - "title": "Need Proportionate Rules on Airline Competition: Djebbari", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/video/proportionate-rules-airline-competition-djebbari-102729740.html", - "providerPublishTime": 1613039249, - "type": "VIDEO" + "uuid": "e56e2520-d4df-3a9c-81eb-05e6910cc78f", + "title": "EU mapping plan to bring sanctions against Belarus that strike close to strongman Lukashenko", + "publisher": "MarketWatch", + "link": "https://finance.yahoo.com/m/e56e2520-d4df-3a9c-81eb-05e6910cc78f/eu-mapping-plan-to-bring.html", + "providerPublishTime": 1622137140, + "type": "STORY" }, { - "uuid": "f5194e16-acdc-3f34-a5e6-1dc95c64bbde", - "title": "FOCUS-Relaunching in a crisis, Alitalia scales back at home", + "uuid": "da7a9974-4f88-3446-8fce-a2cc2e873855", + "title": "Air France-KLM narrows losses as bookings begin recovery", "publisher": "Reuters", - "link": "https://finance.yahoo.com/news/focus-relaunching-crisis-alitalia-scales-123744099.html", - "providerPublishTime": 1613479064, + "link": "https://finance.yahoo.com/news/air-france-klm-narrows-second-052623477.html", + "providerPublishTime": 1627622783, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 40, - "timeTakenForQuotes": 418, + "screenerFieldResults": [], + "totalTime": 28, + "timeTakenForQuotes": 417, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-AMZN.json b/tests/http/search-AMZN.json index ea9781c7..d3810872 100644 --- a/tests/http/search-AMZN.json +++ b/tests/http/search-AMZN.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "asshpqtg6s90o" + "1qibqrtgh7rcr" ], "x-yahoo-request-id": [ - "asshpqtg6s90o" + "1qibqrtgh7rcr" ], "x-request-id": [ - "8a516c86-977e-41a2-8e09-8b5a8be5b6d2" + "363db611-2e53-43bb-a090-481e261c17c0" ], "content-encoding": [ "gzip" ], "content-length": [ - "947" + "1045" ], "x-envoy-upstream-service-time": [ - "73" + "42" ], "date": [ - "Wed, 07 Apr 2021 21:28:56 GMT" + "Wed, 11 Aug 2021 15:32:44 GMT" ], "server": [ "ATS" @@ -44,7 +44,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "0" + "3" ], "strict-transport-security": [ "max-age=15552000" @@ -78,7 +78,7 @@ "quoteType": "EQUITY", "symbol": "AMZN", "index": "quotes", - "score": 50400800, + "score": 48269800, "typeDisp": "Equity", "longname": "Amazon.com, Inc.", "isYahooFinance": true @@ -89,29 +89,19 @@ "quoteType": "EQUITY", "symbol": "AMZN.MX", "index": "quotes", - "score": 20414, + "score": 20360, "typeDisp": "Equity", "longname": "Amazon.com, Inc.", "isYahooFinance": true }, { - "exchange": "OPR", - "shortname": "AMZN Apr 2021 3300.000 call", - "quoteType": "OPTION", - "symbol": "AMZN210409C03300000", - "index": "quotes", - "score": 20054, - "typeDisp": "Option", - "isYahooFinance": true - }, - { - "exchange": "OPR", - "shortname": "AMZN Apr 2021 3200.000 call", - "quoteType": "OPTION", - "symbol": "AMZN210409C03200000", + "exchange": "NEO", + "shortname": "AMAZON.COM CDR (CAD HEDGED)", + "quoteType": "EQUITY", + "symbol": "AMZN.NE", "index": "quotes", - "score": 20053, - "typeDisp": "Option", + "score": 20291, + "typeDisp": "Equity", "isYahooFinance": true }, { @@ -120,67 +110,79 @@ "quoteType": "EQUITY", "symbol": "AMZN.BA", "index": "quotes", - "score": 20050, + "score": 20082, "typeDisp": "Equity", "longname": "Amazon.com, Inc.", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "AMZN Apr 2021 3250.000 call", + "shortname": "AMZN Aug 2021 3400.000 call", + "quoteType": "OPTION", + "symbol": "AMZN210813C03400000", + "index": "quotes", + "score": 20075, + "typeDisp": "Option", + "isYahooFinance": true + }, + { + "exchange": "OPR", + "shortname": "AMZN Aug 2021 3300.000 put", "quoteType": "OPTION", - "symbol": "AMZN210409C03250000", + "symbol": "AMZN210813P03300000", "index": "quotes", - "score": 20039, + "score": 20037, "typeDisp": "Option", "isYahooFinance": true } ], "news": [ { - "uuid": "5d7897b8-aae0-3b13-ad37-6a9612cc414b", - "title": "Trump Loses Social Media Megaphone as Facebook, Twitch Act", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/facebook-extends-ban-trump-posts-171058279.html", - "providerPublishTime": 1610066522, + "uuid": "ce61ae40-8b14-3b5e-941b-5596c101dff9", + "title": "Do Amazon's New Whole Foods Delivery Fees Give Walmart+ an Opening?", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/ce61ae40-8b14-3b5e-941b-5596c101dff9/do-amazon%27s-new-whole-foods.html", + "providerPublishTime": 1628689500, "type": "STORY" }, { - "uuid": "e02a1f20-9ead-3f06-bb94-0e5ce0f136c6", - "title": "Hyundai Walks Back Confirmation It’s in Talks Over Apple Car", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/hyundai-walks-back-linking-apple-045821609.html", - "providerPublishTime": 1610096988, + "uuid": "8acf58f5-9fa0-335a-9f0a-c816fba4e8c0", + "title": "Amazon Announces New Robotics Fulfillment Center Plus Five New Delivery Stations in Florida, Bringing Total State Investment to Over $18 Billion", + "publisher": "Business Wire", + "link": "https://finance.yahoo.com/news/amazon-announces-robotics-fulfillment-center-133500967.html", + "providerPublishTime": 1628688900, "type": "STORY" }, { - "uuid": "71ab316a-6b19-320a-ac52-144d1a6e11a8", - "title": "This ETF Could Turn Your $600 Stimulus Check Into $3,768", + "uuid": "22b86b7c-c2e8-346a-bfda-b5c1e4350cd2", + "title": "3 Stay-at-Home Stocks That Got Slammed After Reporting Earnings", "publisher": "Motley Fool", - "link": "https://finance.yahoo.com/m/71ab316a-6b19-320a-ac52-144d1a6e11a8/this-etf-could-turn-your-%24600.html", - "providerPublishTime": 1610108340, + "link": "https://finance.yahoo.com/m/22b86b7c-c2e8-346a-bfda-b5c1e4350cd2/3-stay-at-home-stocks-that.html", + "providerPublishTime": 1628690400, "type": "STORY" }, { - "uuid": "59e44180-c67a-3903-a615-0f04168188d6", - "title": "Beyond Jack Ma: 3 Chinese E-Commerce Stocks You Should Know", - "publisher": "Motley Fool", - "link": "https://finance.yahoo.com/m/59e44180-c67a-3903-a615-0f04168188d6/beyond-jack-ma%3A-3-chinese.html", - "providerPublishTime": 1610110380, + "uuid": "1a249d72-20c0-3579-811d-1bb698a686f8", + "title": "Amazon Air Launches State-of-the-Art Air Cargo Hub in Northern Kentucky, Creating More Than 2,000 Jobs", + "publisher": "Business Wire", + "link": "https://finance.yahoo.com/news/amazon-air-launches-state-art-130000930.html", + "providerPublishTime": 1628686800, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 72, - "timeTakenForQuotes": 465, + "screenerFieldResults": [], + "totalTime": 40, + "timeTakenForQuotes": 425, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-AZT.OL.json b/tests/http/search-AZT.OL.json index 39890170..244c29d6 100644 --- a/tests/http/search-AZT.OL.json +++ b/tests/http/search-AZT.OL.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,22 +17,22 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "apt3ovpg6s90p" + "f12c1s1gh7rcs" ], "x-yahoo-request-id": [ - "apt3ovpg6s90p" + "f12c1s1gh7rcs" ], "x-request-id": [ - "6cb6795a-046c-4fb6-95a2-bc5aa845823b" + "f03d9f2a-085f-4a02-a38c-b12d7a1ce3b0" ], "content-length": [ - "510" + "566" ], "x-envoy-upstream-service-time": [ - "24" + "40" ], "date": [ - "Wed, 07 Apr 2021 21:28:56 GMT" + "Wed, 11 Aug 2021 15:32:44 GMT" ], "server": [ "ATS" @@ -41,7 +41,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "1" + "0" ], "strict-transport-security": [ "max-age=15552000" @@ -75,7 +75,7 @@ "quoteType": "EQUITY", "symbol": "AZT.OL", "index": "quotes", - "score": 2009700, + "score": 2008600, "typeDisp": "Equity", "longname": "ArcticZymes Technologies ASA", "isYahooFinance": true @@ -85,14 +85,16 @@ "nav": [], "lists": [], "researchReports": [], - "totalTime": 23, - "timeTakenForQuotes": 413, + "screenerFieldResults": [], + "totalTime": 38, + "timeTakenForQuotes": 418, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-BABA.json b/tests/http/search-BABA.json index 43a8c82c..de00385b 100644 --- a/tests/http/search-BABA.json +++ b/tests/http/search-BABA.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "broq99lg6s90r" + "69mjp1dgh7rcv" ], "x-yahoo-request-id": [ - "broq99lg6s90r" + "69mjp1dgh7rcv" ], "x-request-id": [ - "fdd084ff-5d27-4e9d-96d3-86c642bb2464" + "8c14fe5f-6fbf-4dc4-9579-dee040011858" ], "content-encoding": [ "gzip" ], "content-length": [ - "1030" + "1087" ], "x-envoy-upstream-service-time": [ - "26" + "38" ], "date": [ - "Wed, 07 Apr 2021 21:28:59 GMT" + "Wed, 11 Aug 2021 15:32:47 GMT" ], "server": [ "ATS" @@ -78,7 +78,7 @@ "quoteType": "EQUITY", "symbol": "BABA", "index": "quotes", - "score": 37148000, + "score": 38137400, "typeDisp": "Equity", "longname": "Alibaba Group Holding Limited", "isYahooFinance": true @@ -89,7 +89,7 @@ "quoteType": "EQUITY", "symbol": "9988.HK", "index": "quotes", - "score": 42392, + "score": 59684, "typeDisp": "Equity", "longname": "Alibaba Group Holding Limited", "isYahooFinance": true @@ -100,7 +100,7 @@ "quoteType": "EQUITY", "symbol": "BABAF", "index": "quotes", - "score": 20523, + "score": 20399, "typeDisp": "Equity", "longname": "Alibaba Group Holding Limited", "isYahooFinance": true @@ -111,18 +111,18 @@ "quoteType": "EQUITY", "symbol": "BABAN.MX", "index": "quotes", - "score": 20248, + "score": 20160, "typeDisp": "Equity", "longname": "Alibaba Group Holding Limited", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "BABA Apr 2021 230.000 call", + "shortname": "BABA Jan 2022 280.000 call", "quoteType": "OPTION", - "symbol": "BABA210409C00230000", + "symbol": "BABA220121C00280000", "index": "quotes", - "score": 20087, + "score": 20061, "typeDisp": "Option", "isYahooFinance": true }, @@ -133,57 +133,59 @@ "isYahooFinance": false }, { - "index": "bfb458f36b57fa497a837e6b565b6b5a", - "name": "BABADU", - "permalink": "babadu", + "index": "5831e4b6af074cd98a755e2d98197194", + "name": "Babaco Market", + "permalink": "babaco-market", "isYahooFinance": false } ], "news": [ { - "uuid": "c327e416-d091-3c59-97e2-aa93811f6972", - "title": "China’s Baidu Teams With Geely on Electric Cars", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/china-baidu-teams-geely-electric-032150096.html", - "providerPublishTime": 1610076110, + "uuid": "5dbd15ce-8ddb-3ed8-ac60-b7545df1f7f9", + "title": "Is Alibaba Stock A Buy Right Now Amid Bullish Fundamentals? Here's What BABA Earnings, Stock Chart Shows", + "publisher": "Investor's Business Daily", + "link": "https://finance.yahoo.com/m/5dbd15ce-8ddb-3ed8-ac60-b7545df1f7f9/is-alibaba-stock-a-buy-right.html", + "providerPublishTime": 1628681452, "type": "STORY" }, { - "uuid": "8a541b5e-90c1-30f8-8e72-9164604f1ba9", - "title": "China Is Said to Censor Local Media Coverage of Alibaba Probe", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/china-orders-local-media-censor-014050156.html", - "providerPublishTime": 1610102583, + "uuid": "bf04a8eb-4f6e-3757-a72e-9d2d9490ee04", + "title": "Better Chinese Tech Stock: Alibaba or Tencent", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/bf04a8eb-4f6e-3757-a72e-9d2d9490ee04/better-chinese-tech-stock%3A.html", + "providerPublishTime": 1628678400, "type": "STORY" }, { - "uuid": "9a65ffa1-2778-34ca-8e83-1b456cbda640", - "title": "China’s Baidu Looks for Secondary Share Listing", - "publisher": "Variety", - "link": "https://finance.yahoo.com/news/china-baidu-looks-secondary-share-123924148.html", - "providerPublishTime": 1610109564, + "uuid": "e074e541-a391-3d14-a74d-dcf58539eb5c", + "title": "5 Best Chinese Stocks To Buy And Watch As Beijing Crackdowns Continue", + "publisher": "Investor's Business Daily", + "link": "https://finance.yahoo.com/m/e074e541-a391-3d14-a74d-dcf58539eb5c/5-best-chinese-stocks-to-buy.html", + "providerPublishTime": 1628691414, "type": "STORY" }, { - "uuid": "dc0fb65c-bf7e-3bce-9118-b7ebf6b12103", - "title": "Why Has Jack Ma, Alibaba Figurehead and China's Richest Man, Gone Missing?", - "publisher": "TheStreet.com", - "link": "https://finance.yahoo.com/m/dc0fb65c-bf7e-3bce-9118-b7ebf6b12103/why-has-jack-ma%2C-alibaba.html", - "providerPublishTime": 1610118000, + "uuid": "026c734d-2a5c-38c1-acd8-9b1b6829caa0", + "title": "How Infobird Compares to Other Leading Customer Support SaaS Solutions", + "publisher": "Benzinga", + "link": "https://finance.yahoo.com/news/infobird-compares-other-leading-customer-115445594.html", + "providerPublishTime": 1628682885, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 24, - "timeTakenForQuotes": 417, + "screenerFieldResults": [], + "totalTime": 36, + "timeTakenForQuotes": 422, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-BEKE.json b/tests/http/search-BEKE.json index b0066c86..145fe4e9 100644 --- a/tests/http/search-BEKE.json +++ b/tests/http/search-BEKE.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "41samkdg6s90p" + "b47c3c9gh7rct" ], "x-yahoo-request-id": [ - "41samkdg6s90p" + "b47c3c9gh7rct" ], "x-request-id": [ - "d0f463dd-d093-4e36-ba29-877d562a3097" + "59500675-a4c6-4b12-a73c-823b36481ead" ], "content-encoding": [ "gzip" ], "content-length": [ - "968" + "1007" ], "x-envoy-upstream-service-time": [ - "32" + "34" ], "date": [ - "Wed, 07 Apr 2021 21:28:56 GMT" + "Wed, 11 Aug 2021 15:32:45 GMT" ], "server": [ "ATS" @@ -44,7 +44,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "1" + "0" ], "strict-transport-security": [ "max-age=15552000" @@ -78,7 +78,7 @@ "quoteType": "EQUITY", "symbol": "BEKE", "index": "quotes", - "score": 2406900, + "score": 5601300, "typeDisp": "Equity", "longname": "KE Holdings Inc.", "isYahooFinance": true @@ -89,99 +89,101 @@ "quoteType": "EQUITY", "symbol": "TERB.BR", "index": "quotes", - "score": 20040, + "score": 20020, "typeDisp": "Equity", "longname": "Ter Beke NV", "isYahooFinance": true }, { - "exchange": "SHH", - "shortname": "BEKEN CORPORATION", - "quoteType": "EQUITY", - "symbol": "603068.SS", + "exchange": "OPR", + "shortname": "BEKE Aug 2021 20.000 put", + "quoteType": "OPTION", + "symbol": "BEKE210820P00020000", "index": "quotes", - "score": 20017, - "typeDisp": "Equity", - "longname": "Beken Corporation", + "score": 20010, + "typeDisp": "Option", "isYahooFinance": true }, { - "exchange": "PNK", - "shortname": "BEKEM METALS INC", + "exchange": "SHH", + "shortname": "BEKEN CORPORATION", "quoteType": "EQUITY", - "symbol": "BKMM", + "symbol": "603068.SS", "index": "quotes", - "score": 20014, + "score": 20008, "typeDisp": "Equity", - "longname": "Bekem Metals, Inc.", + "longname": "Beken Corporation", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "BEKE Apr 2021 115.000 call", + "shortname": "BEKE Jan 2022 50.000 call", "quoteType": "OPTION", - "symbol": "BEKE210416C00115000", + "symbol": "BEKE220121C00050000", "index": "quotes", - "score": 20003, + "score": 20006, "typeDisp": "Option", "isYahooFinance": true }, { - "exchange": "OPR", - "shortname": "BEKE Apr 2021 45.000 put", - "quoteType": "OPTION", - "symbol": "BEKE210416P00045000", + "exchange": "PNK", + "shortname": "BEKEM METALS INC", + "quoteType": "EQUITY", + "symbol": "BKMM", "index": "quotes", - "score": 20003, - "typeDisp": "Option", + "score": 20004, + "typeDisp": "Equity", + "longname": "Bekem Metals, Inc.", "isYahooFinance": true } ], "news": [ { - "uuid": "fb7d7bed-79af-322f-9568-42ce52ab6ea5", - "title": "Masayoshi Son Just Pushed SoftBank Shares Past Dot-Com Peak", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/softbank-surges-surpass-long-standing-061244282.html", - "providerPublishTime": 1613467524, + "uuid": "94475790-b3a3-30c0-8c8b-61d7b93e2d13", + "title": "SoftBank CEO to Take Stake in Vision Fund 2", + "publisher": "Barrons.com", + "link": "https://finance.yahoo.com/m/94475790-b3a3-30c0-8c8b-61d7b93e2d13/softbank-ceo-to-take-stake-in.html", + "providerPublishTime": 1628640660, "type": "STORY" }, { - "uuid": "89d81ea9-4229-3d35-817a-d3c104ea414d", - "title": "SPAC Boom and SoftBank’s Mega-Rally Boost Masayoshi Son’s Billions", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/spac-boom-softbank-mega-rally-022026431.html", - "providerPublishTime": 1614824426, + "uuid": "5b64322f-bf96-377e-a7a9-86e2fcc97598", + "title": "Chinese tech firms 'self-correct' to get ahead of potential regulatory fury", + "publisher": "Reuters", + "link": "https://finance.yahoo.com/news/chinese-tech-firms-self-correct-033435272.html", + "providerPublishTime": 1628652875, "type": "STORY" }, { - "uuid": "4dbb58f5-e5f9-3022-ab72-742969f64da2", - "title": "Is Square (SQ) Stock A Buy Or Sell?", + "uuid": "3788368c-328f-37b5-8b9a-fca70f9a786e", + "title": "Were Hedge Funds Right About Becton, Dickinson and Company (BDX)?", "publisher": "Insider Monkey", - "link": "https://finance.yahoo.com/news/square-sq-stock-buy-sell-142617354.html", - "providerPublishTime": 1615904777, + "link": "https://finance.yahoo.com/news/were-hedge-funds-becton-dickinson-144934172.html", + "providerPublishTime": 1628520574, "type": "STORY" }, { - "uuid": "dc2f0821-98da-38f1-ba0c-a82e14dbd856", - "title": "Is Colgate-Palmolive (CL) Stock A Buy or Sell?", + "uuid": "4eb52c2c-ee04-3303-96b5-61e2dd27816d", + "title": "Were Hedge Funds Right About Activision Blizzard, Inc. (ATVI)?", "publisher": "Insider Monkey", - "link": "https://finance.yahoo.com/news/colgate-palmolive-cl-stock-buy-233123494.html", - "providerPublishTime": 1616455883, + "link": "https://finance.yahoo.com/news/were-hedge-funds-activision-blizzard-135229964.html", + "providerPublishTime": 1628517149, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 30, - "timeTakenForQuotes": 417, + "screenerFieldResults": [], + "totalTime": 32, + "timeTakenForQuotes": 420, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-BFLY.json b/tests/http/search-BFLY.json index 400b87d5..d066be91 100644 --- a/tests/http/search-BFLY.json +++ b/tests/http/search-BFLY.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "2vm1cn1g6s90p" + "4rt9d01gh7rcu" ], "x-yahoo-request-id": [ - "2vm1cn1g6s90p" + "4rt9d01gh7rcu" ], "x-request-id": [ - "fc60ba94-a2db-4c1e-b4bf-1c6c2cbdad12" + "498f45cc-1335-471a-bee6-b02417a3f290" ], "content-encoding": [ "gzip" ], "content-length": [ - "969" + "939" ], "x-envoy-upstream-service-time": [ - "31" + "93" ], "date": [ - "Wed, 07 Apr 2021 21:28:57 GMT" + "Wed, 11 Aug 2021 15:32:46 GMT" ], "server": [ "ATS" @@ -78,106 +78,109 @@ "quoteType": "EQUITY", "symbol": "BFLY", "index": "quotes", - "score": 5603200, + "score": 6774100, "typeDisp": "Equity", "longname": "Butterfly Network, Inc.", "isYahooFinance": true }, { "exchange": "NYQ", + "shortname": "Butterfly Network, Inc.", "quoteType": "EQUITY", "symbol": "BFLY-WT", "index": "quotes", - "score": 20253, + "score": 20429, "typeDisp": "Equity", "isYahooFinance": true }, { - "exchange": "OPR", - "shortname": "BFLY Oct 2021 30.000 call", - "quoteType": "OPTION", - "symbol": "BFLY211015C00030000", + "exchange": "WCB", + "shortname": "CBOE S&P 500 Iron Butterfly Ind", + "quoteType": "INDEX", + "symbol": "^BFLY", "index": "quotes", - "score": 20006, - "typeDisp": "Option", + "score": 20369, + "typeDisp": "Index", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "BFLY Apr 2021 20.000 call", + "shortname": "BFLY Jan 2022 10.000 call", "quoteType": "OPTION", - "symbol": "BFLY210416C00020000", + "symbol": "BFLY220121C00010000", "index": "quotes", - "score": 20004, + "score": 20009, "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "BFLY Jul 2021 17.500 call", + "shortname": "BFLY Aug 2021 10.000 put", "quoteType": "OPTION", - "symbol": "BFLY210716C00017500", + "symbol": "BFLY210820P00010000", "index": "quotes", - "score": 20004, + "score": 20006, "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "BFLY Apr 2021 10.000 call", + "shortname": "BFLY Jan 2022 12.500 put", "quoteType": "OPTION", - "symbol": "BFLY210416C00010000", + "symbol": "BFLY220121P00012500", "index": "quotes", - "score": 20002, + "score": 20006, "typeDisp": "Option", "isYahooFinance": true } ], "news": [ { - "uuid": "ac1037a5-92bb-3f33-a0b9-fdf84e7b414e", - "title": "America Is Transforming before Our Eyes", - "publisher": "ETF Trends", - "link": "https://finance.yahoo.com/news/america-transforming-eyes-120052801.html", - "providerPublishTime": 1615636852, + "uuid": "630c240c-2630-3807-9964-5d97f4e07882", + "title": "Butterfly Network Reports Second Quarter 2021 Financial Results", + "publisher": "Business Wire", + "link": "https://finance.yahoo.com/news/butterfly-network-reports-second-quarter-120000221.html", + "providerPublishTime": 1628510400, "type": "STORY" }, { - "uuid": "cceecdfb-9cf2-35ad-b282-5e430e1d0643", - "title": "2 Hot SPACs Investors Should Watch", - "publisher": "Motley Fool", - "link": "https://finance.yahoo.com/m/cceecdfb-9cf2-35ad-b282-5e430e1d0643/2-hot-spacs-investors-should.html", - "providerPublishTime": 1615503600, + "uuid": "d219f2db-b7ff-35c2-987a-909a1d1daf44", + "title": "Butterfly Network to Present at the Cowen 6th Annual FutureHealth Conference", + "publisher": "Business Wire", + "link": "https://finance.yahoo.com/news/butterfly-network-present-cowen-6th-201500976.html", + "providerPublishTime": 1623183300, "type": "STORY" }, { - "uuid": "84398527-3b89-3014-b9b0-32306a5a7291", - "title": "/C O R R E C T I O N -- Butterfly Network/", - "publisher": "PR Newswire", - "link": "https://finance.yahoo.com/news/butterfly-network-present-39th-annual-120000437.html", - "providerPublishTime": 1610381880, + "uuid": "b0f38e0e-832c-3437-9d11-35235d7db33c", + "title": "Butterfly Network Inc (BFLY) COO David Perri Sold $2.1 million of Shares", + "publisher": "GuruFocus.com", + "link": "https://finance.yahoo.com/news/butterfly-network-inc-bfly-coo-001511986.html", + "providerPublishTime": 1623456911, "type": "STORY" }, { - "uuid": "78829032-6456-3e05-8316-12aa8b296409", - "title": "Butterfly Network and Access Afya Recognized by the World Bank Group-CES Global Tech Challenge for Work Around Solving for Accessible, Affordable Healthcare through Innovative Telehealth Model in Kenya", - "publisher": "PR Newswire", - "link": "https://finance.yahoo.com/news/butterfly-network-access-afya-recognized-124900065.html", - "providerPublishTime": 1610542140, + "uuid": "fedb4e3b-71a1-3ba6-93ba-e43c83a20848", + "title": "Butterfly Network Soars on Getting a Buy from Cowen", + "publisher": "SmarterAnalyst", + "link": "https://finance.yahoo.com/news/butterfly-network-soars-getting-buy-143544116.html", + "providerPublishTime": 1624372544, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 29, - "timeTakenForQuotes": 413, + "screenerFieldResults": [], + "totalTime": 90, + "timeTakenForQuotes": 477, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-BRKS.json b/tests/http/search-BRKS.json index 8ff0790d..8f8706ae 100644 --- a/tests/http/search-BRKS.json +++ b/tests/http/search-BRKS.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "8h3gv1pg6s90s" + "c298vahgh7rd1" ], "x-yahoo-request-id": [ - "8h3gv1pg6s90s" + "c298vahgh7rd1" ], "x-request-id": [ - "3e2875e4-0fc7-440a-a034-00da8345abb8" + "0d8aefae-c1eb-4b3a-889e-939d23fa5e01" ], "content-encoding": [ "gzip" ], "content-length": [ - "978" + "930" ], "x-envoy-upstream-service-time": [ - "31" + "36" ], "date": [ - "Wed, 07 Apr 2021 21:29:00 GMT" + "Wed, 11 Aug 2021 15:32:49 GMT" ], "server": [ "ATS" @@ -44,7 +44,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "4" + "0" ], "strict-transport-security": [ "max-age=15552000" @@ -78,108 +78,109 @@ "quoteType": "EQUITY", "symbol": "BRKS", "index": "quotes", - "score": 2997300, + "score": 2371200, "typeDisp": "Equity", "longname": "Brooks Automation, Inc.", "isYahooFinance": true }, { - "exchange": "IST", - "shortname": "BERKOSAN YALITIM", - "quoteType": "EQUITY", - "symbol": "BRKSN.IS", + "exchange": "OPR", + "shortname": "BRKS Sep 2021 100.000 call", + "quoteType": "OPTION", + "symbol": "BRKS210917C00100000", "index": "quotes", - "score": 20012, - "typeDisp": "Equity", - "longname": "Berkosan Yalitim Ve Tecrit Maddeleri Üretim Ve Ticaret A.S.", + "score": 20006, + "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "BRKS Apr 2021 105.000 call", + "shortname": "BRKS Aug 2021 100.000 call", "quoteType": "OPTION", - "symbol": "BRKS210416C00105000", + "symbol": "BRKS210820C00100000", "index": "quotes", - "score": 20004, + "score": 20001, "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "BRKS Oct 2021 105.000 call", + "shortname": "BRKS Oct 2021 55.000 put", "quoteType": "OPTION", - "symbol": "BRKS211015C00105000", + "symbol": "BRKS211015P00055000", "index": "quotes", - "score": 20003, + "score": 20001, "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "BRKS Apr 2021 100.000 call", + "shortname": "BRKS Aug 2021 90.000 call", "quoteType": "OPTION", - "symbol": "BRKS210416C00100000", + "symbol": "BRKS210820C00090000", "index": "quotes", - "score": 20002, + "score": 20001, "typeDisp": "Option", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "BRKS Apr 2021 77.500 call", + "shortname": "BRKS Oct 2021 100.000 call", "quoteType": "OPTION", - "symbol": "BRKS210416C00077500", + "symbol": "BRKS211015C00100000", "index": "quotes", - "score": 20002, + "score": 20001, "typeDisp": "Option", "isYahooFinance": true } ], "news": [ { - "uuid": "885395dd-b5d8-3324-91a5-41efeb9355c7", - "title": "Kulicke & Soffa Industries Sees Composite Rating Climb To 97", - "publisher": "Investor's Business Daily", - "link": "https://finance.yahoo.com/m/885395dd-b5d8-3324-91a5-41efeb9355c7/kulicke-%26-soffa-industries.html", - "providerPublishTime": 1612280640, + "uuid": "251d91ab-df87-3e91-aa06-9901d7992134", + "title": "Brooks (BRKS) Upgraded to Buy: Here's What You Should Know", + "publisher": "Zacks", + "link": "https://finance.yahoo.com/news/brooks-brks-upgraded-buy-heres-160004654.html", + "providerPublishTime": 1628524804, "type": "STORY" }, { - "uuid": "47a2eff9-30f6-353e-973a-1c903c44f2a4", - "title": "Chip-Gear Maker KLA Beats December-Quarter Estimates, Points Higher", - "publisher": "Investor's Business Daily", - "link": "https://finance.yahoo.com/m/47a2eff9-30f6-353e-973a-1c903c44f2a4/chip-gear-maker-kla-beats.html", - "providerPublishTime": 1612392092, + "uuid": "986e6e88-dc96-3c33-823e-5c6eb2fbdb96", + "title": "Brooks Automation (BRKS) Q3 Earnings and Revenues Top Estimates", + "publisher": "Zacks", + "link": "https://finance.yahoo.com/news/brooks-automation-brks-q3-earnings-004512609.html", + "providerPublishTime": 1628210712, "type": "STORY" }, { - "uuid": "f5d6dce6-487b-351c-9664-de3b15581941", - "title": "Lam Research Clears Key Benchmark, Hitting 80-Plus RS Rating", - "publisher": "Investor's Business Daily", - "link": "https://finance.yahoo.com/m/f5d6dce6-487b-351c-9664-de3b15581941/lam-research-clears-key.html", - "providerPublishTime": 1613505600, + "uuid": "a80e41a6-d711-328c-8295-89a5b65d5668", + "title": "Brooks Automation, inc (BRKS) Q3 2021 Earnings Call Transcript", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/a80e41a6-d711-328c-8295-89a5b65d5668/brooks-automation%2C-inc-%28brks%29.html", + "providerPublishTime": 1628222470, "type": "STORY" }, { - "uuid": "a95a44ab-0592-34c2-a193-e25cdff458e7", - "title": "Chip Machinery Makers Emerge as Big Winners in Supply Crunch", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/chip-machinery-makers-emerge-biggest-145146822.html", - "providerPublishTime": 1614719664, + "uuid": "716fdca4-1553-3af0-ad6e-061e534ff1dd", + "title": "Brooks Automation Reports Results of Third Quarter of Fiscal 2021, Ended June 30, 2021, and Announces Quarterly Cash Dividend", + "publisher": "PR Newswire", + "link": "https://finance.yahoo.com/news/brooks-automation-reports-results-third-200500004.html", + "providerPublishTime": 1628193900, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 29, - "timeTakenForQuotes": 417, + "screenerFieldResults": [], + "totalTime": 33, + "timeTakenForQuotes": 420, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-BTC-USD.json b/tests/http/search-BTC-USD.json index ac2a0fc8..66460a44 100644 --- a/tests/http/search-BTC-USD.json +++ b/tests/http/search-BTC-USD.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "466dl6dg6s90t" + "aaed995gh7rd3" ], "x-yahoo-request-id": [ - "466dl6dg6s90t" + "aaed995gh7rd3" ], "x-request-id": [ - "3be4c4a8-d275-4f61-abed-31fd1ce4ae82" + "b28d8481-731a-4a7e-887c-5f5a458a0696" ], "content-encoding": [ "gzip" ], "content-length": [ - "940" + "1046" ], "x-envoy-upstream-service-time": [ - "87" + "104" ], "date": [ - "Wed, 07 Apr 2021 21:29:01 GMT" + "Wed, 11 Aug 2021 15:32:51 GMT" ], "server": [ "ATS" @@ -78,7 +78,7 @@ "quoteType": "CRYPTOCURRENCY", "symbol": "BTC-USD", "index": "quotes", - "score": 57220100, + "score": 51211500, "typeDisp": "Cryptocurrency", "isYahooFinance": true }, @@ -88,7 +88,7 @@ "quoteType": "FUTURE", "symbol": "BTM=F", "index": "quotes", - "score": 30202, + "score": 30241, "typeDisp": "Future", "isYahooFinance": true }, @@ -98,7 +98,7 @@ "quoteType": "FUTURE", "symbol": "BTMX21.NYB", "index": "quotes", - "score": 20006, + "score": 20005, "typeDisp": "Future", "isYahooFinance": true }, @@ -106,7 +106,7 @@ "exchange": "NYB", "shortname": "Bakkt BTC (USD) Monthly Future ", "quoteType": "FUTURE", - "symbol": "BTMM21.NYB", + "symbol": "F*BTM.NYB", "index": "quotes", "score": 20003, "typeDisp": "Future", @@ -118,66 +118,68 @@ "quoteType": "FUTURE", "symbol": "BTMQ21.NYB", "index": "quotes", - "score": 20001, + "score": 20002, "typeDisp": "Future", "isYahooFinance": true }, { - "exchange": "NYB", - "shortname": "Bakkt BTC (USD) Monthly Future ", - "quoteType": "FUTURE", - "symbol": "BTMK21.NYB", + "exchange": "AMS", + "shortname": "BTCetc USD", + "quoteType": "EQUITY", + "symbol": "DE000A27Z304.AS", "index": "quotes", "score": 20001, - "typeDisp": "Future", + "typeDisp": "Equity", "isYahooFinance": true } ], "news": [ { - "uuid": "6725b1fa-c1f3-33bc-bab2-f55254cf16d7", - "title": "Crypto Long & Short: No, Bitcoin Is Not in a Bubble", - "publisher": "CoinDesk", - "link": "https://finance.yahoo.com/news/crypto-long-short-no-bitcoin-220109270.html", - "providerPublishTime": 1610920869, + "uuid": "91d2452a-64ae-33cb-9f58-17e24b16e8ff", + "title": "Coinbase jumps 6% after smashing Q2 revenue estimates as trading volumes surge - and as it reveals Elon Musk, Tesla, and SpaceX are clients", + "publisher": "Business Insider", + "link": "https://finance.yahoo.com/m/91d2452a-64ae-33cb-9f58-17e24b16e8ff/coinbase-jumps-6%25-after.html", + "providerPublishTime": 1628688960, "type": "STORY" }, { - "uuid": "8ccde68a-05a7-317e-9c86-7b26bf6f1a78", - "title": "It is not only Bitcoin that Elon Musk is Looking at as an Alternative Reserve Asset", - "publisher": "FX Empire", - "link": "https://finance.yahoo.com/news/not-only-bitcoin-elon-musk-085138132.html", - "providerPublishTime": 1612947098, + "uuid": "afcc647b-bc0d-3867-ade1-d480d702c2f5", + "title": "Ether trading volumes surpass bitcoin on Coinbase for the first time as DeFi and staking hype grows", + "publisher": "Business Insider", + "link": "https://finance.yahoo.com/m/afcc647b-bc0d-3867-ade1-d480d702c2f5/ether-trading-volumes-surpass.html", + "providerPublishTime": 1628680032, "type": "STORY" }, { - "uuid": "98d67717-5d5f-4541-9586-67bd0314838d", - "title": "Stock market news live updates: Stocks mixed as yields rise, inflation concerns mount", - "publisher": "Yahoo Finance", - "link": "https://finance.yahoo.com/news/stock-market-news-live-updates-february-22-2021-231227640-122203922.html", - "providerPublishTime": 1614027825, + "uuid": "c1009f4e-e359-357f-8388-fc0fc826a8be", + "title": "'Shark Tank' star Kevin O'Leary will get paid in crypto for his new role as spokesman for Sam Bankman-Fried's FTX", + "publisher": "Business Insider", + "link": "https://finance.yahoo.com/m/c1009f4e-e359-357f-8388-fc0fc826a8be/%27shark-tank%27-star-kevin.html", + "providerPublishTime": 1628672040, "type": "STORY" }, { - "uuid": "95464dad-dc87-457e-8750-f160273464d5", - "title": "Elon Musk adds 'Technoking of Tesla' title, CFO takes 'Master of Coin' title: filing", - "publisher": "Yahoo Finance", - "link": "https://finance.yahoo.com/news/elon-musk-adds-technoking-of-tesla-title-125105359.html", - "providerPublishTime": 1615812665, + "uuid": "72627c51-b22a-3f99-ba84-ec28c0e2f83f", + "title": "Changing Crypto Trading Patterns Reveal the Market’s Power Shift to the West", + "publisher": "CoinDesk", + "link": "https://finance.yahoo.com/news/changing-crypto-trading-patterns-reveal-221752852.html", + "providerPublishTime": 1628633872, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 86, - "timeTakenForQuotes": 472, + "screenerFieldResults": [], + "totalTime": 101, + "timeTakenForQuotes": 427, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-Bayerische Motoren Werke AG.json b/tests/http/search-Bayerische Motoren Werke AG.json index 4dcba75e..fe4cf2a1 100644 --- a/tests/http/search-Bayerische Motoren Werke AG.json +++ b/tests/http/search-Bayerische Motoren Werke AG.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "9drtb2dg6s90u" + "5kr05atgh7rd6" ], "x-yahoo-request-id": [ - "9drtb2dg6s90u" + "5kr05atgh7rd6" ], "x-request-id": [ - "58ffc4dc-1a35-4a4e-9f2d-daf4b6c1a7f6" + "7d662eaf-bc9f-4685-a9b2-0b9b233cefb3" ], "content-encoding": [ "gzip" ], "content-length": [ - "1123" + "1216" ], "x-envoy-upstream-service-time": [ - "55" + "237" ], "date": [ - "Wed, 07 Apr 2021 21:29:02 GMT" + "Wed, 11 Aug 2021 15:32:54 GMT" ], "server": [ "ATS" @@ -44,7 +44,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "4" + "0" ], "strict-transport-security": [ "max-age=15552000" @@ -73,12 +73,12 @@ "count": 12, "quotes": [ { - "exchange": "PNK", + "exchange": "GER", "shortname": "BAYERISCHE MOTOREN WERKE AG", "quoteType": "EQUITY", - "symbol": "BMWYY", + "symbol": "BMW.DE", "index": "quotes", - "score": 21641, + "score": 22262, "typeDisp": "Equity", "longname": "Bayerische Motoren Werke Aktiengesellschaft", "isYahooFinance": true @@ -87,86 +87,88 @@ "exchange": "PNK", "shortname": "BAYERISCHE MOTOREN WERKE AG", "quoteType": "EQUITY", - "symbol": "BAMXF", + "symbol": "BMWYY", "index": "quotes", - "score": 20097, + "score": 20588, "typeDisp": "Equity", "longname": "Bayerische Motoren Werke Aktiengesellschaft", "isYahooFinance": true }, { - "exchange": "STU", - "shortname": "BAYERISCHE MOTOREN WERKE AG VOR", + "exchange": "PNK", + "shortname": "BAYERISCHE MOTOREN WERKE AG", "quoteType": "EQUITY", - "symbol": "BMW3.SG", + "symbol": "BAMXF", "index": "quotes", - "score": 20004, + "score": 20059, "typeDisp": "Equity", + "longname": "Bayerische Motoren Werke Aktiengesellschaft", "isYahooFinance": true }, { - "exchange": "PNK", + "exchange": "FRA", "shortname": "BAYERISCHE MOTOREN WERKE AG", "quoteType": "EQUITY", - "symbol": "BYMOF", + "symbol": "BMW.F", "index": "quotes", - "score": 20004, + "score": 20045, "typeDisp": "Equity", "longname": "Bayerische Motoren Werke Aktiengesellschaft", "isYahooFinance": true }, { - "exchange": "IOB", - "shortname": "BAYERISCHE MOTOREN WERKE AG BMW", + "exchange": "HAM", + "shortname": "BAYERISCHE MOTOREN WERKE AG", "quoteType": "EQUITY", - "symbol": "0O0V.IL", + "symbol": "BMW.HM", "index": "quotes", - "score": 20003, + "score": 20004, "typeDisp": "Equity", "isYahooFinance": true }, { - "exchange": "IOB", - "shortname": "BAYERISCHE MOTOREN WERKE AG BMW", + "exchange": "MEX", + "shortname": "BAYERISCHE MOTOREN WERKE AG", "quoteType": "EQUITY", - "symbol": "0O0U.IL", + "symbol": "BMWM5N.MX", "index": "quotes", - "score": 20001, + "score": 20003, "typeDisp": "Equity", + "longname": "Bayerische Motoren Werke Aktiengesellschaft", "isYahooFinance": true } ], "news": [ { - "uuid": "a813668c-dfe9-3e62-beb5-4070832b3728", - "title": "2021 Will Be The Year Of EVs", - "publisher": "Benzinga", - "link": "https://finance.yahoo.com/news/2021-evs-144455852.html", - "providerPublishTime": 1610376295, + "uuid": "5b2536de-36a0-35d6-a782-90e59cf2fbe0", + "title": "Luxury Sales Turned in a Unusually Strong First Half to the Year. Can the Good Times Last?", + "publisher": "ETF Trends", + "link": "https://finance.yahoo.com/news/luxury-sales-turned-unusually-strong-130023457.html", + "providerPublishTime": 1628427623, "type": "STORY" }, { - "uuid": "1d761b82-c872-37c9-a37b-5869ec7640ea", - "title": "Intel’s Mobileye Plans Self-Driving Cars for the Masses by 2025", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/intel-mobileye-plans-self-driving-180046128.html", - "providerPublishTime": 1610388046, + "uuid": "c7a1679c-ce9e-37c7-9ddf-f9fff403b06f", + "title": "Despite Fast-paced Momentum, Bayerische Motoren Werke AG (BAMXF) Is Still a Bargain Stock", + "publisher": "Zacks", + "link": "https://finance.yahoo.com/news/despite-fast-paced-momentum-bayerische-125012227.html", + "providerPublishTime": 1624452612, "type": "STORY" }, { - "uuid": "a6213196-de76-3b03-a196-c95b96a55277", - "title": "Car makers put the pedal to the metal on electric vehicles in 2020, with sales surging in one key region where Tesla lost market share", - "publisher": "MarketWatch", - "link": "https://finance.yahoo.com/m/a6213196-de76-3b03-a196-c95b96a55277/car-makers-put-the-pedal-to.html", - "providerPublishTime": 1610554920, + "uuid": "d864c2f1-0385-3f8e-a935-5375d739e59c", + "title": "Electric Vehicle Market Size 2021-2028 | To Reach USD 985.72 Billion by 2027, Exhibit a CAGR of 17.4%", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/electric-vehicle-market-size-2021-095900833.html", + "providerPublishTime": 1625479140, "type": "STORY" }, { - "uuid": "90e78e98-c45f-38bb-bb17-031e345cb226", - "title": "What Tesla’s Car Recall Means for Its Stock", - "publisher": "Barrons.com", - "link": "https://finance.yahoo.com/m/90e78e98-c45f-38bb-bb17-031e345cb226/what-tesla%E2%80%99s-car-recall-means.html", - "providerPublishTime": 1610674200, + "uuid": "aa99de5c-fbe2-36d4-9bf6-8f8a665d597f", + "title": "Worldwide Electric Trike Industry to 2026 - Technological Development of High-performance Electric Trite Presents Opportunities", + "publisher": "PR Newswire", + "link": "https://finance.yahoo.com/news/worldwide-electric-trike-industry-2026-111500082.html", + "providerPublishTime": 1628162100, "type": "STORY" } ], @@ -176,7 +178,7 @@ "slug": "the-fight-against-covid19", "name": "The Fight Against COVID19", "index": "the-fight-against-covid19", - "score": 7.09008, + "score": 7.487315, "type": "ALGO_WATCHLIST", "brandSlug": "trea", "pfId": "the_fight_against_covid19" @@ -185,21 +187,23 @@ "slug": "aging-baby-boomers", "name": "Aging Baby Boomers", "index": "aging-baby-boomers", - "score": 0.91146135, + "score": 0.980008, "type": "ALGO_WATCHLIST", "brandSlug": "yahoo-finance", "pfId": "aging_baby_boomers" } ], "researchReports": [], - "totalTime": 54, - "timeTakenForQuotes": 437, + "screenerFieldResults": [], + "totalTime": 234, + "timeTakenForQuotes": 423, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-CRON.json b/tests/http/search-CRON.json index b39cd2ce..19ddf10b 100644 --- a/tests/http/search-CRON.json +++ b/tests/http/search-CRON.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "4pn1dopg6s90t" + "cg18ak1gh7rd2" ], "x-yahoo-request-id": [ - "4pn1dopg6s90t" + "cg18ak1gh7rd2" ], "x-request-id": [ - "d65b1db4-612e-46af-b87a-4856bd27199a" + "4b969b1a-8c99-4587-9ab6-6922eb74a808" ], "content-encoding": [ "gzip" ], "content-length": [ - "1115" + "1091" ], "x-envoy-upstream-service-time": [ - "36" + "38" ], "date": [ - "Wed, 07 Apr 2021 21:29:00 GMT" + "Wed, 11 Aug 2021 15:32:49 GMT" ], "server": [ "ATS" @@ -78,7 +78,7 @@ "quoteType": "EQUITY", "symbol": "CRON", "index": "quotes", - "score": 3921100, + "score": 3490500, "typeDisp": "Equity", "longname": "Cronos Group Inc.", "isYahooFinance": true @@ -89,7 +89,7 @@ "quoteType": "EQUITY", "symbol": "CRON.TO", "index": "quotes", - "score": 20539, + "score": 20623, "typeDisp": "Equity", "longname": "Cronos Group Inc.", "isYahooFinance": true @@ -100,90 +100,91 @@ "quoteType": "EQUITY", "symbol": "7CI.F", "index": "quotes", - "score": 20021, + "score": 20007, "typeDisp": "Equity", "longname": "Cronos Group Inc.", "isYahooFinance": true }, { "exchange": "OPR", - "shortname": "CRON Apr 2021 8.000 put", + "shortname": "CRON Aug 2021 7.000 put", "quoteType": "OPTION", - "symbol": "CRON210416P00008000", + "symbol": "CRON210827P00007000", "index": "quotes", - "score": 20004, + "score": 20005, "typeDisp": "Option", "isYahooFinance": true }, { - "exchange": "ASX", - "shortname": "CRONOS FPO", - "quoteType": "EQUITY", - "symbol": "CAU.AX", + "exchange": "OPR", + "shortname": "CRON Aug 2021 10.500 put", + "quoteType": "OPTION", + "symbol": "CRON210813P00010500", "index": "quotes", "score": 20004, - "typeDisp": "Equity", - "longname": "Cronos Australia Limited", + "typeDisp": "Option", "isYahooFinance": true }, { - "index": "60ffb9a438066c7c5b6c40fb55b1617d", - "name": "Cronofy", - "permalink": "one-diary", + "index": "15cf0416c0c16f51fe50bc02e3bfc110", + "name": "CRON Systems", + "permalink": "cron-systems", "isYahooFinance": false }, { - "index": "378a23314fc9b5373f0c7270126d60af", - "name": "Cronycle Ltd", - "permalink": "cronycle-ltd", + "index": "cf982b8ec6094a2eb2c4217e79eb0f75", + "name": "Cron AI", + "permalink": "cron-ai", "isYahooFinance": false } ], "news": [ { - "uuid": "063b92e8-8755-364e-b9bd-6a4d0a9eebaf", - "title": "PREMIUM: A roadmap to trading profitably and consistently in 2021 with JC Parets", - "publisher": "Yahoo Finance Video", - "link": "https://finance.yahoo.com/video/premium-roadmap-trading-profitably-consistently-132900873.html", - "providerPublishTime": 1610630940, - "type": "VIDEO" + "uuid": "6e8fb483-3ff2-3a41-8275-9e9949427873", + "title": "Are Any Marijuana Stocks On U.S. Exchanges Good Buys As This One Breaks Out?", + "publisher": "Investor's Business Daily", + "link": "https://finance.yahoo.com/m/6e8fb483-3ff2-3a41-8275-9e9949427873/are-any-marijuana-stocks-on.html", + "providerPublishTime": 1628634223, + "type": "STORY" }, { - "uuid": "1baafe33-5bda-3bf3-b4c1-54730d587122", - "title": "Aphria Stock, Marijuana Stocks Rally On Sales Beat, But Analyst Cites These Concerns", - "publisher": "Investor's Business Daily", - "link": "https://finance.yahoo.com/m/1baafe33-5bda-3bf3-b4c1-54730d587122/aphria-stock%2C-marijuana.html", - "providerPublishTime": 1610658505, + "uuid": "ab06902a-3ee7-39fe-8646-bcc66b587d50", + "title": "Cronos Group Inc. to Speak at the Canaccord Genuity 41st Annual Growth Conference", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/cronos-group-inc-speak-canaccord-210000728.html", + "providerPublishTime": 1628542800, "type": "STORY" }, { - "uuid": "4020109c-520b-3beb-b461-afd0d9310724", - "title": "‘This was a momentous election for the cannabis industry:’ Weedmaps", - "publisher": "Yahoo Finance Video", - "link": "https://finance.yahoo.com/video/momentous-election-cannabis-industry-weedmaps-202250096.html", - "providerPublishTime": 1611692570, - "type": "VIDEO" + "uuid": "81771710-9305-3a20-83a5-24f6784654d6", + "title": "Cronos Group Inc. (CRON) Q2 2021 Earnings Call Transcript", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/81771710-9305-3a20-83a5-24f6784654d6/cronos-group-inc.-%28cron%29-q2.html", + "providerPublishTime": 1628305283, + "type": "STORY" }, { - "uuid": "b910fd61-8327-3127-ad9c-a2101fdab8aa", - "title": "Kathy Ireland launches CBD wellness product line with Vertical Wellness", - "publisher": "Yahoo Finance Video", - "link": "https://finance.yahoo.com/video/kathy-ireland-launches-cbd-wellness-195327160.html", - "providerPublishTime": 1611863607, - "type": "VIDEO" + "uuid": "70379ee3-9148-3f9b-a9e1-d816a6d48e0a", + "title": "These Top 15 Cannabis Startups Have Raised Almost $3 Billion Without Going Public", + "publisher": "Benzinga", + "link": "https://finance.yahoo.com/news/top-15-cannabis-startups-raised-141714451.html", + "providerPublishTime": 1628518214, + "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], + "screenerFieldResults": [], "totalTime": 35, - "timeTakenForQuotes": 417, + "timeTakenForQuotes": 421, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-EPAC.json b/tests/http/search-EPAC.json index 4583a4d7..b47c25d2 100644 --- a/tests/http/search-EPAC.json +++ b/tests/http/search-EPAC.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "bjgap0dg6s90t" + "7r4sl9pgh7rd3" ], "x-yahoo-request-id": [ - "bjgap0dg6s90t" + "7r4sl9pgh7rd3" ], "x-request-id": [ - "8fc7b27a-cb07-4c72-b24d-a291595969c4" + "4e788609-9519-4b56-a813-ef094e89d5ac" ], "content-encoding": [ "gzip" ], "content-length": [ - "1177" + "1075" ], "x-envoy-upstream-service-time": [ - "51" + "48" ], "date": [ - "Wed, 07 Apr 2021 21:29:01 GMT" + "Wed, 11 Aug 2021 15:32:50 GMT" ], "server": [ "ATS" @@ -44,7 +44,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "0" + "1" ], "strict-transport-security": [ "max-age=15552000" @@ -78,18 +78,38 @@ "quoteType": "EQUITY", "symbol": "EPAC", "index": "quotes", - "score": 2025900, + "score": 2020000, "typeDisp": "Equity", "longname": "Enerpac Tool Group Corp.", "isYahooFinance": true }, + { + "exchange": "SNP", + "shortname": "S&P EPAC Ex-Korea BMI (USD) TR", + "quoteType": "INDEX", + "symbol": "^SPCBMIRECUSD-TR", + "index": "quotes", + "score": 20003, + "typeDisp": "Index", + "isYahooFinance": true + }, + { + "exchange": "OPR", + "shortname": "EPAC Aug 2021 17.500 call", + "quoteType": "OPTION", + "symbol": "EPAC210820C00017500", + "index": "quotes", + "score": 20003, + "typeDisp": "Option", + "isYahooFinance": true + }, { "exchange": "JKT", "shortname": "Megalestari Epack Sentosaraya T", "quoteType": "EQUITY", "symbol": "EPAC.JK", "index": "quotes", - "score": 20040, + "score": 20001, "typeDisp": "Equity", "longname": "PT Megalestari Epack Sentosaraya Tbk", "isYahooFinance": true @@ -100,26 +120,6 @@ "quoteType": "INDEX", "symbol": "^IDV-EU", "index": "quotes", - "score": 20006, - "typeDisp": "Index", - "isYahooFinance": true - }, - { - "exchange": "ASE", - "shortname": "iShares Dow Jones EPAC Select D", - "quoteType": "INDEX", - "symbol": "^IDV-IV", - "index": "quotes", - "score": 20002, - "typeDisp": "Index", - "isYahooFinance": true - }, - { - "exchange": "SNP", - "shortname": "S&P EPAC Ex-Korea Low Volatilit", - "quoteType": "INDEX", - "symbol": "^SPEXLCHT", - "index": "quotes", "score": 20001, "typeDisp": "Index", "isYahooFinance": true @@ -131,57 +131,59 @@ "isYahooFinance": false }, { - "index": "a4804474d7f147ce9bc25a388753a7b6", - "name": "Epact", - "permalink": "epact", + "index": "6ffc0e3fdd991a875f2b73407f7a5cd2", + "name": "epaCUBE", + "permalink": "epacube", "isYahooFinance": false } ], "news": [ { - "uuid": "ba45f0be-87cb-3441-88d1-52d582a1ba72", - "title": "3 Manufacturing Tool Stocks With Healthy Prospects Amid Pandemic", - "publisher": "Zacks", - "link": "https://finance.yahoo.com/news/3-manufacturing-tool-stocks-healthy-121012200.html", - "providerPublishTime": 1611317412, + "uuid": "6488fcf9-b58d-3e65-a513-b017ab7e172d", + "title": "Enerpac Tool Group (EPAC) Q3 2021 Earnings Call Transcript", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/6488fcf9-b58d-3e65-a513-b017ab7e172d/enerpac-tool-group-%28epac%29-q3.html", + "providerPublishTime": 1624996845, "type": "STORY" }, { - "uuid": "76254d51-a7db-3166-a5bd-a17ce262efc9", - "title": "Worldwide Agricultural Packaging Industry to 2026 - Plastic Packaging to Hold a Significant Market Share - ResearchAndMarkets.com", - "publisher": "Business Wire", - "link": "https://finance.yahoo.com/news/worldwide-agricultural-packaging-industry-2026-170600025.html", - "providerPublishTime": 1616432760, + "uuid": "3774ad9e-fef7-38da-92d0-61080bb9f340", + "title": "ePac Flexible Packaging Launches Sustainable Child Resistant Pouch Line", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/epac-flexible-packaging-launches-sustainable-090000032.html", + "providerPublishTime": 1621242000, "type": "STORY" }, { - "uuid": "ab40c2ca-3b8a-38c7-a094-176db23d63d1", - "title": "Laser Technology Market to Reach USD 15.99 Billion by 2027; Growing Adoption of Aesthetic Procedures to Incite Business Development, states Fortune Business Insights™", + "uuid": "e2f192ad-e8b8-3ff1-83ab-93e0f598740c", + "title": "ePac Flexible Packaging Inks Global Agreement With Scantrust", "publisher": "GlobeNewswire", - "link": "https://finance.yahoo.com/news/laser-technology-market-reach-usd-112800817.html", - "providerPublishTime": 1610623680, + "link": "https://finance.yahoo.com/news/epac-flexible-packaging-inks-global-060000904.html", + "providerPublishTime": 1625551200, "type": "STORY" }, { - "uuid": "31cbf40a-2a3a-340f-a428-31ba9669aa36", - "title": "Global Agricultural Packaging Market (2021 to 2026) - Growth, Trends, COVID-19 Impact, and Forecasts", + "uuid": "cf4a06ca-8200-3d7d-9f6f-ffd310a3707c", + "title": "ePac Flexible Packaging Celebrates 5 Years of Accelerated Growth", "publisher": "GlobeNewswire", - "link": "https://finance.yahoo.com/news/global-agricultural-packaging-market-2021-121300843.html", - "providerPublishTime": 1616587980, + "link": "https://finance.yahoo.com/news/epac-flexible-packaging-celebrates-5-070000486.html", + "providerPublishTime": 1623308400, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 49, - "timeTakenForQuotes": 435, + "screenerFieldResults": [], + "totalTime": 43, + "timeTakenForQuotes": 430, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-EUR.json b/tests/http/search-EUR.json index 6953b740..27ed53a6 100644 --- a/tests/http/search-EUR.json +++ b/tests/http/search-EUR.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "9ja2oehg6s90v" + "c0tknvdgh7rd8" ], "x-yahoo-request-id": [ - "9ja2oehg6s90v" + "c0tknvdgh7rd8" ], "x-request-id": [ - "42791cbe-cd48-4707-bcbd-c6afee25b690" + "4c6ddb01-5e33-4625-b4bf-d8587fc2618f" ], "content-encoding": [ "gzip" ], "content-length": [ - "1180" + "1205" ], "x-envoy-upstream-service-time": [ - "38" + "39" ], "date": [ - "Wed, 07 Apr 2021 21:29:03 GMT" + "Wed, 11 Aug 2021 15:32:55 GMT" ], "server": [ "ATS" @@ -44,7 +44,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "0" + "2" ], "strict-transport-security": [ "max-age=15552000" @@ -78,47 +78,47 @@ "quoteType": "CURRENCY", "symbol": "EURUSD=X", "index": "quotes", - "score": 64573, + "score": 56430, "typeDisp": "Currency", "isYahooFinance": true }, { - "exchange": "CCC", - "shortname": "XRP EUR", - "quoteType": "CRYPTOCURRENCY", - "symbol": "XRP-EUR", + "exchange": "CCY", + "shortname": "USD/EUR", + "quoteType": "CURRENCY", + "symbol": "EUR=X", "index": "quotes", - "score": 36930, - "typeDisp": "Cryptocurrency", + "score": 32500, + "typeDisp": "Currency", "isYahooFinance": true }, { "exchange": "CCY", - "shortname": "USD/EUR", + "shortname": "EUR/JPY", "quoteType": "CURRENCY", - "symbol": "EUR=X", + "symbol": "EURJPY=X", "index": "quotes", - "score": 32675, + "score": 31011, "typeDisp": "Currency", "isYahooFinance": true }, { "exchange": "CCY", - "shortname": "EUR/GBP", + "shortname": "EUR/CHF", "quoteType": "CURRENCY", - "symbol": "EURGBP=X", + "symbol": "EURCHF=X", "index": "quotes", - "score": 31886, + "score": 30828, "typeDisp": "Currency", "isYahooFinance": true }, { "exchange": "CCY", - "shortname": "EUR/JPY", + "shortname": "EUR/GBP", "quoteType": "CURRENCY", - "symbol": "EURJPY=X", + "symbol": "EURGBP=X", "index": "quotes", - "score": 31332, + "score": 30680, "typeDisp": "Currency", "isYahooFinance": true }, @@ -137,35 +137,35 @@ ], "news": [ { - "uuid": "a9dc694c-b23b-3d91-91ee-d244338efcdc", - "title": "Sterling rises against weakening euro, gains seen as temporary", - "publisher": "Reuters", - "link": "https://finance.yahoo.com/news/sterling-rises-against-weakening-euro-091913881.html", - "providerPublishTime": 1610097553, + "uuid": "d6867d2e-99d9-3442-aeee-24d93ccc2622", + "title": "EUR/USD Daily Forecast – Test Of Support At 1.1720", + "publisher": "FX Empire", + "link": "https://finance.yahoo.com/news/eur-usd-daily-forecast-test-071725145.html", + "providerPublishTime": 1628666245, "type": "STORY" }, { - "uuid": "a93dc2c6-4ea1-3858-8134-ea190a2445f6", - "title": "Euro zone investor morale rises on vaccine euphoria - Sentix", - "publisher": "Reuters", - "link": "https://finance.yahoo.com/news/euro-zone-investor-morale-rises-093001308.html", - "providerPublishTime": 1610357401, + "uuid": "a914b94e-8925-3183-aa93-1b85e7a77991", + "title": "EUR/USD Remains Pressured Near March Low, Bearish Breakout Possible", + "publisher": "Benzinga", + "link": "https://finance.yahoo.com/news/eur-usd-remains-pressured-near-201008600.html", + "providerPublishTime": 1628626208, "type": "STORY" }, { - "uuid": "e6777c13-b352-3e69-b4b4-e84020a5a68d", - "title": "Sterling hits 7-week high against euro after BoE dismisses negative rates", - "publisher": "Reuters", - "link": "https://finance.yahoo.com/news/sterling-hits-7-week-high-100353353.html", - "providerPublishTime": 1610532233, + "uuid": "0a4dac8f-972d-3c88-9725-5660454940c9", + "title": "ABN AMRO reports net profit of EUR 393 million in Q2 2021", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/abn-amro-reports-net-profit-050000822.html", + "providerPublishTime": 1628658000, "type": "STORY" }, { - "uuid": "1a220dae-5abe-3350-a261-1ec15085292c", - "title": "Digital euro could happen 'within five years': Lagarde", - "publisher": "AFP", - "link": "https://finance.yahoo.com/m/1a220dae-5abe-3350-a261-1ec15085292c/digital-euro-could-happen.html", - "providerPublishTime": 1610546359, + "uuid": "4a70cb6d-d5bd-389f-a0e3-c245fc84b7ee", + "title": "Finnvera Group’s Half-Year Report 1 January–30 June 2021", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/finnvera-group-half-report-1-080000069.html", + "providerPublishTime": 1628668800, "type": "STORY" } ], @@ -197,14 +197,16 @@ } ], "researchReports": [], + "screenerFieldResults": [], "totalTime": 37, - "timeTakenForQuotes": 425, + "timeTakenForQuotes": 419, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-EURUSD=X.json b/tests/http/search-EURUSD=X.json index c5b9febd..cbf19fce 100644 --- a/tests/http/search-EURUSD=X.json +++ b/tests/http/search-EURUSD=X.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,34 +17,31 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "2sul601g6s90u" + "01vei25gh7rd4" ], "x-yahoo-request-id": [ - "2sul601g6s90u" + "01vei25gh7rd4" ], "x-request-id": [ - "c72bc5b5-73c3-4439-bd2f-068113abef65" - ], - "content-encoding": [ - "gzip" + "e7cfa2e7-49bc-46e8-8e5e-3760a8dcd36a" ], "content-length": [ - "787" + "1626" ], "x-envoy-upstream-service-time": [ - "34" + "33" ], "date": [ - "Wed, 07 Apr 2021 21:29:01 GMT" + "Wed, 11 Aug 2021 15:32:52 GMT" ], "server": [ "ATS" ], "x-envoy-decorator-operation": [ - "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" + "finance-search--mtls-baseline-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "1" + "0" ], "strict-transport-security": [ "max-age=15552000" @@ -78,56 +75,58 @@ "quoteType": "CURRENCY", "symbol": "EURUSD=X", "index": "quotes", - "score": 6457300, + "score": 5643000, "typeDisp": "Currency", "isYahooFinance": true } ], "news": [ { - "uuid": "17dba28e-ea83-3fd0-bf15-2f623fad27fd", - "title": "EUR/USD Forecast: Stable Below 1.2300, Bearish Potential Limited", - "publisher": "Benzinga", - "link": "https://finance.yahoo.com/news/eur-usd-forecast-stable-below-213840244.html", - "providerPublishTime": 1610055520, + "uuid": "d6867d2e-99d9-3442-aeee-24d93ccc2622", + "title": "EUR/USD Daily Forecast – Test Of Support At 1.1720", + "publisher": "FX Empire", + "link": "https://finance.yahoo.com/news/eur-usd-daily-forecast-test-071725145.html", + "providerPublishTime": 1628666245, "type": "STORY" }, { - "uuid": "1934396d-d49d-372a-99f0-d2f8978d2f55", - "title": "U.S Nonfarm Payrolls Put the Greenback in Focus", - "publisher": "FX Empire", - "link": "https://finance.yahoo.com/news/u-nonfarm-payrolls-put-greenback-021608855.html", - "providerPublishTime": 1610072168, + "uuid": "3022ec19-886d-3f4b-8192-4d7f0f61d1d5", + "title": "Dollar Extends Gains Ahead of U.S. CPI Release", + "publisher": "Investing.com", + "link": "https://finance.yahoo.com/news/dollar-extends-gains-ahead-u-014839076.html", + "providerPublishTime": 1628646519, "type": "STORY" }, { - "uuid": "19b7e69e-efd4-3a9b-ad50-24800492a280", - "title": "European Stocks Higher; DAX at New Record on Growth Prospects", - "publisher": "Investing.com", - "link": "https://finance.yahoo.com/news/european-stocks-higher-dax-record-033543311.html", - "providerPublishTime": 1610076943, + "uuid": "a914b94e-8925-3183-aa93-1b85e7a77991", + "title": "EUR/USD Remains Pressured Near March Low, Bearish Breakout Possible", + "publisher": "Benzinga", + "link": "https://finance.yahoo.com/news/eur-usd-remains-pressured-near-201008600.html", + "providerPublishTime": 1628626208, "type": "STORY" }, { - "uuid": "b9ce24eb-e546-3fd8-bd7d-a7c7e0a67e5c", - "title": "EUR/USD Daily Forecast – Euro Is Mostly Flat Against U.S. Dollar", - "publisher": "FX Empire", - "link": "https://finance.yahoo.com/news/eur-usd-daily-forecast-euro-075429401.html", - "providerPublishTime": 1610092469, + "uuid": "99ef3661-7e31-36d5-b37f-b8388b5575f0", + "title": "FOREX-Dollar edges up, hits highest level in more than 4 months against euro", + "publisher": "Reuters", + "link": "https://finance.yahoo.com/news/forex-dollar-edges-hits-highest-200300578.html", + "providerPublishTime": 1628625780, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 32, - "timeTakenForQuotes": 414, + "screenerFieldResults": [], + "totalTime": 31, + "timeTakenForQuotes": 418, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-Evolution Gaming Group.json b/tests/http/search-Evolution Gaming Group.json index 39dca272..be7e4e15 100644 --- a/tests/http/search-Evolution Gaming Group.json +++ b/tests/http/search-Evolution Gaming Group.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,22 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "ed6rgrhg6s90u" + "7i6bm69gh7rd5" ], "x-yahoo-request-id": [ - "ed6rgrhg6s90u" + "7i6bm69gh7rd5" ], "x-request-id": [ - "8b93e0a7-e17c-40bf-905b-7cc0c58857c2" - ], - "content-encoding": [ - "gzip" + "72c578e3-7da0-4b23-bedc-ac92657ce35d" ], "content-length": [ - "889" + "1242" ], "x-envoy-upstream-service-time": [ - "62" + "35" ], "date": [ - "Wed, 07 Apr 2021 21:29:02 GMT" + "Wed, 11 Aug 2021 15:32:53 GMT" ], "server": [ "ATS" @@ -70,119 +67,53 @@ }, "bodyJson": { "explains": [], - "count": 10, + "count": 3, "quotes": [ - { - "exchange": "STO", - "shortname": "Evolution Gaming Group AB", - "quoteType": "EQUITY", - "symbol": "EVO.ST", - "index": "quotes", - "score": 23477, - "typeDisp": "Equity", - "longname": "Evolution Gaming Group AB (publ)", - "isYahooFinance": true - }, - { - "exchange": "PNK", - "shortname": "EVOLUTION GAMING GROUP AB", - "quoteType": "EQUITY", - "symbol": "EVVTY", - "index": "quotes", - "score": 20420, - "typeDisp": "Equity", - "longname": "Evolution Gaming Group AB (publ)", - "isYahooFinance": true - }, - { - "exchange": "PNK", - "shortname": "EVOLUTION GAMING GROUP AB", - "quoteType": "EQUITY", - "symbol": "EVGGF", - "index": "quotes", - "score": 20045, - "typeDisp": "Equity", - "longname": "Evolution Gaming Group AB (publ)", - "isYahooFinance": true - }, - { - "exchange": "MEX", - "shortname": "EVOLUTION GAMING GROUP AB", - "quoteType": "EQUITY", - "symbol": "EVON.MX", - "index": "quotes", - "score": 20003, - "typeDisp": "Equity", - "longname": "Evolution Gaming Group AB (publ)", - "isYahooFinance": true - }, - { - "exchange": "FRA", - "shortname": "EVOLUTION GAM.GR.SK-,003", - "quoteType": "EQUITY", - "symbol": "E3G1.F", - "index": "quotes", - "score": 20002, - "typeDisp": "Equity", - "longname": "Evolution Gaming Group AB (publ)", - "isYahooFinance": true - }, { "exchange": "IOB", "shortname": "EVOLUTION GAMING GROUP AB (PUBL", "quoteType": "EQUITY", "symbol": "0RQ6.IL", "index": "quotes", - "score": 20001, + "score": 20020, "typeDisp": "Equity", - "isYahooFinance": true + "longname": "Evolution AB (publ)", + "isYahooFinance": true, + "prevName": "Evolution Gaming Group AB (publ)", + "nameChangeDate": "2021-08-10" } ], "news": [ { - "uuid": "dd105725-2bd5-3973-8f65-cfca8b1d6a81", - "title": "Evolution: Year-end report 2020", - "publisher": "PR Newswire", - "link": "https://finance.yahoo.com/news/evolution-end-report-2020-071200223.html", - "providerPublishTime": 1612941120, - "type": "STORY" - }, - { - "uuid": "a8d99232-9b94-3bfa-8ce4-de8c0cc1fe23", - "title": "A Look at Bank of America's Recent Quarter", - "publisher": "Motley Fool", - "link": "https://finance.yahoo.com/m/a8d99232-9b94-3bfa-8ce4-de8c0cc1fe23/a-look-at-bank-of-america%27s.html", - "providerPublishTime": 1611464400, - "type": "STORY" - }, - { - "uuid": "51845577-05c9-3d4e-b9fb-98408b627f3a", - "title": "Europe Travel and Leisure Stocks Fully Erase Pandemic Losses", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/european-travel-leisure-stocks-fully-092324324.html", - "providerPublishTime": 1615803168, + "uuid": "9124c5fb-b6d7-337c-88be-2d4e500c3d3c", + "title": "NetBet bolsters casino offering with Ezugi integration", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/netbet-bolsters-casino-offering-ezugi-101000565.html", + "providerPublishTime": 1625652600, "type": "STORY" }, { - "uuid": "3f614034-9331-30f6-b52a-7cc6d8797243", - "title": "Is Evolution Gaming a Stock for the Long Haul?", + "uuid": "1d1fead3-7d49-3e53-b977-7c937f196ee5", + "title": "Here Are 2 Great Ways to Make an Investment in Online Betting Less Risky", "publisher": "Motley Fool", - "link": "https://finance.yahoo.com/m/3f614034-9331-30f6-b52a-7cc6d8797243/is-evolution-gaming-a-stock.html", - "providerPublishTime": 1615308144, + "link": "https://finance.yahoo.com/m/1d1fead3-7d49-3e53-b977-7c937f196ee5/here-are-2-great-ways-to-make.html", + "providerPublishTime": 1622113800, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 61, - "timeTakenForQuotes": 444, + "screenerFieldResults": [], + "totalTime": 32, + "timeTakenForQuotes": 423, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-GOOG.json b/tests/http/search-GOOG.json index ebd8d6f8..a7b57df5 100644 --- a/tests/http/search-GOOG.json +++ b/tests/http/search-GOOG.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "5r0moh5g6s90q" + "b964k99gh7rcv" ], "x-yahoo-request-id": [ - "5r0moh5g6s90q" + "b964k99gh7rcv" ], "x-request-id": [ - "14e3698c-33bc-461b-ace8-c801dd717f85" + "a67295b1-7a9b-4c06-bc40-b8813d9e46f2" ], "content-encoding": [ "gzip" ], "content-length": [ - "1029" + "1048" ], "x-envoy-upstream-service-time": [ - "28" + "44" ], "date": [ - "Wed, 07 Apr 2021 21:28:58 GMT" + "Wed, 11 Aug 2021 15:32:46 GMT" ], "server": [ "ATS" @@ -44,7 +44,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "0" + "1" ], "strict-transport-security": [ "max-age=15552000" @@ -78,7 +78,7 @@ "quoteType": "EQUITY", "symbol": "GOOG", "index": "quotes", - "score": 20896300, + "score": 13693400, "typeDisp": "Equity", "longname": "Alphabet Inc.", "isYahooFinance": true @@ -89,7 +89,7 @@ "quoteType": "EQUITY", "symbol": "GOOGL", "index": "quotes", - "score": 111750, + "score": 98799, "typeDisp": "Equity", "longname": "Alphabet Inc.", "isYahooFinance": true @@ -100,7 +100,7 @@ "quoteType": "EQUITY", "symbol": "GOOGL.MI", "index": "quotes", - "score": 20286, + "score": 20254, "typeDisp": "Equity", "isYahooFinance": true }, @@ -110,79 +110,82 @@ "quoteType": "EQUITY", "symbol": "GOOGL.MX", "index": "quotes", - "score": 20107, + "score": 20090, "typeDisp": "Equity", "longname": "Alphabet Inc.", "isYahooFinance": true }, { - "exchange": "WCB", - "shortname": "CBOE EQUITY VIXON GOOGLE", - "quoteType": "INDEX", - "symbol": "^VXGOG", + "exchange": "BUE", + "shortname": "ALPHABET INC", + "quoteType": "EQUITY", + "symbol": "GOOGL.BA", "index": "quotes", - "score": 20076, - "typeDisp": "Index", + "score": 20046, + "typeDisp": "Equity", + "longname": "Alphabet Inc.", "isYahooFinance": true }, { - "index": "26e6817312a98f234d2fcf80fa1abc1c", - "name": "Google Cloud Platform", - "permalink": "google-cloud-platform", + "index": "bfe08d459a84ccd622b7fa0f11b396ec", + "name": "Adometry By Google", + "permalink": "adometry", "isYahooFinance": false }, { - "index": "5167b830a941ed08d275f74473d13e91", - "name": "Google for Startups", - "permalink": "google-for-entrepreneurs", + "index": "c791e9f0f3bb4b3c8a0530b77123014e", + "name": "Googut Wine & Spirits", + "permalink": "googut-wine-spirits-014e", "isYahooFinance": false } ], "news": [ { - "uuid": "5d7897b8-aae0-3b13-ad37-6a9612cc414b", - "title": "Trump Loses Social Media Megaphone as Facebook, Twitch Act", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/facebook-extends-ban-trump-posts-171058279.html", - "providerPublishTime": 1610066522, + "uuid": "a088361d-7837-31df-be3b-1866de40a51a", + "title": "Google-Backed Duolingo Just Went Public. Here's What Investors Should Know", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/a088361d-7837-31df-be3b-1866de40a51a/google-backed-duolingo-just.html", + "providerPublishTime": 1628676600, "type": "STORY" }, { - "uuid": "e02a1f20-9ead-3f06-bb94-0e5ce0f136c6", - "title": "Hyundai Walks Back Confirmation It’s in Talks Over Apple Car", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/hyundai-walks-back-linking-apple-045821609.html", - "providerPublishTime": 1610096988, + "uuid": "e75104b4-1563-49fe-9085-b58b970574ab", + "title": "Samsung and Google take aim at the Apple Watch with the Galaxy Watch4 and Watch4 Classic", + "publisher": "Yahoo Finance", + "link": "https://finance.yahoo.com/news/samsung-galaxy-watch4-watch4-classic-versus-apple-watch-140046960.html", + "providerPublishTime": 1628690446, "type": "STORY" }, { - "uuid": "f12306d3-fe8e-3476-8c08-d91aab08dbfc", - "title": "This Could Be the Year Google, Facebook Really Pay Publishers for Content", - "publisher": "WWD", - "link": "https://finance.yahoo.com/news/could-google-facebook-really-pay-100036829.html", - "providerPublishTime": 1610100036, + "uuid": "dff4d146-6d73-3b3a-ade7-33aa0558fa4c", + "title": "Snowflake Partners With The Trade Desk -- Could Snowflake Create a Big Data Digital Advertising Moat?", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/dff4d146-6d73-3b3a-ade7-33aa0558fa4c/snowflake-partners-with-the.html", + "providerPublishTime": 1628690400, "type": "STORY" }, { - "uuid": "b44f5995-10fc-3f26-8098-6e7119577214", - "title": "Why Climate Science Doesn’t Go Viral on YouTube", - "publisher": "Bloomberg", - "link": "https://finance.yahoo.com/news/why-climate-science-doesn-t-100043683.html", - "providerPublishTime": 1610100043, + "uuid": "21af4f65-6ea5-4687-9dca-91bdb048550e", + "title": "Samsung debuts $1,799 Galaxy Z Fold3 with a more durable screen and stylus support", + "publisher": "Yahoo Finance", + "link": "https://finance.yahoo.com/news/samsung-galaxy-z-fold3-1799-140037490.html", + "providerPublishTime": 1628690437, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 27, - "timeTakenForQuotes": 420, + "screenerFieldResults": [], + "totalTime": 42, + "timeTakenForQuotes": 423, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-MDLY.json b/tests/http/search-MDLY.json index a91f56af..8d2b03a2 100644 --- a/tests/http/search-MDLY.json +++ b/tests/http/search-MDLY.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,22 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "095lefhg6s90s" + "dnvppd9gh7rjh" ], "x-yahoo-request-id": [ - "095lefhg6s90s" + "dnvppd9gh7rjh" ], "x-request-id": [ - "225cdb32-00c2-4150-92b7-fd22d743f44f" - ], - "content-encoding": [ - "gzip" + "cc4170f8-b82b-43ae-8832-a3923f2bea04" ], "content-length": [ - "667" + "1582" ], "x-envoy-upstream-service-time": [ - "21" + "27" ], "date": [ - "Wed, 07 Apr 2021 21:29:00 GMT" + "Wed, 11 Aug 2021 15:36:17 GMT" ], "server": [ "ATS" @@ -71,56 +68,54 @@ "bodyJson": { "explains": [], "count": 4, - "quotes": [ - { - "exchange": "NYQ", - "shortname": "Medley Management Inc.", - "quoteType": "EQUITY", - "symbol": "MDLY", - "index": "quotes", - "score": 2315600, - "typeDisp": "Equity", - "longname": "Medley Management Inc.", - "isYahooFinance": true - } - ], + "quotes": [], "news": [ { - "uuid": "bb924752-f737-3b19-8ace-5dcad8c2924d", - "title": "Medley LLC Retains B. Riley to Conduct Strategic Review of Bonds", + "uuid": "5aaefee2-3582-34a0-aa84-a0e78f9ab849", + "title": "Medley Management Inc. Receives NYSE Notice Regarding Delayed Form 10-Q Filing", "publisher": "PR Newswire", - "link": "https://finance.yahoo.com/news/medley-llc-retains-b-riley-003000781.html", - "providerPublishTime": 1610411400, + "link": "https://finance.yahoo.com/news/medley-management-inc-receives-nyse-120000755.html", + "providerPublishTime": 1622548800, "type": "STORY" }, { - "uuid": "5c2fcb39-8bcf-335e-9628-883386a6f1fa", - "title": "Sierra Income Corporation Announces Q1 2021 Distributions", - "publisher": "PR Newswire", - "link": "https://finance.yahoo.com/news/sierra-income-corporation-announces-q1-213000984.html", - "providerPublishTime": 1611351000, + "uuid": "6d131a0a-df84-375d-a6c5-ebb0c8380a61", + "title": "NYSE to Suspend Trading Immediately in Medley Management Inc. (MDLY) and Medley LLC (MDLQ and MDLX) and Commence Delisting Proceedings", + "publisher": "Business Wire", + "link": "https://finance.yahoo.com/news/nyse-suspend-trading-immediately-medley-211500948.html", + "providerPublishTime": 1625692500, + "type": "STORY" + }, + { + "uuid": "5cd41050-9f2e-3e7a-90dd-afd83df1240f", + "title": "Where Do Hedge Funds Stand On Bel Fuse, Inc. (BELFA)?", + "publisher": "Insider Monkey", + "link": "https://finance.yahoo.com/news/where-hedge-funds-stand-bel-150414777.html", + "providerPublishTime": 1623942254, "type": "STORY" }, { - "uuid": "6fe2405a-4493-3435-be3e-a24f2258ce19", - "title": "Medley Management Inc. Reports Fourth Quarter and Full Year 2020 results", + "uuid": "bac4175a-9da4-302c-8ad7-594c5821bc30", + "title": "Medley LLC Receives NYSE Notice Regarding Delayed Form 10-Q Filing", "publisher": "PR Newswire", - "link": "https://finance.yahoo.com/news/medley-management-inc-reports-fourth-204500647.html", - "providerPublishTime": 1617223500, + "link": "https://finance.yahoo.com/news/medley-llc-receives-nyse-notice-120000171.html", + "providerPublishTime": 1622548800, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 20, - "timeTakenForQuotes": 414, + "screenerFieldResults": [], + "totalTime": 25, + "timeTakenForQuotes": 413, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-NO0010123060.json b/tests/http/search-NO0010123060.json index 419d7984..41a8e125 100644 --- a/tests/http/search-NO0010123060.json +++ b/tests/http/search-NO0010123060.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,31 +17,28 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "354venpg6s90v" + "2ke9f05gh7rd7" ], "x-yahoo-request-id": [ - "354venpg6s90v" + "2ke9f05gh7rd7" ], "x-request-id": [ - "491084b5-0974-42ee-ac07-318c430362c1" - ], - "content-encoding": [ - "gzip" + "26ea9a79-2124-4934-ab7b-fd34db1f1a14" ], "content-length": [ - "321" + "687" ], "x-envoy-upstream-service-time": [ - "25" + "41" ], "date": [ - "Wed, 07 Apr 2021 21:29:02 GMT" + "Wed, 11 Aug 2021 15:32:54 GMT" ], "server": [ "ATS" ], "x-envoy-decorator-operation": [ - "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" + "finance-search--mtls-canary-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ "1" @@ -78,7 +75,7 @@ "quoteType": "EQUITY", "symbol": "CARA.OL", "index": "quotes", - "score": 20051, + "score": 20053, "typeDisp": "Equity", "longname": "Carasent ASA", "isYahooFinance": true @@ -88,7 +85,7 @@ "quoteType": "EQUITY", "symbol": "NO0010123060.SG", "index": "quotes", - "score": 20002, + "score": 20001, "typeDisp": "Equity", "isYahooFinance": true } @@ -97,14 +94,16 @@ "nav": [], "lists": [], "researchReports": [], - "totalTime": 24, - "timeTakenForQuotes": 413, + "screenerFieldResults": [], + "totalTime": 37, + "timeTakenForQuotes": 419, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-OCDO.L.json b/tests/http/search-OCDO.L.json index 36299ac9..dae268c4 100644 --- a/tests/http/search-OCDO.L.json +++ b/tests/http/search-OCDO.L.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,31 +17,28 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "f1ebjb9g6s90r" + "4nmgbu1gh7rjf" ], "x-yahoo-request-id": [ - "f1ebjb9g6s90r" + "4nmgbu1gh7rjf" ], "x-request-id": [ - "63a649d6-a33c-44f8-98b3-478bfbc3998a" - ], - "content-encoding": [ - "gzip" + "a8912d1b-6cc0-4e5c-a0f8-6ec0033b3181" ], "content-length": [ - "517" + "560" ], "x-envoy-upstream-service-time": [ - "98" + "166" ], "date": [ - "Wed, 07 Apr 2021 21:28:59 GMT" + "Wed, 11 Aug 2021 15:36:15 GMT" ], "server": [ "ATS" ], "x-envoy-decorator-operation": [ - "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" + "finance-search--mtls-canary-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ "0" @@ -70,7 +67,7 @@ }, "bodyJson": { "explains": [], - "count": 2, + "count": 1, "quotes": [ { "exchange": "LSE", @@ -78,33 +75,26 @@ "quoteType": "EQUITY", "symbol": "OCDO.L", "index": "quotes", - "score": 2074000, + "score": 2040300, "typeDisp": "Equity", "longname": "Ocado Group plc", "isYahooFinance": true } ], - "news": [ - { - "uuid": "38643f8e-d298-3d46-bbe0-5811677f091d", - "title": "Edited Transcript of OCDO.L earnings conference call or presentation 9-Feb-21 9:30am GMT", - "publisher": "Thomson Reuters StreetEvents", - "link": "https://finance.yahoo.com/news/edited-transcript-ocdo-l-earnings-093000616.html", - "providerPublishTime": 1612863000, - "type": "STORY" - } - ], + "news": [], "nav": [], "lists": [], "researchReports": [], - "totalTime": 97, - "timeTakenForQuotes": 422, + "screenerFieldResults": [], + "totalTime": 163, + "timeTakenForQuotes": 553, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-ORSTED.CO.json b/tests/http/search-ORSTED.CO.json index 9e22f321..cd046089 100644 --- a/tests/http/search-ORSTED.CO.json +++ b/tests/http/search-ORSTED.CO.json @@ -17,31 +17,31 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "a7dmhs9gbeb8t" + "0cl3mnpgh7rji" ], "x-yahoo-request-id": [ - "a7dmhs9gbeb8t" + "0cl3mnpgh7rji" ], "x-request-id": [ - "ea57a4a9-d8f0-455e-a367-afef871e7d8c" + "26e6bca4-5b10-4df6-bc3b-0b89b9a374d1" ], "content-length": [ - "465" + "547" ], "x-envoy-upstream-service-time": [ - "43" + "113" ], "date": [ - "Wed, 02 Jun 2021 07:02:52 GMT" + "Wed, 11 Aug 2021 15:36:18 GMT" ], "server": [ "ATS" ], "x-envoy-decorator-operation": [ - "finance-search--mtls-production-ir2.finance-k8s.svc.yahoo.local:4080/*" + "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "1" + "0" ], "strict-transport-security": [ "max-age=15552000" @@ -71,10 +71,11 @@ "quotes": [ { "exchange": "CPH", + "shortname": "ORSTED A/S", "quoteType": "EQUITY", "symbol": "ORSTED.CO", "index": "quotes", - "score": 2344900, + "score": 2425100, "typeDisp": "Equity", "longname": "Ørsted A/S", "isYahooFinance": true @@ -84,14 +85,16 @@ "nav": [], "lists": [], "researchReports": [], - "totalTime": 42, - "timeTakenForQuotes": 430, - "timeTakenForNews": 700, + "screenerFieldResults": [], + "totalTime": 110, + "timeTakenForQuotes": 500, + "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-QQQ.json b/tests/http/search-QQQ.json index 4399465c..c9c6b1dd 100644 --- a/tests/http/search-QQQ.json +++ b/tests/http/search-QQQ.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "5n1stipg6s90r" + "d7hbdj1gh7rjg" ], "x-yahoo-request-id": [ - "5n1stipg6s90r" + "d7hbdj1gh7rjg" ], "x-request-id": [ - "2464f349-960d-4dbd-ba13-c044e36160f1" + "92aa8d9f-fba2-4431-92ed-604e77c91731" ], "content-encoding": [ "gzip" ], "content-length": [ - "972" + "987" ], "x-envoy-upstream-service-time": [ - "34" + "35" ], "date": [ - "Wed, 07 Apr 2021 21:28:59 GMT" + "Wed, 11 Aug 2021 15:36:15 GMT" ], "server": [ "ATS" @@ -44,7 +44,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "0" + "1" ], "strict-transport-security": [ "max-age=15552000" @@ -78,7 +78,7 @@ "quoteType": "ETF", "symbol": "QQQ", "index": "quotes", - "score": 21573400, + "score": 13570700, "typeDisp": "ETF", "longname": "Invesco QQQ Trust", "isYahooFinance": true @@ -89,7 +89,7 @@ "quoteType": "ETF", "symbol": "TQQQ", "index": "quotes", - "score": 114845, + "score": 70730, "typeDisp": "ETF", "longname": "ProShares UltraPro QQQ", "isYahooFinance": true @@ -100,20 +100,19 @@ "quoteType": "ETF", "symbol": "SQQQ", "index": "quotes", - "score": 63324, + "score": 43904, "typeDisp": "ETF", "longname": "ProShares UltraPro Short QQQ", "isYahooFinance": true }, { - "exchange": "NGM", - "shortname": "Invesco NASDAQ Next Gen 100 ETF", + "exchange": "NIM", + "shortname": "INVESCO QQQ TRUST", "quoteType": "ETF", - "symbol": "QQQJ", + "symbol": "^QQQ", "index": "quotes", - "score": 29207, + "score": 27961, "typeDisp": "ETF", - "longname": "Invesco NASDAQ Next Gen 100 ETF", "isYahooFinance": true }, { @@ -122,68 +121,70 @@ "quoteType": "ETF", "symbol": "QLD", "index": "quotes", - "score": 25783, + "score": 24099, "typeDisp": "ETF", "longname": "ProShares Ultra QQQ", "isYahooFinance": true }, { "exchange": "NGM", - "shortname": "Invesco NASDAQ 100 ETF", + "shortname": "Invesco NASDAQ Next Gen 100 ETF", "quoteType": "ETF", - "symbol": "QQQM", + "symbol": "QQQJ", "index": "quotes", - "score": 24607, + "score": 23612, "typeDisp": "ETF", - "longname": "Invesco NASDAQ 100 ETF", + "longname": "Invesco NASDAQ Next Gen 100 ETF", "isYahooFinance": true } ], "news": [ { - "uuid": "add286ea-74cb-3b7c-b509-5ca54d0665b6", - "title": "The economy is expected to get a whole lot better: Morning Brief", - "publisher": "Yahoo Finance", - "link": "https://finance.yahoo.com/news/economy-near-term-risks-longer-term-upside-morning-brief-110057665.html", - "providerPublishTime": 1610362857, + "uuid": "a067b059-1109-3b3b-9ef0-b0994014f9d9", + "title": "Dow Jones Rallies, Tech Stocks Fall As Inflation Remains High; Coinbase, Unity, Upstart Surge On Earnings", + "publisher": "Investor's Business Daily", + "link": "https://finance.yahoo.com/m/a067b059-1109-3b3b-9ef0-b0994014f9d9/dow-jones-rallies%2C-tech.html", + "providerPublishTime": 1628695048, "type": "STORY" }, { - "uuid": "4a2d0801-7a26-3ded-9113-a258e3d72b7b", - "title": "Stocks and Markets Should Pull Back Soon", - "publisher": "Investopedia", - "link": "https://finance.yahoo.com/m/4a2d0801-7a26-3ded-9113-a258e3d72b7b/stocks-and-markets-should.html", - "providerPublishTime": 1610371700, + "uuid": "6ee0ee6a-fd02-36de-a518-9d57f81cd1e8", + "title": "Semiconductor ETFs A Great Bet Now: Here's Why", + "publisher": "Zacks", + "link": "https://finance.yahoo.com/news/semiconductor-etfs-great-bet-now-120012614.html", + "providerPublishTime": 1628683212, "type": "STORY" }, { - "uuid": "610ccfd4-96bc-3730-a732-1cfcc1be4b13", - "title": "Labor market weakness could last 'for several years' in pandemic's wake: economist", - "publisher": "Yahoo Finance", - "link": "https://finance.yahoo.com/news/labor-market-weakness-could-lasts-for-several-years-in-pandemics-wake-economist-160420417.html", - "providerPublishTime": 1610381060, + "uuid": "2da8e15a-cad0-3111-8d26-b56305548536", + "title": "3 Unstoppable Investments Everyone Needs in Their Portfolio", + "publisher": "Motley Fool", + "link": "https://finance.yahoo.com/m/2da8e15a-cad0-3111-8d26-b56305548536/3-unstoppable-investments.html", + "providerPublishTime": 1628679600, "type": "STORY" }, { - "uuid": "347d798f-46b3-3ac0-86c9-2e74fb5e2ef6", - "title": "Why the warnings of a stock market bubble has one expert inclined to buy", - "publisher": "Yahoo Finance", - "link": "https://finance.yahoo.com/news/why-the-warnings-of-a-stock-market-bubble-has-one-expert-inclined-to-buy-192038817.html", - "providerPublishTime": 1610392838, - "type": "STORY" + "uuid": "d5d84a81-0e9c-3441-a031-a5d7aa483d30", + "title": "What all great leaders have in common", + "publisher": "Yahoo Finance Video", + "link": "https://finance.yahoo.com/video/great-leaders-common-135833684.html", + "providerPublishTime": 1628690313, + "type": "VIDEO" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 33, - "timeTakenForQuotes": 419, + "screenerFieldResults": [], + "totalTime": 32, + "timeTakenForQuotes": 422, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-SI.json b/tests/http/search-SI.json index 4e4d2c67..152fa1fa 100644 --- a/tests/http/search-SI.json +++ b/tests/http/search-SI.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "8ttc04dg6s90s" + "ak4pdhtgh7rij" ], "x-yahoo-request-id": [ - "8ttc04dg6s90s" + "ak4pdhtgh7rij" ], "x-request-id": [ - "b22ac0e1-bb9f-43f1-8212-e77b27cff789" + "9e3344da-2d10-9634-a188-cd253c16f86c" ], "content-encoding": [ "gzip" ], "content-length": [ - "1431" + "1376" ], "x-envoy-upstream-service-time": [ - "30" + "38" ], "date": [ - "Wed, 07 Apr 2021 21:29:00 GMT" + "Wed, 11 Aug 2021 15:35:47 GMT" ], "server": [ "ATS" @@ -74,11 +74,11 @@ "quotes": [ { "exchange": "CMX", - "shortname": "Silver May 21", + "shortname": "Silver Sep 21", "quoteType": "FUTURE", "symbol": "SI=F", "index": "quotes", - "score": 7205100, + "score": 7267200, "typeDisp": "Future", "isYahooFinance": true }, @@ -88,42 +88,42 @@ "quoteType": "EQUITY", "symbol": "SI", "index": "quotes", - "score": 4489600, + "score": 3849800, "typeDisp": "Equity", "longname": "Silvergate Capital Corporation", "isYahooFinance": true }, - { - "exchange": "NCM", - "shortname": "Second Sight Medical Products, ", - "quoteType": "EQUITY", - "symbol": "EYES", - "index": "quotes", - "score": 289128, - "typeDisp": "Equity", - "longname": "Second Sight Medical Products, Inc.", - "isYahooFinance": true - }, { "exchange": "PCX", "shortname": "iShares Silver Trust", "quoteType": "ETF", "symbol": "SLV", "index": "quotes", - "score": 59976, + "score": 78912, "typeDisp": "ETF", "longname": "iShares Silver Trust", "isYahooFinance": true }, { - "exchange": "NYQ", - "shortname": "Simon Property Group, Inc.", + "exchange": "NMS", + "shortname": "Sirius XM Holdings Inc.", "quoteType": "EQUITY", - "symbol": "SPG", + "symbol": "SIRI", "index": "quotes", - "score": 48335, + "score": 69426, "typeDisp": "Equity", - "longname": "Simon Property Group, Inc.", + "longname": "Sirius XM Holdings Inc.", + "isYahooFinance": true + }, + { + "exchange": "NMS", + "shortname": "Pan American Silver Corp.", + "quoteType": "EQUITY", + "symbol": "PAAS", + "index": "quotes", + "score": 43597, + "typeDisp": "Equity", + "longname": "Pan American Silver Corp.", "isYahooFinance": true }, { @@ -133,43 +133,43 @@ "isYahooFinance": false }, { - "index": "b5472a9a46c2ec8576222736588fd575", - "name": "Sitecore", - "permalink": "sitecore", + "index": "bf0b2ace1dfaf54c3554440f50efc756", + "name": "SixThirty", + "permalink": "sixthirty", "isYahooFinance": false } ], "news": [ { - "uuid": "f295d591-c1c0-331e-8f0c-3e33be0252c5", - "title": "Crude Oil Price Update – Slowly Grinding to $53.60 Main Top or Weakening Upside Momentum?", - "publisher": "FX Empire", - "link": "https://finance.yahoo.com/news/crude-oil-price-slowly-grinding-220513820.html", - "providerPublishTime": 1610057113, + "uuid": "ac300778-30e8-309b-af5b-456dd38aafa6", + "title": "Gold futures extend tentative recovery as investors watch for inflation", + "publisher": "MarketWatch", + "link": "https://finance.yahoo.com/m/ac300778-30e8-309b-af5b-456dd38aafa6/gold-futures-extend-tentative.html", + "providerPublishTime": 1628681940, "type": "STORY" }, { - "uuid": "0e5b9e4f-9c9b-3170-81f5-11f5501d3fe9", - "title": "Gold inches lower as rising yields, stronger dollar weigh", - "publisher": "Reuters", - "link": "https://finance.yahoo.com/news/gold-eases-stronger-dollar-higher-032241899.html", - "providerPublishTime": 1610076161, + "uuid": "d88c3646-e591-35ae-a8f4-72f4f98ecec5", + "title": "Has Gold Lost Its Shine to Bitcoin?", + "publisher": "TheStreet.com", + "link": "https://finance.yahoo.com/m/d88c3646-e591-35ae-a8f4-72f4f98ecec5/has-gold-lost-its-shine-to.html", + "providerPublishTime": 1628681400, "type": "STORY" }, { - "uuid": "adcc820a-446b-32b8-bf79-2908135025da", - "title": "Gold hastens retreat, slumps 3% as U.S. Treasury yields soar", - "publisher": "Reuters", - "link": "https://finance.yahoo.com/news/gold-buckles-under-firmer-dollar-104055942.html", - "providerPublishTime": 1610102455, + "uuid": "036723fc-8ffd-3b06-9845-bd5319bc9be4", + "title": "Gold Up, But Stronger Dollar Caps Gains Ahead of U.S. Data", + "publisher": "Investing.com", + "link": "https://finance.yahoo.com/news/gold-stronger-dollar-caps-gains-234845013.html", + "providerPublishTime": 1628639325, "type": "STORY" }, { - "uuid": "db2e6f56-cf49-3d54-85d9-8dbda7ccab11", - "title": "Price of Gold Fundamental Daily Forecast – Investors Focused on Yields, Dollar; Jobs Data is Old News", + "uuid": "fa7a8e7c-a7ae-3f70-9625-59bdb1874618", + "title": "Silver Price Prediction – Prices Slip Ahead of U.S. Inflation Data", "publisher": "FX Empire", - "link": "https://finance.yahoo.com/news/price-gold-fundamental-daily-forecast-131326695.html", - "providerPublishTime": 1610111606, + "link": "https://finance.yahoo.com/news/silver-price-prediction-prices-slip-215238157.html", + "providerPublishTime": 1628632358, "type": "STORY" } ], @@ -184,7 +184,7 @@ "slug": "sinful-stocks", "name": "Sinful Stocks", "index": "sinful-stocks", - "score": 2.042563, + "score": 2.1600478, "type": "ALGO_WATCHLIST", "brandSlug": "yahoo-finance", "pfId": "the_naughty_list" @@ -215,14 +215,16 @@ } ], "researchReports": [], - "totalTime": 28, + "screenerFieldResults": [], + "totalTime": 35, "timeTakenForQuotes": 421, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-SIMP.json b/tests/http/search-SIMP.json index 3be21026..0ed8d709 100644 --- a/tests/http/search-SIMP.json +++ b/tests/http/search-SIMP.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "98mcmcdg6s90u" + "3lt90phgh7rik" ], "x-yahoo-request-id": [ - "98mcmcdg6s90u" + "3lt90phgh7rik" ], "x-request-id": [ - "caa6cb36-6f15-4f6c-8058-f2b2b9fd669a" + "03c3cc29-fdaf-473f-bc5c-6333e07e9bca" ], "content-encoding": [ "gzip" ], "content-length": [ - "1104" + "1114" ], "x-envoy-upstream-service-time": [ - "39" + "94" ], "date": [ - "Wed, 07 Apr 2021 21:29:01 GMT" + "Wed, 11 Aug 2021 15:35:47 GMT" ], "server": [ "ATS" @@ -78,115 +78,117 @@ "quoteType": "EQUITY", "symbol": "SMPL", "index": "quotes", - "score": 24283, + "score": 20509, "typeDisp": "Equity", "longname": "The Simply Good Foods Company", "isYahooFinance": true }, + { + "exchange": "NYQ", + "shortname": "Simpson Manufacturing Company, ", + "quoteType": "EQUITY", + "symbol": "SSD", + "index": "quotes", + "score": 20466, + "typeDisp": "Equity", + "longname": "Simpson Manufacturing Co., Inc.", + "isYahooFinance": true + }, { "exchange": "PNK", "shortname": "SIMPLY INC", "quoteType": "EQUITY", "symbol": "SIMP", "index": "quotes", - "score": 20713, + "score": 20308, "typeDisp": "Equity", "longname": "Simply, Inc.", "isYahooFinance": true, "prevName": "Cool Holdings, Inc.", - "nameChangeDate": "2021-04-07" + "nameChangeDate": "2021-08-10" }, { - "exchange": "NYQ", - "shortname": "Simpson Manufacturing Company, ", - "quoteType": "EQUITY", - "symbol": "SSD", + "exchange": "NGM", + "shortname": "Simplify U.S. Equity PLUS GBTC ", + "quoteType": "ETF", + "symbol": "SPBC", "index": "quotes", - "score": 20501, - "typeDisp": "Equity", - "longname": "Simpson Manufacturing Co., Inc.", + "score": 20259, + "typeDisp": "ETF", + "longname": "Simplify U.S. Equity PLUS GBTC ETF", "isYahooFinance": true }, { "exchange": "PCX", - "shortname": "Simplify Volt RoboCar Disruptio", + "shortname": "Simplify Interest Rate Hedge ET", "quoteType": "ETF", - "symbol": "VCAR", + "symbol": "PFIX", "index": "quotes", - "score": 20186, + "score": 20256, "typeDisp": "ETF", - "longname": "Simplify Volt RoboCar Disruption and Tech ETF", + "longname": "Simplify Exchange Traded Funds - Simplify Interest Rate Hedge ETF", "isYahooFinance": true }, { - "exchange": "PNK", - "shortname": "SIMPLICITY ESPORTS AND GAMING C", - "quoteType": "EQUITY", - "symbol": "WINR", - "index": "quotes", - "score": 20167, - "typeDisp": "Equity", - "longname": "Simplicity Esports and Gaming Company", - "isYahooFinance": true - }, - { - "index": "8e3a72bab0aff535615e477ce5ba119e", - "name": "SimpliSafe", - "permalink": "simplisafe", + "index": "782dd135abb1a6f6b95a0cc868f7d7c1", + "name": "Simpplr", + "permalink": "simpplr-inc", "isYahooFinance": false }, { - "index": "072f3758a74ed6f8be1500c0423e7283", - "name": "Simpl", - "permalink": "simpl-2", + "index": "f0806823f35892d385360fb555caa050", + "name": "Simplilearn", + "permalink": "simplilearn", "isYahooFinance": false } ], "news": [ { - "uuid": "c8ba1eab-9f72-3aff-b66a-e125b5f5f6ca", - "title": "7 Short-Term Stocks to Move Quickly On", - "publisher": "InvestorPlace", - "link": "https://finance.yahoo.com/news/7-short-term-stocks-move-195225502.html", - "providerPublishTime": 1610135545, + "uuid": "e529bdfd-9c44-3b24-9687-dbf15373d5a6", + "title": "Simply, Inc. Announces the Opening of its New Simply Mac Store in Myrtle Beach, South Carolina", + "publisher": "PR Newswire", + "link": "https://finance.yahoo.com/news/simply-inc-announces-opening-simply-120000191.html", + "providerPublishTime": 1628596800, "type": "STORY" }, { - "uuid": "4df422d6-09e7-3daf-ab6d-94756d709a1c", - "title": "5 Food Stocks to Buy in 2021", - "publisher": "Barrons.com", - "link": "https://finance.yahoo.com/m/4df422d6-09e7-3daf-ab6d-94756d709a1c/5-food-stocks-to-buy-in-2021.html", - "providerPublishTime": 1610974800, + "uuid": "c105d244-c1ca-355b-816f-d105d1e4389d", + "title": "Analyst Report: The Simply Good Foods Company", + "publisher": "Morningstar Research", + "link": "https://finance.yahoo.com/m/c105d244-c1ca-355b-816f-d105d1e4389d/analyst-report%3A-the-simply.html", + "providerPublishTime": 1628634841, "type": "STORY" }, { - "uuid": "b2809e3b-167f-3f62-9c2d-9ad885a19fa5", - "title": "Simpson Manufacturing Co., Inc. To Announce Fourth Quarter And Full Year 2020 Financial Results On Monday, February 8th", - "publisher": "PR Newswire", - "link": "https://finance.yahoo.com/news/simpson-manufacturing-co-inc-announce-140000361.html", - "providerPublishTime": 1611064800, + "uuid": "4744db20-a7bf-3ac6-9e65-447015033c51", + "title": "Is Weakness In Simpson Manufacturing Co., Inc. (NYSE:SSD) Stock A Sign That The Market Could be Wrong Given Its Strong Financial Prospects?", + "publisher": "Simply Wall St.", + "link": "https://finance.yahoo.com/news/weakness-simpson-manufacturing-co-inc-105753072.html", + "providerPublishTime": 1628593073, "type": "STORY" }, { - "uuid": "3500f0cd-2e49-327d-b227-0efa6f548114", - "title": "A Look At The Intrinsic Value Of Simpson Manufacturing Co., Inc. (NYSE:SSD)", - "publisher": "Simply Wall St.", - "link": "https://finance.yahoo.com/news/look-intrinsic-value-simpson-manufacturing-101121030.html", - "providerPublishTime": 1611742281, + "uuid": "628dbd38-462d-3c5b-acf5-db579ca5b8c1", + "title": "Simply, Inc. Announces the Opening of its New Simply Mac Store in Lawrence, Kansas", + "publisher": "PR Newswire", + "link": "https://finance.yahoo.com/news/simply-inc-announces-opening-simply-120000425.html", + "providerPublishTime": 1627560000, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 37, - "timeTakenForQuotes": 414, + "screenerFieldResults": [], + "totalTime": 92, + "timeTakenForQuotes": 424, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-SIX.json b/tests/http/search-SIX.json index 94d6dcb5..e1eb4a6a 100644 --- a/tests/http/search-SIX.json +++ b/tests/http/search-SIX.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "cs2b781g6s90q" + "d319c25gh7rig" ], "x-yahoo-request-id": [ - "cs2b781g6s90q" + "d319c25gh7rig" ], "x-request-id": [ - "30f99954-dd55-4538-b957-eba4fe5c987d" + "c85905a4-41cf-48c7-9124-bbd6e0097b5d" ], "content-encoding": [ "gzip" ], "content-length": [ - "1131" + "1183" ], "x-envoy-upstream-service-time": [ - "94" + "105" ], "date": [ - "Wed, 07 Apr 2021 21:28:57 GMT" + "Wed, 11 Aug 2021 15:35:44 GMT" ], "server": [ "ATS" @@ -44,7 +44,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "1" + "0" ], "strict-transport-security": [ "max-age=15552000" @@ -78,7 +78,7 @@ "quoteType": "EQUITY", "symbol": "SIX", "index": "quotes", - "score": 2545600, + "score": 2360000, "typeDisp": "Equity", "longname": "Six Flags Entertainment Corporation", "isYahooFinance": true @@ -89,29 +89,18 @@ "quoteType": "EQUITY", "symbol": "TSLX", "index": "quotes", - "score": 23458, + "score": 22068, "typeDisp": "Equity", "longname": "Sixth Street Specialty Lending, Inc.", "isYahooFinance": true }, { - "exchange": "GER", - "shortname": "SIXT SE ST O.N.", - "quoteType": "EQUITY", - "symbol": "SIX2.DE", - "index": "quotes", - "score": 20176, - "typeDisp": "Equity", - "longname": "Sixt SE", - "isYahooFinance": true - }, - { - "exchange": "CNQ", - "shortname": "SixthWaveInno", + "exchange": "PNK", + "shortname": "SIXTH WAVE INNOVATIONS INC", "quoteType": "EQUITY", - "symbol": "SIXW.CN", + "symbol": "SIXWF", "index": "quotes", - "score": 20139, + "score": 20485, "typeDisp": "Equity", "longname": "Sixth Wave Innovations Inc.", "isYahooFinance": true @@ -122,69 +111,82 @@ "quoteType": "EQUITY", "symbol": "SSOF", "index": "quotes", - "score": 20128, + "score": 20269, "typeDisp": "Equity", "longname": "665 Energy, Inc.", "isYahooFinance": true }, { - "index": "2567dd7b024bc1a703969e3a0747521d", - "name": "Episode Six", - "permalink": "episode-six", - "isYahooFinance": false + "exchange": "CNQ", + "shortname": "SixthWaveInno", + "quoteType": "EQUITY", + "symbol": "SIXW.CN", + "index": "quotes", + "score": 20191, + "typeDisp": "Equity", + "longname": "Sixth Wave Innovations Inc.", + "isYahooFinance": true }, { "index": "bf0b2ace1dfaf54c3554440f50efc756", "name": "SixThirty", "permalink": "sixthirty", "isYahooFinance": false + }, + { + "index": "2567dd7b024bc1a703969e3a0747521d", + "name": "Episode Six", + "permalink": "episode-six", + "isYahooFinance": false } ], "news": [ { - "uuid": "b81fa982-cde5-32ae-8c1c-0271dd04006b", - "title": "The Surface Duo gets a price cut before launching in the UK, Europe and Canada", - "publisher": "Engadget", - "link": "https://finance.yahoo.com/m/b81fa982-cde5-32ae-8c1c-0271dd04006b/the-surface-duo-gets-a-price.html", - "providerPublishTime": 1613059834, + "uuid": "e6052c67-5bd1-3e6b-8620-aed502af9b32", + "title": "TELUS’ world-leading mobile network earns the top spot from UK-based Opensignal, winning six awards", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/telus-world-leading-mobile-network-132100106.html", + "providerPublishTime": 1628688060, "type": "STORY" }, { - "uuid": "5d2d28a8-914f-3fbb-b90a-3a0eb8e15486", - "title": "Capitol Police were warned of potential violence before riot, chief says", - "publisher": "MarketWatch", - "link": "https://finance.yahoo.com/m/5d2d28a8-914f-3fbb-b90a-3a0eb8e15486/capitol-police-were-warned-of.html", - "providerPublishTime": 1614213000, + "uuid": "6b2aef4d-2acc-3535-aa7b-626298733df6", + "title": "Republican Senators Tell Democrats to Go It Alone on Debt Limit", + "publisher": "Bloomberg", + "link": "https://finance.yahoo.com/news/republican-senators-tell-democrats-alone-125428538.html", + "providerPublishTime": 1628686468, "type": "STORY" }, { - "uuid": "caae6b34-55c6-35c2-960c-28365587dc7b", - "title": "Inditex Profits Plunged. But Its Unique Manufacturing Strategy and E-Commerce Advances Will See It Soar.", - "publisher": "Barrons.com", - "link": "https://finance.yahoo.com/m/caae6b34-55c6-35c2-960c-28365587dc7b/inditex-profits-plunged.-but.html", - "providerPublishTime": 1615393680, + "uuid": "369935e6-47b6-3708-9bf3-0e6fdd7cc4d9", + "title": "Summit Therapeutics Reports Financial Results and Operational Progress for the Second Quarter and Six Months Ended June 30, 2021", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/summit-therapeutics-reports-financial-results-120100959.html", + "providerPublishTime": 1628683260, "type": "STORY" }, { - "uuid": "0d29f2e0-6816-3dc3-9b4a-e46ace647ed0", - "title": "Condos vs. Houses: Which Is the Best Investment in Your City?", - "publisher": "GOBankingRates", - "link": "https://finance.yahoo.com/news/condos-vs-houses-best-investment-200000174.html", - "providerPublishTime": 1614024000, + "uuid": "ec28a5d7-864d-3cb3-a08c-2eeeecaa5c8f", + "title": "Pancon Reports Results and Analysis for All Six Sonic Drill Holes in Reclaimed Backfill Waste Material at Brewer", + "publisher": "Newsfile", + "link": "https://finance.yahoo.com/news/pancon-reports-results-analysis-six-103000621.html", + "providerPublishTime": 1628677800, "type": "STORY" } ], "nav": [], "lists": [], "researchReports": [], - "totalTime": 93, - "timeTakenForQuotes": 415, + "screenerFieldResults": [], + "totalTime": 102, + "timeTakenForQuotes": 421, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-SPOT.json b/tests/http/search-SPOT.json index 819d0417..9a8a5ce7 100644 --- a/tests/http/search-SPOT.json +++ b/tests/http/search-SPOT.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,25 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "d0bsu9tg6s90q" + "cvmmkqtgh7rih" ], "x-yahoo-request-id": [ - "d0bsu9tg6s90q" + "cvmmkqtgh7rih" ], "x-request-id": [ - "d5fbae4f-8275-4943-80e4-678ffbdc37bf" + "ffdf1005-c542-4ff3-bfd7-a97bace49624" ], "content-encoding": [ "gzip" ], "content-length": [ - "1098" + "1183" ], "x-envoy-upstream-service-time": [ - "70" + "111" ], "date": [ - "Wed, 07 Apr 2021 21:28:58 GMT" + "Wed, 11 Aug 2021 15:35:45 GMT" ], "server": [ "ATS" @@ -70,7 +70,7 @@ }, "bodyJson": { "explains": [], - "count": 11, + "count": 12, "quotes": [ { "exchange": "NYQ", @@ -78,54 +78,57 @@ "quoteType": "EQUITY", "symbol": "SPOT", "index": "quotes", - "score": 5362700, + "score": 5911200, "typeDisp": "Equity", "longname": "Spotify Technology S.A.", "isYahooFinance": true }, { - "exchange": "VAN", - "shortname": "GOLDSPOT DISCOVERIES CORP", - "quoteType": "EQUITY", - "symbol": "SPOT.V", + "exchange": "CMX", + "shortname": "Copper Spot TAS Futures,Aug-202", + "quoteType": "FUTURE", + "symbol": "HG0=F", "index": "quotes", - "score": 20265, - "typeDisp": "Equity", - "longname": "GoldSpot Discoveries Corp.", + "score": 30019, + "typeDisp": "Future", "isYahooFinance": true }, { - "exchange": "PNK", - "shortname": "SPOTLIGHT INNOVATION LLC", + "exchange": "CNQ", + "shortname": "SpotLite360Tech", "quoteType": "EQUITY", - "symbol": "STLT", + "symbol": "LITE.CN", "index": "quotes", - "score": 20077, + "score": 24883, "typeDisp": "Equity", - "longname": "Spotlight Innovation Inc.", - "isYahooFinance": true + "longname": "SpotLite360 Technologies, Inc.", + "isYahooFinance": true, + "prevName": "Spotlite360 Technologies Inc.", + "nameChangeDate": "2021-08-10" }, { - "exchange": "GER", - "shortname": "SPOTIFY TECH. S.A. EUR 1", + "exchange": "VAN", + "shortname": "GOLDSPOT DISCOVERIES CORP", "quoteType": "EQUITY", - "symbol": "639.DE", + "symbol": "SPOT.V", "index": "quotes", - "score": 20069, + "score": 20707, "typeDisp": "Equity", - "longname": "Spotify Technology S.A.", + "longname": "GoldSpot Discoveries Corp.", "isYahooFinance": true }, { - "exchange": "VAN", - "shortname": "SPOT COFFEE CANADA LTD", + "exchange": "PNK", + "shortname": "SPOTLITE360 TECHNOLOGIES INC", "quoteType": "EQUITY", - "symbol": "SPP.V", + "symbol": "SPLTF", "index": "quotes", - "score": 20047, + "score": 20268, "typeDisp": "Equity", - "longname": "Spot Coffee (Canada) Ltd.", - "isYahooFinance": true + "longname": "SpotLite360 Technologies, Inc.", + "isYahooFinance": true, + "prevName": "Spotlite360 Technologies Inc.", + "nameChangeDate": "2021-08-10" }, { "index": "9767eaff65025d868c9d1430ad59036c", @@ -134,57 +137,64 @@ "isYahooFinance": false }, { - "index": "40214a891b2d66e1237e9b0add064bd4", - "name": "Spotahome", - "permalink": "spotahome", + "index": "6f1ff8005a3c4d42811eb52a0c806636", + "name": "Spot Insurance", + "permalink": "life-by-spot", "isYahooFinance": false } ], "news": [ { - "uuid": "b897f025-b333-3051-8ef3-1f6bb9edc494", - "title": "VP Pence should call for the 25th Amendment: Democratic Megadonor", - "publisher": "Yahoo Finance Video", - "link": "https://finance.yahoo.com/video/vp-pence-call-25th-amendment-110000483.html", - "providerPublishTime": 1610449200, - "type": "VIDEO" + "uuid": "6ee0ee6a-fd02-36de-a518-9d57f81cd1e8", + "title": "Semiconductor ETFs A Great Bet Now: Here's Why", + "publisher": "Zacks", + "link": "https://finance.yahoo.com/news/semiconductor-etfs-great-bet-now-120012614.html", + "providerPublishTime": 1628683212, + "type": "STORY" }, { - "uuid": "b82255c7-9574-313d-97d2-4498640de670", - "title": "ViacomCBS CFO: streaming is a huge priority for us", - "publisher": "Yahoo Finance", - "link": "https://finance.yahoo.com/news/viacom-cbs-cfo-streaming-is-a-huge-priority-for-us-170852070.html", - "providerPublishTime": 1610644132, + "uuid": "e6052c67-5bd1-3e6b-8620-aed502af9b32", + "title": "TELUS’ world-leading mobile network earns the top spot from UK-based Opensignal, winning six awards", + "publisher": "GlobeNewswire", + "link": "https://finance.yahoo.com/news/telus-world-leading-mobile-network-132100106.html", + "providerPublishTime": 1628688060, "type": "STORY" }, { - "uuid": "1214e487-ccb0-3102-9ab3-4f9a7de86a0c", - "title": "Spotify Stock Slips After Analysts Cast Doubt on Success of Podcast Push", - "publisher": "Variety", - "link": "https://finance.yahoo.com/news/spotify-stock-slips-analysts-cast-152300842.html", - "providerPublishTime": 1610724180, + "uuid": "78ed201e-341d-3f8a-b67f-00f4d7068766", + "title": "ADP Named to the 2021 Seramount Inclusion Index", + "publisher": "PR Newswire", + "link": "https://finance.yahoo.com/news/adp-named-2021-seramount-inclusion-131400734.html", + "providerPublishTime": 1628687640, "type": "STORY" }, { - "uuid": "0f9d1007-4332-36e5-927f-5a6005891ac0", - "title": "Spotify Drops as Citi Turns Bearish on Podcast Pivot", - "publisher": "TheStreet.com", - "link": "https://finance.yahoo.com/m/0f9d1007-4332-36e5-927f-5a6005891ac0/spotify-drops-as-citi-turns.html", - "providerPublishTime": 1610730720, + "uuid": "098729a0-51e9-35f5-8f7f-2a1de8ebd449", + "title": "Olympia's UVC Troffer Wins EC&M Product of the Year for 2021", + "publisher": "PR Newswire", + "link": "https://finance.yahoo.com/news/olympias-uvc-troffer-wins-ec-123800506.html", + "providerPublishTime": 1628685480, "type": "STORY" } ], - "nav": [], + "nav": [ + { + "navName": "Spotlight", + "navUrl": "https://finance.yahoo.com/live/spotlight" + } + ], "lists": [], "researchReports": [], - "totalTime": 68, - "timeTakenForQuotes": 416, + "screenerFieldResults": [], + "totalTime": 108, + "timeTakenForQuotes": 421, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-UNIR.MI.json b/tests/http/search-UNIR.MI.json index 091fa885..f81673bf 100644 --- a/tests/http/search-UNIR.MI.json +++ b/tests/http/search-UNIR.MI.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,22 +17,22 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "7gb4mhdg6s90q" + "eu8jaq5gh7rii" ], "x-yahoo-request-id": [ - "7gb4mhdg6s90q" + "eu8jaq5gh7rii" ], "x-request-id": [ - "859fba78-f0c9-45fb-86f6-c746ee5bcf3c" + "351bf3e6-77be-44e2-b3f6-03f54fcee52f" ], "content-length": [ - "488" + "544" ], "x-envoy-upstream-service-time": [ - "31" + "36" ], "date": [ - "Wed, 07 Apr 2021 21:28:58 GMT" + "Wed, 11 Aug 2021 15:35:46 GMT" ], "server": [ "ATS" @@ -41,7 +41,7 @@ "finance-search--mtls-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "4" + "0" ], "strict-transport-security": [ "max-age=15552000" @@ -75,7 +75,7 @@ "quoteType": "EQUITY", "symbol": "UNIR.MI", "index": "quotes", - "score": 2017400, + "score": 2009900, "typeDisp": "Equity", "longname": "Unieuro S.p.A.", "isYahooFinance": true @@ -85,14 +85,16 @@ "nav": [], "lists": [], "researchReports": [], - "totalTime": 30, - "timeTakenForQuotes": 417, + "screenerFieldResults": [], + "totalTime": 34, + "timeTakenForQuotes": 414, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-WSKT.JK.json b/tests/http/search-WSKT.JK.json index adeea052..54b26d99 100644 --- a/tests/http/search-WSKT.JK.json +++ b/tests/http/search-WSKT.JK.json @@ -8,7 +8,7 @@ "statusText": "OK", "headers": { "content-type": [ - "application/json" + "application/json;charset=utf-8" ], "vary": [ "Origin,Origin,Accept-Encoding" @@ -17,25 +17,22 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "22pqqu1g6s90p" + "3l2ssl9gh7rif" ], "x-yahoo-request-id": [ - "22pqqu1g6s90p" + "3l2ssl9gh7rif" ], "x-request-id": [ - "6085c16a-e1c7-4e17-b4be-a2b213ad1e56" - ], - "content-encoding": [ - "gzip" + "c7458efc-e161-4e8d-9e11-578faea28b06" ], "content-length": [ - "307" + "581" ], "x-envoy-upstream-service-time": [ - "24" + "30" ], "date": [ - "Wed, 07 Apr 2021 21:28:57 GMT" + "Wed, 11 Aug 2021 15:35:43 GMT" ], "server": [ "ATS" @@ -78,7 +75,7 @@ "quoteType": "EQUITY", "symbol": "WSKT.JK", "index": "quotes", - "score": 2079000, + "score": 2022100, "typeDisp": "Equity", "longname": "PT Waskita Karya (Persero) Tbk", "isYahooFinance": true @@ -88,14 +85,16 @@ "nav": [], "lists": [], "researchReports": [], - "totalTime": 23, - "timeTakenForQuotes": 413, + "screenerFieldResults": [], + "totalTime": 28, + "timeTakenForQuotes": 425, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file diff --git a/tests/http/search-^VXAPL.json b/tests/http/search-^VXAPL.json index 32405133..c384816b 100644 --- a/tests/http/search-^VXAPL.json +++ b/tests/http/search-^VXAPL.json @@ -17,22 +17,22 @@ "public, max-age=120, stale-while-revalidate=180" ], "y-rid": [ - "2l3b0b9gg1s5j" + "5tbaqb5gh7rk4" ], "x-yahoo-request-id": [ - "2l3b0b9gg1s5j" + "5tbaqb5gh7rk4" ], "x-request-id": [ - "a109d77b-c9f1-4663-8017-132e4105d0a8" + "324483d6-a97d-4ea2-961c-ce05fd0af92c" ], "content-length": [ - "473" + "529" ], "x-envoy-upstream-service-time": [ - "33" + "27" ], "date": [ - "Wed, 28 Jul 2021 05:52:51 GMT" + "Wed, 11 Aug 2021 15:36:35 GMT" ], "server": [ "ATS" @@ -41,7 +41,7 @@ "finance-search--mtls-canary-production-bf1.finance-k8s.svc.yahoo.local:4080/*" ], "age": [ - "0" + "3" ], "strict-transport-security": [ "max-age=15552000" @@ -75,7 +75,7 @@ "quoteType": "INDEX", "symbol": "^VXAPL", "index": "quotes", - "score": 2002100, + "score": 2002200, "typeDisp": "Index", "isYahooFinance": true } @@ -84,14 +84,16 @@ "nav": [], "lists": [], "researchReports": [], - "totalTime": 31, + "screenerFieldResults": [], + "totalTime": 25, "timeTakenForQuotes": 415, "timeTakenForNews": 600, "timeTakenForAlgowatchlist": 400, "timeTakenForPredefinedScreener": 400, "timeTakenForCrunchbase": 400, "timeTakenForNav": 400, - "timeTakenForResearchReports": 0 + "timeTakenForResearchReports": 0, + "timeTakenForScreenerField": 0 } } } \ No newline at end of file