Posts List Oldapi View
We shared this request example with FAB participants: url_qparams = { "limit": count, "offset": offset, "has_group": "false", "order_by": "-activity", "forecast_type": "binary", "project": tournament_id, "status": "open", "type": "forecast", "include_description": "true", } url = f"{api_info.base_url}/questions/" response = requests.get( url, headers={"Authorization": f"Token {api_info.token}"}, params=url_qparams )
But we don't want to support all these parameters, and the ones relevant are: - order_by - status - project - forecast_type - we ignore this, but assume it's binary - FAB only supports binary for now.
GET /api2/questions/?format=api&offset=980
{ "count": 6301, "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=1000", "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=960", "results": [ { "id": 37508, "title": "Will the number of new single family homes for sale in the US exceed 550 thousand in May 2025?", "short_title": "", "url_title": "", "slug": "will-the-number-of-new-single-family-homes-for-sale-in-the-us-exceed-550-thousand-in-may-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:30:25.707777Z", "published_at": "2025-05-06T20:00:00Z", "edited_at": "2025-09-05T17:28:55.696636Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 12, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-08T22:00:00Z", "scheduled_close_time": "2025-05-08T22:00:00Z", "scheduled_resolve_time": "2025-06-25T00:00:00Z", "actual_resolve_time": "2025-06-25T15:22:00Z", "open_time": "2025-05-06T20:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36868, "title": "Will the number of new single family homes for sale in the US exceed 550 thousand in May 2025?", "created_at": "2025-05-03T02:30:25.707777Z", "open_time": "2025-05-06T20:00:00Z", "cp_reveal_time": "2025-05-08T22:00:00Z", "spot_scoring_time": "2025-05-08T22:00:00Z", "scheduled_resolve_time": "2025-06-25T00:00:00Z", "actual_resolve_time": "2025-06-25T15:22:00Z", "resolution_set_time": "2025-06-25T15:24:05.030619Z", "scheduled_close_time": "2025-05-08T22:00:00Z", "actual_close_time": "2025-05-08T22:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "[The Kobeissi Letter](https://x.com/KobeissiLetter/status/1912142359577403619): \"BREAKING: The number of new single-family homes for sale has surged to 500,000 in February, the highest since November 2007.\n\nThe number of new homes on the market has more than TRIPLED over the last 13 years, from a low of 142,000.\n\nExcluding the 2006 housing bubble this is, by far, the largest supply of new homes in history.\"", "resolution_criteria": "This question resolves as **Yes** if the number of New One Family Homes for Sale in the United States reported for May 2025 is greater than 550 thousand, according to what is presented by [FRED](https://fred.stlouisfed.org/series/HNFSEPUSSA).", "fine_print": "Ensure units is set to \"Thousands of Units, Seasonally Adjusted\" and frequency is set to \"Monthly, End of Month\". Question resolves based on the number presented by FRED, and no other resolution source will be considered.", "post_id": 37508, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746719806.42673, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.002 ], "interval_upper_bounds": [ 0.004 ] } ], "latest": { "start_time": 1746719806.42673, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.002 ], "interval_upper_bounds": [ 0.004 ], "forecast_values": [ 0.998, 0.002 ], "means": [ 0.003219056101888223 ], "histogram": [ [ 4.040278631644, 0.8502051036716037, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 95.21998093281873, "peer_score": 0.0719085057223127, "coverage": 0.9551811361829439, "relative_legacy_score": 0.0, "weighted_coverage": 0.9551811361829439, "spot_peer_score": 0.1006542412689481, "spot_baseline_score": 99.71117206751734, "baseline_archived_score": 95.21998093281873, "peer_archived_score": 0.0719085057223127, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 0.1006542412689481, "spot_baseline_archived_score": 99.71117206751734 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 23, "key_factors": [], "is_current_content_translated": false, "description": "[The Kobeissi Letter](https://x.com/KobeissiLetter/status/1912142359577403619): \"BREAKING: The number of new single-family homes for sale has surged to 500,000 in February, the highest since November 2007.\n\nThe number of new homes on the market has more than TRIPLED over the last 13 years, from a low of 142,000.\n\nExcluding the 2006 housing bubble this is, by far, the largest supply of new homes in history.\"" }, { "id": 37507, "title": "Will Beyond Meat file for bankruptcy before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-beyond-meat-file-for-bankruptcy-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:30:25.700971Z", "published_at": "2025-05-06T10:00:00Z", "edited_at": "2025-09-05T17:28:58.264362Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 16, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-08T12:00:00Z", "scheduled_close_time": "2025-05-08T12:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T12:09:00Z", "open_time": "2025-05-06T10:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36867, "title": "Will Beyond Meat file for bankruptcy before July 1, 2025?", "created_at": "2025-05-03T02:30:25.700971Z", "open_time": "2025-05-06T10:00:00Z", "cp_reveal_time": "2025-05-08T12:00:00Z", "spot_scoring_time": "2025-05-08T12:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T12:09:00Z", "resolution_set_time": "2025-07-01T14:34:26.929958Z", "scheduled_close_time": "2025-05-08T12:00:00Z", "actual_close_time": "2025-05-08T12:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Beyond Meat has had several years of losses and in the most recent quarter it [posted](https://investors.beyondmeat.com/news-releases/news-release-details/beyond-meatr-reports-fourth-quarter-and-full-year-2024-financial) a loss from operations of almost $38 million.", "resolution_criteria": "This question will resolve as **Yes** if Beyond Meat, Inc., files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before July 1, 2025. The question will resolves on the filing of such a petition, not on whether any bankruptcy protection is granted by a court. If no such petition is filed by that date, this question will resolve as **No**.", "fine_print": "", "post_id": 37507, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746690409.296174, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.002 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ] } ], "latest": { "start_time": 1746690409.296174, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.002 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ], "forecast_values": [ 0.99, 0.01 ], "means": [ 0.008268837820560754 ], "histogram": [ [ 1.736532578502386, 2.914696516263355, 0.2392546405498639, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 90.58244307668024, "peer_score": -0.07594993127267902, "coverage": 0.920847704372141, "relative_legacy_score": 0.0, "weighted_coverage": 0.920847704372141, "spot_peer_score": -0.08832525304998058, "spot_baseline_score": 98.5500430304885, "baseline_archived_score": 90.58244307668024, "peer_archived_score": -0.07594993127267902, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -0.08832525304998058, "spot_baseline_archived_score": 98.5500430304885 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 28, "key_factors": [], "is_current_content_translated": false, "description": "Beyond Meat has had several years of losses and in the most recent quarter it [posted](https://investors.beyondmeat.com/news-releases/news-release-details/beyond-meatr-reports-fourth-quarter-and-full-year-2024-financial) a loss from operations of almost $38 million." }, { "id": 37506, "title": "Will the Global Protest Tracker report any protests in Turkey (Türkiye) with 10,000+ participants, before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-the-global-protest-tracker-report-any-protests-in-turkey-turkiye-with-10000-participants-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:30:25.570260Z", "published_at": "2025-05-05T20:00:00Z", "edited_at": "2025-09-05T17:28:51.301654Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 23, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-07T22:00:00Z", "scheduled_close_time": "2025-05-07T22:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T12:09:00Z", "open_time": "2025-05-05T20:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36866, "title": "Will the Global Protest Tracker report any protests in Turkey (Türkiye) with 10,000+ participants, before July 1, 2025?", "created_at": "2025-05-03T02:30:25.570260Z", "open_time": "2025-05-05T20:00:00Z", "cp_reveal_time": "2025-05-07T22:00:00Z", "spot_scoring_time": "2025-05-07T22:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T12:09:00Z", "resolution_set_time": "2025-07-01T14:36:18.380132Z", "scheduled_close_time": "2025-05-07T22:00:00Z", "actual_close_time": "2025-05-07T22:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Wikipedia: [2025 Turkish protests](https://en.wikipedia.org/wiki/2025_Turkish_protests)", "resolution_criteria": "This question resolves as **Yes** if the [Global Protest Tracker](https://carnegieendowment.org/features/global-protest-tracker?lang=en) reports a protest in Turkey (Türkiye) with 10,000 or more participants with a start date after the launch of this question and before July 1, 2025.", "fine_print": "Please note that the Global Protest Tracker uses the name Türkiye in its database.", "post_id": 37506, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746639461.950091, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.02 ], "centers": [ 0.044 ], "interval_upper_bounds": [ 0.05 ] } ], "latest": { "start_time": 1746639461.950091, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.02 ], "centers": [ 0.044 ], "interval_upper_bounds": [ 0.05 ], "forecast_values": [ 0.956, 0.044 ], "means": [ 0.03611956951053597 ], "histogram": [ [ 0.0, 0.8502051036716037, 0.664386121578093, 0.7161608149020564, 0.5965892957781368, 1.6670903674842918, 0.3960520319014228, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 92.51611885560047, "peer_score": -0.4641453344956264, "coverage": 0.9959006619996494, "relative_legacy_score": 0.0, "weighted_coverage": 0.9959006619996494, "spot_peer_score": -0.6334750459453783, "spot_baseline_score": 93.50825233186616, "baseline_archived_score": 92.51611885560047, "peer_archived_score": -0.4641453344956264, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -0.6334750459453783, "spot_baseline_archived_score": 93.50825233186616 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 20, "key_factors": [], "is_current_content_translated": false, "description": "Wikipedia: [2025 Turkish protests](https://en.wikipedia.org/wiki/2025_Turkish_protests)" }, { "id": 37505, "title": "Will Berkshire Hathaway reveal a purchase of any Magnificent 7 stock other than Amazon and Apple in its Q1 2025 13F filing?", "short_title": "", "url_title": "", "slug": "will-berkshire-hathaway-reveal-a-purchase-of-any-magnificent-7-stock-other-than-amazon-and-apple-in-its-q1-2025-13f-filing", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:30:25.563933Z", "published_at": "2025-05-05T18:00:00Z", "edited_at": "2025-09-05T17:29:01.847271Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 12, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-07T20:00:00Z", "scheduled_close_time": "2025-05-07T20:00:00Z", "scheduled_resolve_time": "2025-05-15T00:00:00Z", "actual_resolve_time": "2025-05-15T21:09:00Z", "open_time": "2025-05-05T18:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36865, "title": "Will Berkshire Hathaway reveal a purchase of any Magnificent 7 stock other than Amazon and Apple in its Q1 2025 13F filing?", "created_at": "2025-05-03T02:30:25.563933Z", "open_time": "2025-05-05T18:00:00Z", "cp_reveal_time": "2025-05-07T20:00:00Z", "spot_scoring_time": "2025-05-07T20:00:00Z", "scheduled_resolve_time": "2025-05-15T00:00:00Z", "actual_resolve_time": "2025-05-15T21:09:00Z", "resolution_set_time": "2025-05-15T21:16:39.788494Z", "scheduled_close_time": "2025-05-07T20:00:00Z", "actual_close_time": "2025-05-07T20:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Investopedia: [Berkshire Hathaway Doesn't Hold Nvidia Stock—Will Warren Buffett Come to Regret it?](https://www.nasdaq.com/articles/warren-buffetts-secret-portfolio-dumping-shares-3-supercharged-artificial-intelligence-ai)", "resolution_criteria": "This question resolves as **Yes** if the 13F filing for Berkshire Hathaway, Inc., filed for the period ending 2025-03-31, reports the company holding shares of Alphabet, Meta Platforms, Microsoft, Nvidia, or Tesla.", "fine_print": "", "post_id": 37505, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746628975.327225, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.05 ], "centers": [ 0.05 ], "interval_upper_bounds": [ 0.08 ] } ], "latest": { "start_time": 1746628975.327225, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.05 ], "centers": [ 0.05 ], "interval_upper_bounds": [ 0.08 ], "forecast_values": [ 0.95, 0.05 ], "means": [ 0.0628292658908397 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.31277297841981777, 2.3127501106801933, 0.0, 0.2392546405498639, 2.0257060056657297, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 86.19481182354552, "peer_score": 0.4090524807791568, "coverage": 0.9866222683999272, "relative_legacy_score": 0.0, "weighted_coverage": 0.9866222683999272, "spot_peer_score": 1.9143320101770631, "spot_baseline_score": 92.5999418556223, "baseline_archived_score": 86.19481182354552, "peer_archived_score": 0.4090524807791568, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 1.9143320101770631, "spot_baseline_archived_score": 92.5999418556223 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 20, "key_factors": [], "is_current_content_translated": false, "description": "Investopedia: [Berkshire Hathaway Doesn't Hold Nvidia Stock—Will Warren Buffett Come to Regret it?](https://www.nasdaq.com/articles/warren-buffetts-secret-portfolio-dumping-shares-3-supercharged-artificial-intelligence-ai)" }, { "id": 37502, "title": "Will Berkshire Hathaway reveal a purchase of more Domino's Pizza stock in its Q1 2025 13F filing?", "short_title": "", "url_title": "", "slug": "will-berkshire-hathaway-reveal-a-purchase-of-more-dominos-pizza-stock-in-its-q1-2025-13f-filing", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:30:25.544159Z", "published_at": "2025-05-04T06:00:00Z", "edited_at": "2025-09-05T17:29:08.367083Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 12, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-06T08:00:00Z", "scheduled_close_time": "2025-05-06T08:00:00Z", "scheduled_resolve_time": "2025-05-15T00:00:00Z", "actual_resolve_time": "2025-05-15T21:09:00Z", "open_time": "2025-05-04T06:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36862, "title": "Will Berkshire Hathaway reveal a purchase of more Domino's Pizza stock in its Q1 2025 13F filing?", "created_at": "2025-05-03T02:30:25.544159Z", "open_time": "2025-05-04T06:00:00Z", "cp_reveal_time": "2025-05-06T08:00:00Z", "spot_scoring_time": "2025-05-06T08:00:00Z", "scheduled_resolve_time": "2025-05-15T00:00:00Z", "actual_resolve_time": "2025-05-15T21:09:00Z", "resolution_set_time": "2025-05-15T21:14:08.611878Z", "scheduled_close_time": "2025-05-06T08:00:00Z", "actual_close_time": "2025-05-06T08:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "RetailWire: [Domino’s Pizza Stake Purchased by Warren Buffett’s Berkshire Hathaway Group](https://retailwire.com/dominos-pizza-warren-buffett/)", "resolution_criteria": "This question resolves as **Yes** if the 13F filing for Berkshire Hathaway, Inc., filed for the period ending 2025-03-31, reports the company holding greater than 2,382,000 shares of Domino's Pizza, Inc. (ticker symbol DPZ).", "fine_print": "", "post_id": 37502, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746518110.932742, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.45 ], "centers": [ 0.5 ], "interval_upper_bounds": [ 0.6 ] } ], "latest": { "start_time": 1746518110.932742, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.45 ], "centers": [ 0.5 ], "interval_upper_bounds": [ 0.6 ], "forecast_values": [ 0.5, 0.5 ], "means": [ 0.5205690220943101 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.7161608149020564, 0.0, 0.49027544292935926, 0.0, 0.0, 1.11506274851461, 0.0, 0.0, 0.0, 0.0, 0.2392546405498639, 0.0, 0.0, 0.0, 0.0, 0.8502051036716037, 0.0, 0.0, 0.0, 0.0, 0.5965892957781368, 0.0, 0.0, 0.0, 0.0, 0.0, 0.31277297841981777, 0.0, 0.0, 0.0, 0.5701627105501564, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 17.374548428960033, "peer_score": 1.0916096711566214, "coverage": 0.5187707666556041, "relative_legacy_score": 0.0, "weighted_coverage": 0.5187707666556041, "spot_peer_score": -6.939168131441514, "spot_baseline_score": 0.0, "baseline_archived_score": 17.374548428960033, "peer_archived_score": 1.0916096711566214, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -6.939168131441514, "spot_baseline_archived_score": 0.0 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 35, "key_factors": [], "is_current_content_translated": false, "description": "RetailWire: [Domino’s Pizza Stake Purchased by Warren Buffett’s Berkshire Hathaway Group](https://retailwire.com/dominos-pizza-warren-buffett/)" }, { "id": 37501, "title": "Before July 1, 2025, will Florida enact legislation expanding its verification requirements of a voter's citizenship?", "short_title": "", "url_title": "", "slug": "before-july-1-2025-will-florida-enact-legislation-expanding-its-verification-requirements-of-a-voters-citizenship", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:30:25.389585Z", "published_at": "2025-05-04T02:00:00Z", "edited_at": "2025-09-05T17:29:25.939567Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 15, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-06T04:00:00Z", "scheduled_close_time": "2025-05-06T04:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T12:09:00Z", "open_time": "2025-05-04T02:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36861, "title": "Before July 1, 2025, will Florida enact legislation expanding its verification requirements of a voter's citizenship?", "created_at": "2025-05-03T02:30:25.389585Z", "open_time": "2025-05-04T02:00:00Z", "cp_reveal_time": "2025-05-06T04:00:00Z", "spot_scoring_time": "2025-05-06T04:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T12:09:00Z", "resolution_set_time": "2025-07-01T14:42:35.313168Z", "scheduled_close_time": "2025-05-06T04:00:00Z", "actual_close_time": "2025-05-06T04:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Tallahassee Democrat: [Florida may require proof of citizenship to vote under new legislation echoing Trump](https://www.tallahassee.com/story/news/local/state/2025/04/02/got-id-proof-of-citizenship-may-soon-be-needed-to-vote-in-florida/82756919007/)", "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, the state of Florida enacts legislation requiring voters to provide proof of US citizenship beyond the requirements at the time of this question, according to [credible sources](https://www.metaculus.com/faq/#definitions).", "fine_print": "Any subset of voters being required to provide such proof would count (for example if it only applied to first-time voter registrants or creating a new requirement for mail-in voters). An example of a bill that would count is [HB 831](https://www.flsenate.gov/Session/Bill/2025/831). This question resolves upon enactment; therefore other questions such as when the legislation takes effect or whether it survives court challenges and is implemented is immaterial to this question's resolution.", "post_id": 37501, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746496557.195926, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.02 ], "interval_upper_bounds": [ 0.04 ] } ], "latest": { "start_time": 1746496557.195926, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.02 ], "interval_upper_bounds": [ 0.04 ], "forecast_values": [ 0.98, 0.02 ], "means": [ 0.023757824336211302 ], "histogram": [ [ 0.0, 1.4278128591948034, 1.7331407926415778, 0.49027544292935926, 1.0, 0.2392546405498639, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 62.525681333433376, "peer_score": 1.4671035695281158, "coverage": 0.7355523556828499, "relative_legacy_score": 0.0, "weighted_coverage": 0.7355523556828499, "spot_peer_score": 0.4063618000494141, "spot_baseline_score": 97.08536543404836, "baseline_archived_score": 62.525681333433376, "peer_archived_score": 1.4671035695281158, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 0.4063618000494141, "spot_baseline_archived_score": 97.08536543404836 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 29, "key_factors": [], "is_current_content_translated": false, "description": "Tallahassee Democrat: [Florida may require proof of citizenship to vote under new legislation echoing Trump](https://www.tallahassee.com/story/news/local/state/2025/04/02/got-id-proof-of-citizenship-may-soon-be-needed-to-vote-in-florida/82756919007/)" }, { "id": 37500, "title": "Will 300 or more UN staff be reported to be killed in Gaza according to UN's OCHA in its final impact snapshot before July 1, 2025?", "short_title": "Will 300+ UN Gaza staff be reported killed per UN's OCHA in snapshot by 7/1/25?", "url_title": "Will 300+ UN Gaza staff be reported killed per UN's OCHA in snapshot by 7/1/25?", "slug": "will-300-un-gaza-staff-be-reported-killed-per-uns-ocha-in-snapshot-by-7125", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:30:25.383359Z", "published_at": "2025-05-03T18:00:00Z", "edited_at": "2025-09-05T17:28:50.321684Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 23, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-05T20:00:00Z", "scheduled_close_time": "2025-05-05T20:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-05-16T10:42:00Z", "open_time": "2025-05-03T18:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36860, "title": "Will 300 or more UN staff be reported to be killed in Gaza according to UN's OCHA in its final impact snapshot before July 1, 2025?", "created_at": "2025-05-03T02:30:25.383359Z", "open_time": "2025-05-03T18:00:00Z", "cp_reveal_time": "2025-05-05T20:00:00Z", "spot_scoring_time": "2025-05-05T20:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-05-16T10:42:00Z", "resolution_set_time": "2025-05-16T10:44:24.526233Z", "scheduled_close_time": "2025-05-05T20:00:00Z", "actual_close_time": "2025-05-05T20:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "See accompanying Humanitarian update [here](https://www.ochaopt.org/content/humanitarian-situation-update-284-gaza-strip).", "resolution_criteria": "This question resolves as **Yes** if the number of reported UN staff killed in Gaza is greater than or equal to 300 according to the most recent impact snapshot for the Gaza Strip posted [here](https://www.ochaopt.org/publications) by the United Nations Office for the Coordination of Humanitarian Affairs as of July 1, 2025. For example, a snapshot dated April 30, 2025, [reports](https://www.ochaopt.org/content/reported-impact-snapshot-gaza-strip-30-april-2025) 295 UN staff fatalities.", "fine_print": "If OCHA stops posting new updates, this resolves as the most recent number, which as of the time of this question would be the impact snapshot posted on April 30, 2025.", "post_id": 37500, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746471655.525774, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.876 ], "centers": [ 0.9 ], "interval_upper_bounds": [ 0.9 ] } ], "latest": { "start_time": 1746471655.525774, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.876 ], "centers": [ 0.9 ], "interval_upper_bounds": [ 0.9 ], "forecast_values": [ 0.09999999999999998, 0.9 ], "means": [ 0.8818081894555622 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.49027544292935926, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0289337933218743, 0.11506274851461015, 0.0, 2.263570422870201, 0.5965892957781368, 0.3960520319014228, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 28.381743516393815, "peer_score": 0.5947182655435196, "coverage": 0.5256397526449628, "relative_legacy_score": 0.0, "weighted_coverage": 0.5256397526449628, "spot_peer_score": 2.5252869592768263, "spot_baseline_score": 84.79969065549501, "baseline_archived_score": 28.381743516393815, "peer_archived_score": 0.5947182655435196, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 2.5252869592768263, "spot_baseline_archived_score": 84.79969065549501 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 37, "key_factors": [], "is_current_content_translated": false, "description": "See accompanying Humanitarian update [here](https://www.ochaopt.org/content/humanitarian-situation-update-284-gaza-strip)." }, { "id": 37499, "title": "Will AquaBounty Technologies file for bankruptcy before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-aquabounty-technologies-file-for-bankruptcy-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:30:25.377095Z", "published_at": "2025-05-03T14:00:00Z", "edited_at": "2025-09-05T17:29:24.042133Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 12, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-05T16:00:00Z", "scheduled_close_time": "2025-05-05T16:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T15:10:00Z", "open_time": "2025-05-03T14:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36859, "title": "Will AquaBounty Technologies file for bankruptcy before July 1, 2025?", "created_at": "2025-05-03T02:30:25.377095Z", "open_time": "2025-05-03T14:00:00Z", "cp_reveal_time": "2025-05-05T16:00:00Z", "spot_scoring_time": "2025-05-05T16:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T15:10:00Z", "resolution_set_time": "2025-07-01T15:10:21.598763Z", "scheduled_close_time": "2025-05-05T16:00:00Z", "actual_close_time": "2025-05-05T16:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "[AquaBounty Technologies Announces Full Year 2024 Financial Results](https://www.sec.gov/Archives/edgar/data/1603978/000160397825000012/aqb-20250327xex99_1.htm)", "resolution_criteria": "This question will resolve as **Yes** if AquaBounty Technologies, Inc., files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before July 1, 2025. The question will resolves on the filing of such a petition, not on whether any bankruptcy protection is granted by a court. If no such petition is filed by that date, this question will resolve as **No**.", "fine_print": "", "post_id": 37499, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746460628.025146, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.24 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.333 ] } ], "latest": { "start_time": 1746460628.025146, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.24 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.333 ], "forecast_values": [ 0.75, 0.25 ], "means": [ 0.3019725181063576 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.31277297841981777, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6053381914439694, 0.0, 0.0, 0.0, 1.0, 1.0894597442214677, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.7161608149020564, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3960520319014228, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.17411067864873367, 0.0, 0.0, 0.0, 0.0, 0.5965892957781368, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 21.703338897940185, "peer_score": 2.799020435858282, "coverage": 0.4645448292838203, "relative_legacy_score": 0.0, "weighted_coverage": 0.4645448292838203, "spot_peer_score": 10.356373533155327, "spot_baseline_score": 58.496250072115615, "baseline_archived_score": 21.703338897940185, "peer_archived_score": 2.799020435858282, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 10.356373533155327, "spot_baseline_archived_score": 58.496250072115615 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 31, "key_factors": [], "is_current_content_translated": false, "description": "[AquaBounty Technologies Announces Full Year 2024 Financial Results](https://www.sec.gov/Archives/edgar/data/1603978/000160397825000012/aqb-20250327xex99_1.htm)" }, { "id": 37497, "title": "Before July 1, 2025, will Ohio enact legislation expanding its verification requirements of a voter's citizenship?", "short_title": "By July 1, 2025, will OH enact legislation expanding voter citizenship rqurment?", "url_title": "By July 1, 2025, will OH enact legislation expanding voter citizenship rqurment?", "slug": "by-july-1-2025-will-oh-enact-legislation-expanding-voter-citizenship-rqurment", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:30:25.363761Z", "published_at": "2025-05-03T10:00:00Z", "edited_at": "2025-09-05T17:29:22.020992Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 15, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-05T12:00:00Z", "scheduled_close_time": "2025-05-05T12:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T12:09:00Z", "open_time": "2025-05-03T10:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32761, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q2", "slug": "pro-benchmark-q22025", "header_image": null, "prize_pool": null, "start_date": "2025-04-17T06:00:00Z", "close_date": "2025-07-17T06:00:00Z", "forecasting_end_date": "2025-06-30T18:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-12T19:05:14.506245Z", "edited_at": "2025-10-30T16:42:12.805854Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36857, "title": "Before July 1, 2025, will Ohio enact legislation expanding its verification requirements of a voter's citizenship?", "created_at": "2025-05-03T02:30:25.363761Z", "open_time": "2025-05-03T10:00:00Z", "cp_reveal_time": "2025-05-05T12:00:00Z", "spot_scoring_time": "2025-05-05T12:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T12:09:00Z", "resolution_set_time": "2025-07-01T15:20:20.694142Z", "scheduled_close_time": "2025-05-05T12:00:00Z", "actual_close_time": "2025-05-05T12:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "The Ohio Senate: [Gavarone, Brenner Introduce Bill to Require Proof of Citizenship to Vote](https://ohiosenate.gov/members/theresa-gavarone/news/gavarone-brenner-introduce-bill-to-require-proof-of-citizenship-to-vote)", "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, the state of Ohio enacts legislation requiring voters to provide proof of US citizenship beyond the requirements at the time of this question, according to [credible sources](https://www.metaculus.com/faq/#definitions).", "fine_print": "Any subset of voters being required to provide such proof would count (for example if it only applied to first-time voter registrants or creating a new requirement for mail-in voters). An example of a bill that would count is [Senate Bill 153](https://www.legislature.ohio.gov/legislation/136/sb153). This question resolves upon enactment; therefore other questions such as when the legislation takes effect or whether it survives court challenges and is implemented is immaterial to this question's resolution. Please note that under Ohio law, a bill is considered enacted \"after both houses have passed and agreed on identical bills.\" ([Source](https://www.lsc.ohio.gov/assets/organizations/legislative-service-commission/files/chapter-5-enacting-legislation-10021971.pdf))", "post_id": 37497, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746446326.713034, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.125 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.16 ] } ], "latest": { "start_time": 1746446326.713034, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.125 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.16 ], "forecast_values": [ 0.85, 0.15 ], "means": [ 0.16235224792872596 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.11506274851461015, 0.0, 1.3127501106801933, 0.17411067864873367, 0.0, 1.042303061899041, 1.2462571355730265, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 65.19406739721933, "peer_score": -0.7677362810054127, "coverage": 0.9439397159390981, "relative_legacy_score": 0.0, "weighted_coverage": 0.9439397159390981, "spot_peer_score": -0.03115020280809257, "spot_baseline_score": 76.55347463629771, "baseline_archived_score": 65.19406739721933, "peer_archived_score": -0.7677362810054127, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -0.03115020280809257, "spot_baseline_archived_score": 76.55347463629771 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 35, "key_factors": [], "is_current_content_translated": false, "description": "The Ohio Senate: [Gavarone, Brenner Introduce Bill to Require Proof of Citizenship to Vote](https://ohiosenate.gov/members/theresa-gavarone/news/gavarone-brenner-introduce-bill-to-require-proof-of-citizenship-to-vote)" }, { "id": 37478, "title": "Will the Indian Armed Forces execute a kinetic attack in Pakistan proper before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-the-indian-armed-forces-execute-a-kinetic-attack-in-pakistan-proper-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:38.076105Z", "published_at": "2025-05-09T12:00:00Z", "edited_at": "2025-09-05T17:28:53.907872Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 81, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-09T14:00:00Z", "scheduled_close_time": "2025-05-09T14:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-05-13T12:45:00Z", "open_time": "2025-05-09T12:00:00Z", "nr_forecasters": 76, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36838, "title": "Will the Indian Armed Forces execute a kinetic attack in Pakistan proper before July 1, 2025?", "created_at": "2025-05-03T02:27:38.076105Z", "open_time": "2025-05-09T12:00:00Z", "cp_reveal_time": "2025-05-09T14:00:00Z", "spot_scoring_time": "2025-05-09T14:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-05-13T12:45:00Z", "resolution_set_time": "2025-05-13T12:57:30.928722Z", "scheduled_close_time": "2025-05-09T14:00:00Z", "actual_close_time": "2025-05-09T14:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "annulled", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "France 24: [India, Pakistan exchange gunfire for second day as relations plummet after attack](https://www.france24.com/en/live-news/20250426-indian-army-says-new-exchange-of-gunfire-with-pakistan)", "resolution_criteria": "This question resolves as **Yes** if before July 1, 2025 the Indian Armed Forces execute a kinetic attack on targets in one of the following provinces of Pakistan: Sindh, Baluchistan, Punjab, or Khyber Pakhtunkhwa.", "fine_print": "To count, an attack must be [kinetic](https://en.wikipedia.org/wiki/Kinetic_military_action), using explosive weaponry or physical violence. Non-kinetic actions such as a cyberattack would not count, even one resulting in deaths.", "post_id": 37478, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746797572.338358, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.3 ], "centers": [ 0.7 ], "interval_upper_bounds": [ 0.92 ] } ], "latest": { "start_time": 1746797572.338358, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.3 ], "centers": [ 0.7 ], "interval_upper_bounds": [ 0.92 ], "forecast_values": [ 0.30000000000000004, 0.7 ], "means": [ 0.6223034110885678 ], "histogram": [ [ 0.0, 0.06601997791471219, 0.0, 0.0, 0.0, 0.3209730228171763, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.1021196156523678, 0.0, 0.0, 0.05223036182808179, 0.8909449659417962, 0.7596834809085393, 0.0, 0.0, 0.0, 0.0, 0.765713632902226, 0.0, 0.0, 0.0, 0.0, 0.4231739162326067, 0.0, 0.0, 0.0, 0.0, 0.535409599657501, 0.0, 0.0, 0.0, 0.0, 0.2098594291784695, 0.0, 0.0, 0.0, 0.0, 0.02195372606413221, 0.0, 0.0, 0.0, 0.0, 0.00092497201079239, 0.8404698975017634, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.495694397173727, 0.0, 0.0, 0.29098512977860935, 0.0, 1.709668734601411, 0.37838949846270586, 0.02681541491327862, 0.2720962540814778, 0.0, 0.5700000016773531, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.2172556451009013, 0.0, 0.0, 0.0, 0.3321977744619591, 0.2251860735733587, 0.0, 1.7925366622054262, 0.0, 0.0, 0.8914985678105558, 0.8708725046601462, 0.17946090628082964, 0.0, 0.6984448737050883 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 80, "key_factors": [], "is_current_content_translated": false, "description": "France 24: [India, Pakistan exchange gunfire for second day as relations plummet after attack](https://www.france24.com/en/live-news/20250426-indian-army-says-new-exchange-of-gunfire-with-pakistan)" }, { "id": 37477, "title": "Will the word \"tariff(s)\" disappear from the front print pages of The New York Times and Wall Street Journal by June 1, 2025?", "short_title": "", "url_title": "", "slug": "will-the-word-tariffs-disappear-from-the-front-print-pages-of-the-new-york-times-and-wall-street-journal-by-june-1-2025", "author_id": 228596, "author_username": "BenWilson", "coauthors": [], "created_at": "2025-05-03T02:27:38.070353Z", "published_at": "2025-05-09T09:00:00Z", "edited_at": "2025-09-05T17:28:51.565635Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 81, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-09T11:00:00Z", "scheduled_close_time": "2025-05-09T11:00:00Z", "scheduled_resolve_time": "2025-06-02T00:00:00Z", "actual_resolve_time": "2025-06-02T17:49:00Z", "open_time": "2025-05-09T09:00:00Z", "nr_forecasters": 76, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36837, "title": "Will the word \"tariff(s)\" disappear from the front print pages of The New York Times and Wall Street Journal by June 1, 2025?", "created_at": "2025-05-03T02:27:38.070353Z", "open_time": "2025-05-09T09:00:00Z", "cp_reveal_time": "2025-05-09T11:00:00Z", "spot_scoring_time": "2025-05-09T11:00:00Z", "scheduled_resolve_time": "2025-06-02T00:00:00Z", "actual_resolve_time": "2025-06-02T17:49:00Z", "resolution_set_time": "2025-06-02T17:54:59.477128Z", "scheduled_close_time": "2025-05-09T11:00:00Z", "actual_close_time": "2025-05-09T11:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Whether reading the newspaper or social media or watching the news, it is highly likely you are going to see something about tariffs - mainly due to US President Donald Trump's renewed love for this somewhat antiquated form of taxation.\n\nThe New York Times and the Wall Street Journal are two of the largest print newspapers in the US. When, if ever, will we seen tariffs wiped from the front pages of both papers?", "resolution_criteria": "This question will resolve to \"Yes\" if, after \\[OPEN DATE] and before June 1, 2025, the words, \"tariff\" or \"tariffs\", do not appear on the print front page of The New York Times and the Wall Street Journal. The following URLs will be used to resolve the question:\n\n* The New York Times: [https://www.nytimes.com/section/todayspaper](https://www.nytimes.com/section/todayspaper)\n* Wall Street Journal:\t [https://www.wsj.com/print-edition/20250414/frontpage](https://www.wsj.com/print-edition/20250414/frontpage)\n\n***\n\n<sup>Note: WSJ front page URL for April 14, 2025. Format is: yyyy-mm-dd.</sup>", "fine_print": "Grammar is not relevant (e.g. \"TARIFF\" will suffice to prevent a \"No\" resolution).\n\n\"Tariff(s)\" must be omitted from both papers' front pages on the same day.\n\n\"Tariff(s)\" can appear anywhere on the page, it does not have to be in a title.", "post_id": 37477, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746786620.730806, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.18248175182481757 ] } ], "latest": { "start_time": 1746786620.730806, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.18248175182481757 ], "forecast_values": [ 0.85, 0.15 ], "means": [ 0.19001140288695442 ], "histogram": [ [ 0.0, 0.0, 0.15533933659248353, 0.0, 0.0, 2.1771314995648305, 0.14435670794403951, 0.7925366622054263, 0.0, 0.43007743157759487, 2.938254956488732, 0.7470313596766492, 0.06070567431515629, 0.0, 0.0, 3.980071079511151, 0.0, 0.0, 0.8909449659417962, 0.0, 1.7380865405310977, 0.0, 0.0, 0.0, 0.0, 0.015999109858631472, 0.0, 0.0, 0.0, 0.0, 0.00092497201079239, 0.0, 0.0, 0.0, 0.0, 0.3064043000739063, 0.0, 0.0, 0.0, 0.0, 0.0018954326705900848, 0.0, 0.0, 0.0, 0.0, 0.0, 0.23747616990092357, 0.0, 0.0, 0.0, 0.0012091980749280742, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.07781789323204355, 0.0, 0.20672425844473, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.006900644262869463, 0.0, 0.0, 0.0, 0.0, 0.06879719716150491, 0.0, 0.0, 0.0, 0.0, 0.46266801304175437, 0.0, 0.0, 0.0, 0.0, 0.3321977744619591, 0.16702785955340174, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 75.4452407133484, "peer_score": 19.842952350888847, "coverage": 0.985958937075403, "relative_legacy_score": 0.0, "weighted_coverage": 0.985958937075403, "spot_peer_score": 19.827835658050624, "spot_baseline_score": 76.55347463629771, "baseline_archived_score": 75.4452407133484, "peer_archived_score": 19.842952350888847, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 19.827835658050624, "spot_baseline_archived_score": 76.55347463629771 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 80, "key_factors": [], "is_current_content_translated": false, "description": "Whether reading the newspaper or social media or watching the news, it is highly likely you are going to see something about tariffs - mainly due to US President Donald Trump's renewed love for this somewhat antiquated form of taxation.\n\nThe New York Times and the Wall Street Journal are two of the largest print newspapers in the US. When, if ever, will we seen tariffs wiped from the front pages of both papers?" }, { "id": 37476, "title": "Will GoPro file for bankruptcy before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-gopro-file-for-bankruptcy-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:38.059984Z", "published_at": "2025-05-09T06:00:00Z", "edited_at": "2025-09-05T17:29:22.308885Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 82, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-09T08:00:00Z", "scheduled_close_time": "2025-05-09T08:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-02T17:37:00Z", "open_time": "2025-05-09T06:00:00Z", "nr_forecasters": 76, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36836, "title": "Will GoPro file for bankruptcy before July 1, 2025?", "created_at": "2025-05-03T02:27:38.059984Z", "open_time": "2025-05-09T06:00:00Z", "cp_reveal_time": "2025-05-09T08:00:00Z", "spot_scoring_time": "2025-05-09T08:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-02T17:37:00Z", "resolution_set_time": "2025-07-02T18:13:44.399049Z", "scheduled_close_time": "2025-05-09T08:00:00Z", "actual_close_time": "2025-05-09T08:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "[GoPro Announces Fourth Quarter and 2024 Results](https://www.sec.gov/Archives/edgar/data/1500435/000150043525000003/gpro2024-12x31exh991xer.htm)", "resolution_criteria": "This question will resolve as **Yes** if GoPro, Inc., files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before July 1, 2025. The question will resolves on the filing of such a petition, not on whether any bankruptcy protection is granted by a court. If no such petition is filed by that date, this question will resolve as **No**.", "fine_print": "", "post_id": 37476, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746775822.116322, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.2 ] } ], "latest": { "start_time": 1746775822.116322, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.2 ], "forecast_values": [ 0.85, 0.15 ], "means": [ 0.16207191860776765 ], "histogram": [ [ 0.0, 0.0, 0.47597764922568153, 0.5660050386409459, 0.0, 0.9981651886077617, 0.014771086648981049, 0.03215646929317132, 1.4619112904467415, 0.0, 2.0544280212583823, 0.7470313596766492, 0.03914148754336097, 0.12436328158297608, 0.2720962540814778, 2.5501076784866683, 0.0, 0.0, 1.5947896110485407, 0.0, 2.1038509036385893, 0.0, 0.0, 0.8404698975017634, 0.0, 0.23741050976668326, 0.3546399820313133, 0.0, 0.0, 0.0, 0.0038660567195962676, 0.0, 0.0, 0.9440804922695755, 0.0, 0.07781789323204355, 0.0, 0.0, 0.13404309120326557, 0.0, 0.0015311596192422502, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00092497201079239, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3109996625627898, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 76.31939320249852, "peer_score": 2.553046484370463, "coverage": 0.9859277754028639, "relative_legacy_score": 0.0, "weighted_coverage": 0.9859277754028639, "spot_peer_score": 2.0473308135954236, "spot_baseline_score": 76.55347463629771, "baseline_archived_score": 76.31939320249852, "peer_archived_score": 2.553046484370463, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 2.0473308135954236, "spot_baseline_archived_score": 76.55347463629771 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 80, "key_factors": [], "is_current_content_translated": false, "description": "[GoPro Announces Fourth Quarter and 2024 Results](https://www.sec.gov/Archives/edgar/data/1500435/000150043525000003/gpro2024-12x31exh991xer.htm)" }, { "id": 37475, "title": "Will the USDA-posted recall by Johnsonville LLC of cheddar bratwurst for foreign matter contamination issued April 5, 2025 be closed before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-the-usda-posted-recall-by-johnsonville-llc-of-cheddar-bratwurst-for-foreign-matter-contamination-issued-april-5-2025-be-closed-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:38.054178Z", "published_at": "2025-05-09T04:00:00Z", "edited_at": "2025-09-05T17:28:55.426768Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 80, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-09T06:00:00Z", "scheduled_close_time": "2025-05-09T06:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-05-22T13:58:00Z", "open_time": "2025-05-09T04:00:00Z", "nr_forecasters": 75, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36835, "title": "Will the USDA-posted recall by Johnsonville LLC of cheddar bratwurst for foreign matter contamination issued April 5, 2025 be closed before July 1, 2025?", "created_at": "2025-05-03T02:27:38.054178Z", "open_time": "2025-05-09T04:00:00Z", "cp_reveal_time": "2025-05-09T06:00:00Z", "spot_scoring_time": "2025-05-09T06:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-05-22T13:58:00Z", "resolution_set_time": "2025-05-22T14:01:12.372063Z", "scheduled_close_time": "2025-05-09T06:00:00Z", "actual_close_time": "2025-05-09T06:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": true, "question_weight": 0.9, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Real Simple: [Over 22,000 Pounds of a Popular Sausage Brand Recalled Due to Contamination](https://www.realsimple.com/sausage-recall-2025-11711268)", "resolution_criteria": "This question resolves as **Yes** if the status of the recall posted by the U.S. Department of Agriculture’s Food Safety and Inspection Service (FSIS) is changed from Active to Closed on [this page](https://www.fsis.usda.gov/recalls-alerts/johnsonville-llc-recalls-cheddar-bratwurst-product-due-possible-foreign-matter) before July 1, 2025. If the recall is still shown as Active when the link is accessed by Metaculus on or after July 1, 2025, this question resolves as **No**.", "fine_print": "", "post_id": 37475, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746768201.540924, "end_time": null, "forecaster_count": 75, "interval_lower_bounds": [ 0.4 ], "centers": [ 0.6 ], "interval_upper_bounds": [ 0.74 ] } ], "latest": { "start_time": 1746768201.540924, "end_time": null, "forecaster_count": 75, "interval_lower_bounds": [ 0.4 ], "centers": [ 0.6 ], "interval_upper_bounds": [ 0.74 ], "forecast_values": [ 0.4, 0.6 ], "means": [ 0.5651895769498048 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3490325435451667, 0.0, 0.0, 0.0, 0.0, 1.378482757755123, 0.0, 0.0, 0.176921206317764, 0.0, 1.191253867179378, 0.0, 0.0, 0.0, 0.0, 1.99317619831548, 0.0, 0.516720051368963, 0.0, 0.0, 0.5071818732056631, 0.0, 0.1529072034917331, 0.0, 0.0, 0.0012808209520579696, 0.0, 0.8902523718939138, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.206025609241652, 0.0, 0.0, 0.6048937864658438, 0.0, 0.7498128181899035, 0.0, 0.0, 0.0, 0.0, 1.0642145311037257, 0.0, 0.0, 0.0, 0.8394799688108832, 0.5634625829299517, 0.0, 0.0, 0.3294207062950159, 0.0, 0.2900515549712753, 0.0, 0.0, 0.4274130675954733, 0.0, 1.5935516539447891, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 16.259625103024163, "peer_score": 11.236014654160162, "coverage": 0.9773276769452625, "relative_legacy_score": 0.0, "weighted_coverage": 0.9773276769452625, "spot_peer_score": 17.823255048015376, "spot_baseline_score": 26.303440583379377, "baseline_archived_score": 16.259625103024163, "peer_archived_score": 11.236014654160162, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 17.823255048015376, "spot_baseline_archived_score": 26.303440583379377 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 79, "key_factors": [], "is_current_content_translated": false, "description": "Real Simple: [Over 22,000 Pounds of a Popular Sausage Brand Recalled Due to Contamination](https://www.realsimple.com/sausage-recall-2025-11711268)" }, { "id": 37472, "title": "Will Sheikh Hasina return to Bangladesh before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-sheikh-hasina-return-to-bangladesh-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:37.898004Z", "published_at": "2025-05-08T22:00:00Z", "edited_at": "2025-09-05T17:29:26.737882Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 83, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-09T00:00:00Z", "scheduled_close_time": "2025-05-09T00:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-02T17:37:00Z", "open_time": "2025-05-08T22:00:00Z", "nr_forecasters": 76, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36832, "title": "Will Sheikh Hasina return to Bangladesh before July 1, 2025?", "created_at": "2025-05-03T02:27:37.898004Z", "open_time": "2025-05-08T22:00:00Z", "cp_reveal_time": "2025-05-09T00:00:00Z", "spot_scoring_time": "2025-05-09T00:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-02T17:37:00Z", "resolution_set_time": "2025-07-02T17:55:53.791090Z", "scheduled_close_time": "2025-05-09T00:00:00Z", "actual_close_time": "2025-05-09T00:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Firstpost: [Bangladesh has turned into a ‘terrorist country’: Sheikh Hasina targets Yunus, vows to return](https://www.firstpost.com/world/bangladesh-has-turned-into-a-terrorist-country-sheikh-hasina-targets-yunus-vows-to-return-13878191.html)", "resolution_criteria": "This question resolves as **Yes** if Sheikh Hasina after May 12, 2025 and before July 1, 2025 enters territory of Bangladesh according to [credible sources](https://www.metaculus.com/help/faq/#definitions).", "fine_print": "The circumstances of her entering Bangladeshi territory, whether voluntarily or due to her extradition from India, will not affect resolution.", "post_id": 37472, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746747405.276411, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.149 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.35 ] } ], "latest": { "start_time": 1746747405.276411, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.149 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.35 ], "forecast_values": [ 0.8, 0.2 ], "means": [ 0.2724022829387819 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.2542776093169868, 0.05113759998328379, 0.0, 0.0, 0.009379671522432614, 0.5744341395216344, 2.48406198042668, 0.3546399820313133, 0.19267892523477537, 0.0, 0.17946090628082964, 2.540272137121949, 0.0, 0.0, 0.0, 0.0, 2.1774822827091693, 0.0, 0.22164121876394752, 0.0, 0.3321977744619591, 0.5081846624582107, 0.0, 0.0, 0.036908181005330436, 0.7038446451067445, 0.9928863704140791, 0.0, 0.0, 0.0, 0.0, 0.7123689594293393, 0.8404698975017634, 0.0, 0.0, 0.0, 0.40351233925798374, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00092497201079239, 0.0, 0.0, 0.0, 0.0, 0.08434836204916665, 0.0, 0.0, 0.0, 0.0, 0.3109996625627898, 0.0, 0.0, 0.0, 0.0, 0.29098512977860935, 0.0, 0.0, 0.0, 0.0, 0.8909449659417962, 0.0, 0.0, 0.0, 0.7925366622054263, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 65.67707338700995, "peer_score": 5.1533426272702965, "coverage": 0.986191660132673, "relative_legacy_score": 0.0, "weighted_coverage": 0.986191660132673, "spot_peer_score": 6.59709219031854, "spot_baseline_score": 67.80719051126377, "baseline_archived_score": 65.67707338700995, "peer_archived_score": 5.1533426272702965, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 6.59709219031854, "spot_baseline_archived_score": 67.80719051126377 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 81, "key_factors": [], "is_current_content_translated": false, "description": "Firstpost: [Bangladesh has turned into a ‘terrorist country’: Sheikh Hasina targets Yunus, vows to return](https://www.firstpost.com/world/bangladesh-has-turned-into-a-terrorist-country-sheikh-hasina-targets-yunus-vows-to-return-13878191.html)" }, { "id": 37471, "title": "Will the number of new single family homes for sale in the US exceed 550 thousand in May 2025?", "short_title": "", "url_title": "", "slug": "will-the-number-of-new-single-family-homes-for-sale-in-the-us-exceed-550-thousand-in-may-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:37.892306Z", "published_at": "2025-05-08T20:00:00Z", "edited_at": "2025-09-05T17:28:57.136044Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 82, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-08T22:00:00Z", "scheduled_close_time": "2025-05-08T22:00:00Z", "scheduled_resolve_time": "2025-06-25T00:00:00Z", "actual_resolve_time": "2025-06-25T15:23:00Z", "open_time": "2025-05-08T20:00:00Z", "nr_forecasters": 76, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36831, "title": "Will the number of new single family homes for sale in the US exceed 550 thousand in May 2025?", "created_at": "2025-05-03T02:27:37.892306Z", "open_time": "2025-05-08T20:00:00Z", "cp_reveal_time": "2025-05-08T22:00:00Z", "spot_scoring_time": "2025-05-08T22:00:00Z", "scheduled_resolve_time": "2025-06-25T00:00:00Z", "actual_resolve_time": "2025-06-25T15:23:00Z", "resolution_set_time": "2025-06-25T15:24:40.813943Z", "scheduled_close_time": "2025-05-08T22:00:00Z", "actual_close_time": "2025-05-08T22:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "[The Kobeissi Letter](https://x.com/KobeissiLetter/status/1912142359577403619): \"BREAKING: The number of new single-family homes for sale has surged to 500,000 in February, the highest since November 2007.\n\nThe number of new homes on the market has more than TRIPLED over the last 13 years, from a low of 142,000.\n\nExcluding the 2006 housing bubble this is, by far, the largest supply of new homes in history.\"", "resolution_criteria": "This question resolves as **Yes** if the number of New One Family Homes for Sale in the United States reported for May 2025 is greater than 550 thousand, according to what is presented by [FRED](https://fred.stlouisfed.org/series/HNFSEPUSSA).", "fine_print": "Ensure units is set to \"Thousands of Units, Seasonally Adjusted\" and frequency is set to \"Monthly, End of Month\". Question resolves based on the number presented by FRED, and no other resolution source will be considered.", "post_id": 37471, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746739824.260548, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.10921609482952704 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.3 ] } ], "latest": { "start_time": 1746739824.260548, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.10921609482952704 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.3 ], "forecast_values": [ 0.75, 0.25 ], "means": [ 0.23554860477173553 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.7470313596766492, 0.22164121876394752, 0.0, 0.43007743157759487, 0.9538566956718054, 0.9990135987811937, 0.0, 0.9087658877885647, 0.0, 1.435338079430974, 0.0, 0.0, 0.30660478609037933, 0.0, 0.0, 0.0, 0.0, 1.4557034290499555, 0.0, 0.14435670794403951, 0.0, 0.0, 2.572320760965889, 0.0, 0.0, 0.0, 0.0, 1.8902685066628055, 0.8404698975017634, 0.12436328158297608, 0.0, 0.0, 1.0602096324352668, 0.0, 0.0, 0.0, 0.0, 0.4039172544389954, 0.0, 0.0, 0.0, 0.0, 0.48519628920962354, 0.0, 0.0, 0.0, 0.0, 0.0012091980749280742, 0.0, 0.0, 0.0, 0.0, 0.2720962540814778, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2544002517703474, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2542776093169868, 0.0, 0.0, 0.0, 0.17946090628082964, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 58.631538871982215, "peer_score": 8.694102688642205, "coverage": 0.9842590099904273, "relative_legacy_score": 0.0, "weighted_coverage": 0.9842590099904273, "spot_peer_score": 7.341216727716806, "spot_baseline_score": 58.496250072115615, "baseline_archived_score": 58.631538871982215, "peer_archived_score": 8.694102688642205, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 7.341216727716806, "spot_baseline_archived_score": 58.496250072115615 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 80, "key_factors": [], "is_current_content_translated": false, "description": "[The Kobeissi Letter](https://x.com/KobeissiLetter/status/1912142359577403619): \"BREAKING: The number of new single-family homes for sale has surged to 500,000 in February, the highest since November 2007.\n\nThe number of new homes on the market has more than TRIPLED over the last 13 years, from a low of 142,000.\n\nExcluding the 2006 housing bubble this is, by far, the largest supply of new homes in history.\"" }, { "id": 37470, "title": "Before July 1, 2025, will the International Traditional Karate Federation announce that Egypt has been chosen to host the 2026 Traditional Karate World Championship?", "short_title": "", "url_title": "", "slug": "before-july-1-2025-will-the-international-traditional-karate-federation-announce-that-egypt-has-been-chosen-to-host-the-2026-traditional-karate-world-championship", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:37.886606Z", "published_at": "2025-05-08T18:00:00Z", "edited_at": "2025-09-05T17:29:24.491544Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 82, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-08T20:00:00Z", "scheduled_close_time": "2025-05-08T20:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-02T17:37:00Z", "open_time": "2025-05-08T18:00:00Z", "nr_forecasters": 75, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36830, "title": "Before July 1, 2025, will the International Traditional Karate Federation announce that Egypt has been chosen to host the 2026 Traditional Karate World Championship?", "created_at": "2025-05-03T02:27:37.886606Z", "open_time": "2025-05-08T18:00:00Z", "cp_reveal_time": "2025-05-08T20:00:00Z", "spot_scoring_time": "2025-05-08T20:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-02T17:37:00Z", "resolution_set_time": "2025-07-02T17:53:50.039181Z", "scheduled_close_time": "2025-05-08T20:00:00Z", "actual_close_time": "2025-05-08T20:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "VetoGate Egypt: [Ashraf Sobhi discusses hosting the 2026 World Cup with the President of the International Traditional Karate Federation](https://www.vetogate.com/5400045)", "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, the International Traditional Karate Federation announces that Egypt has been chosen to host the 2026 Traditional Karate World Championship.", "fine_print": "", "post_id": 37470, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746731723.819533, "end_time": null, "forecaster_count": 75, "interval_lower_bounds": [ 0.3 ], "centers": [ 0.4 ], "interval_upper_bounds": [ 0.6 ] } ], "latest": { "start_time": 1746731723.819533, "end_time": null, "forecaster_count": 75, "interval_lower_bounds": [ 0.3 ], "centers": [ 0.4 ], "interval_upper_bounds": [ 0.6 ], "forecast_values": [ 0.6, 0.4 ], "means": [ 0.424996455967642 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5537093613173387, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.176921206317764, 0.2347694085184629, 0.0, 0.0, 0.0, 0.0, 1.7824077647403704, 0.0, 0.0, 0.0, 0.0, 0.8445634948969041, 0.0, 0.0, 0.0, 0.0, 2.097334540800266, 0.0, 0.0, 0.0, 0.48529413660216764, 1.3793185206644198, 0.0, 0.0, 0.21581666026424584, 0.0, 0.4956077879822356, 0.0, 0.3294207062950159, 0.0, 0.0, 1.0499240861009533, 0.0, 0.8902523718939138, 0.0, 0.0, 0.0012808209520579696, 0.0, 0.0, 0.0, 0.0, 0.008335175629822337, 0.0, 0.7912793091199047, 0.0, 0.0, 1.1036908475954148, 0.0, 0.2693389084925394, 0.0, 0.0, 0.6501995749475961, 0.0, 0.0, 0.0, 0.0, 1.8883249039963512, 0.0, 0.0, 0.0, 0.0, 0.5433129839245512, 0.0, 0.0, 0.0, 0.0, 0.0344326025214608, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 30.39934780131476, "peer_score": 15.238357974567403, "coverage": 0.9851963341567253, "relative_legacy_score": 0.0, "weighted_coverage": 0.9851963341567253, "spot_peer_score": 11.585444590768851, "spot_baseline_score": 26.303440583379377, "baseline_archived_score": 30.39934780131476, "peer_archived_score": 15.238357974567403, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 11.585444590768851, "spot_baseline_archived_score": 26.303440583379377 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 80, "key_factors": [], "is_current_content_translated": false, "description": "VetoGate Egypt: [Ashraf Sobhi discusses hosting the 2026 World Cup with the President of the International Traditional Karate Federation](https://www.vetogate.com/5400045)" }, { "id": 37467, "title": "Will Beyond Meat file for bankruptcy before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-beyond-meat-file-for-bankruptcy-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:37.700063Z", "published_at": "2025-05-08T10:00:00Z", "edited_at": "2025-09-05T17:29:01.858097Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 82, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-08T12:00:00Z", "scheduled_close_time": "2025-05-08T12:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T14:33:00Z", "open_time": "2025-05-08T10:00:00Z", "nr_forecasters": 77, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36827, "title": "Will Beyond Meat file for bankruptcy before July 1, 2025?", "created_at": "2025-05-03T02:27:37.700063Z", "open_time": "2025-05-08T10:00:00Z", "cp_reveal_time": "2025-05-08T12:00:00Z", "spot_scoring_time": "2025-05-08T12:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T14:33:00Z", "resolution_set_time": "2025-07-01T14:33:54.176406Z", "scheduled_close_time": "2025-05-08T12:00:00Z", "actual_close_time": "2025-05-08T12:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Beyond Meat has had several years of losses and in the most recent quarter it [posted](https://investors.beyondmeat.com/news-releases/news-release-details/beyond-meatr-reports-fourth-quarter-and-full-year-2024-financial) a loss from operations of almost $38 million.", "resolution_criteria": "This question will resolve as **Yes** if Beyond Meat, Inc., files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before July 1, 2025. The question will resolves on the filing of such a petition, not on whether any bankruptcy protection is granted by a court. If no such petition is filed by that date, this question will resolve as **No**.", "fine_print": "", "post_id": 37467, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746703819.314922, "end_time": null, "forecaster_count": 77, "interval_lower_bounds": [ 0.135 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.3 ] } ], "latest": { "start_time": 1746703819.314922, "end_time": null, "forecaster_count": 77, "interval_lower_bounds": [ 0.135 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.3 ], "forecast_values": [ 0.8, 0.2 ], "means": [ 0.2346893661267712 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 1.3445144246888718, 0.7052065585674969, 0.43763774162638874, 0.4408706963648695, 0.15774725839889664, 0.38712977718265623, 0.0, 0.0, 0.9007619108780494, 0.0, 1.6515978097110944, 0.0, 0.0, 1.0374691827569225, 0.7485007948841444, 1.114538089501333, 0.0, 0.0, 0.0, 0.0, 1.9570829635366693, 0.0, 0.0, 0.009543845697788052, 0.0, 2.466545472949847, 0.0, 0.0, 0.0, 0.0, 0.24554905158240398, 0.0, 0.8414412190720929, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0011420111692213952, 0.0, 0.0, 0.0, 0.0, 0.0036512462649140286, 0.0, 0.0, 0.0, 0.29371952836752324, 0.9470516867533655, 0.0, 0.14670818709218508, 0.0, 0.0, 0.21501403100909347, 0.0, 0.0, 0.0, 0.0, 0.0014460835021916812, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 64.55899235304884, "peer_score": 7.188461669829064, "coverage": 0.9868717379040188, "relative_legacy_score": 0.0, "weighted_coverage": 0.9868717379040188, "spot_peer_score": 8.984881300139717, "spot_baseline_score": 67.80719051126377, "baseline_archived_score": 64.55899235304884, "peer_archived_score": 7.188461669829064, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 8.984881300139717, "spot_baseline_archived_score": 67.80719051126377 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 81, "key_factors": [], "is_current_content_translated": false, "description": "Beyond Meat has had several years of losses and in the most recent quarter it [posted](https://investors.beyondmeat.com/news-releases/news-release-details/beyond-meatr-reports-fourth-quarter-and-full-year-2024-financial) a loss from operations of almost $38 million." }, { "id": 37466, "title": "Will WorldAtlas.com display the body of water northwest of the Caribbean Sea as the Gulf of America before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-worldatlascom-display-the-body-of-water-northwest-of-the-caribbean-sea-as-the-gulf-of-america-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:37.694270Z", "published_at": "2025-05-08T08:00:00Z", "edited_at": "2025-09-05T17:28:48.560283Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 84, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-08T10:00:00Z", "scheduled_close_time": "2025-05-08T10:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-02T17:37:00Z", "open_time": "2025-05-08T08:00:00Z", "nr_forecasters": 77, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36826, "title": "Will WorldAtlas.com display the body of water northwest of the Caribbean Sea as the Gulf of America before July 1, 2025?", "created_at": "2025-05-03T02:27:37.694270Z", "open_time": "2025-05-08T08:00:00Z", "cp_reveal_time": "2025-05-08T10:00:00Z", "spot_scoring_time": "2025-05-08T10:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-02T17:37:00Z", "resolution_set_time": "2025-07-02T17:52:44.077651Z", "scheduled_close_time": "2025-05-08T10:00:00Z", "actual_close_time": "2025-05-08T10:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "World Atlas article: [Gulf Of Mexico (Gulf of America)](https://www.worldatlas.com/gulfs/gulf-of-mexico.html)", "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, the World Atlas website at its [North America](https://www.worldatlas.com/webimage/countrys/na.htm) page displays the body of water west of Florida, south of Louisiana and north of the Yucatán Peninsula as the Gulf of America. (At the time of this question, the name displayed is the Gulf of Mexico.)", "fine_print": "In case both names are used, for example \"Gulf of America formerly known as Gulf of Mexico,\" this question resolves as Yes. Note that verification will be from Metaculus admins accessing the webpage from the United States and that therefore resolution will be based on how the page appears when accessed from that location.", "post_id": 37466, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746696626.067556, "end_time": null, "forecaster_count": 77, "interval_lower_bounds": [ 0.14666666666666667 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.6 ] } ], "latest": { "start_time": 1746696626.067556, "end_time": null, "forecaster_count": 77, "interval_lower_bounds": [ 0.14666666666666667 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.6 ], "forecast_values": [ 0.75, 0.25 ], "means": [ 0.34544552460403544 ], "histogram": [ [ 0.0, 1.0220394144934455, 0.02073390695131329, 0.006517222435612316, 0.0, 1.1267278444077307, 0.0, 0.0, 0.03411368403269152, 0.0, 0.4023211632555911, 0.4607201881542152, 0.0, 0.0, 1.2225331244480426, 2.5488002236734886, 0.0, 0.0, 0.15774725839889664, 0.0, 0.570951282247735, 0.0, 0.0, 0.0, 0.0, 0.9693272705960274, 0.0, 0.0, 0.0, 0.0, 0.6032332910350453, 0.0, 0.0482962316587873, 0.0, 0.0, 0.3815591393365715, 0.0, 0.0, 0.0, 0.70552391225079, 0.04424069828384508, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0011420111692213952, 0.0, 0.0, 0.8916243659088019, 0.0, 0.14670818709218508, 0.0, 0.0, 0.25697771747017845, 0.0, 0.6647367894266478, 0.0, 0.0, 0.7485007948841444, 0.0, 0.5050141093943045, 0.0, 0.0, 0.0, 0.0, 0.20932612500505898, 0.0, 0.0, 0.0, 0.0, 2.1102156169203887, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1952379986272593, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 50.08933151517138, "peer_score": 9.363390523724899, "coverage": 0.9857618724968698, "relative_legacy_score": 0.0, "weighted_coverage": 0.9857618724968698, "spot_peer_score": 15.11914774268089, "spot_baseline_score": 58.496250072115615, "baseline_archived_score": 50.08933151517138, "peer_archived_score": 9.363390523724899, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 15.11914774268089, "spot_baseline_archived_score": 58.496250072115615 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 82, "key_factors": [], "is_current_content_translated": false, "description": "World Atlas article: [Gulf Of Mexico (Gulf of America)](https://www.worldatlas.com/gulfs/gulf-of-mexico.html)" }, { "id": 37464, "title": "Will the USDA-posted recall by LPK1 of its ready-to-eat chicken caesar wrap for misbranding and an undeclared allergen issued February 24, 2025 be closed before June 1, 2025?", "short_title": "", "url_title": "", "slug": "will-the-usda-posted-recall-by-lpk1-of-its-ready-to-eat-chicken-caesar-wrap-for-misbranding-and-an-undeclared-allergen-issued-february-24-2025-be-closed-before-june-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:37.681814Z", "published_at": "2025-05-08T04:00:00Z", "edited_at": "2025-09-05T17:28:51.144716Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 82, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-08T06:00:00Z", "scheduled_close_time": "2025-05-08T06:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-06-02T14:19:00Z", "open_time": "2025-05-08T04:00:00Z", "nr_forecasters": 76, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36824, "title": "Will the USDA-posted recall by LPK1 of its ready-to-eat chicken caesar wrap for misbranding and an undeclared allergen issued February 24, 2025 be closed before June 1, 2025?", "created_at": "2025-05-03T02:27:37.681814Z", "open_time": "2025-05-08T04:00:00Z", "cp_reveal_time": "2025-05-08T06:00:00Z", "spot_scoring_time": "2025-05-08T06:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-06-02T14:19:00Z", "resolution_set_time": "2025-06-02T14:19:51.090034Z", "scheduled_close_time": "2025-05-08T06:00:00Z", "actual_close_time": "2025-05-08T06:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": true, "question_weight": 0.9, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Food Safety News: [Chicken Caesar wraps sold in vending machines in Washington recalled over undeclared fish](https://www.foodsafetynews.com/2025/02/chicken-caesar-wraps-sold-in-veding-machines-in-washington-recalled-over-undeclared-fish/)", "resolution_criteria": "This question resolves as **Yes** if the status of the recall posted by the U.S. Department of Agriculture’s Food Safety and Inspection Service (FSIS) is changed from Active to Closed on [this page](https://www.fsis.usda.gov/recalls-alerts/lpk1-recalls-ready-eat-chicken-caesar-wrap-products-due-misbranding-and-undeclared) before June 1, 2025. If the recall is still shown as Active when the link is accessed by Metaculus on or after that date, this question resolves as **No**.", "fine_print": "", "post_id": 37464, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746681513.569269, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.44666666666666666 ], "centers": [ 0.65 ], "interval_upper_bounds": [ 0.75 ] } ], "latest": { "start_time": 1746681513.569269, "end_time": null, "forecaster_count": 76, "interval_lower_bounds": [ 0.44666666666666666 ], "centers": [ 0.65 ], "interval_upper_bounds": [ 0.75 ], "forecast_values": [ 0.35, 0.65 ], "means": [ 0.5964903203445293 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0032869411540846433, 0.0, 0.0, 0.5191615675435731, 0.0, 0.04243183045696078, 0.2720962540814778, 0.0, 0.0, 0.8404698975017634, 1.2553376757822985, 0.0, 0.0, 0.0, 0.0, 0.8982589776407861, 0.0, 0.0, 0.0, 0.43007743157759487, 0.11456712400701985, 0.14435670794403951, 0.32880921960063697, 0.0, 0.0, 0.00092497201079239, 0.0, 0.0, 0.9440804922695755, 0.7470313596766492, 0.0, 0.0, 0.0, 0.0, 0.17946090628082964, 0.8046231710310816, 0.0, 0.0, 0.0, 0.0, 2.466404608459407, 0.0, 0.0, 0.0, 0.0, 0.7525505272892299, 0.0, 0.0, 0.0, 0.8909449659417962, 1.9990210907809716, 0.0, 0.0, 0.40351233925798374, 0.0, 0.06070567431515629, 0.0, 0.3546399820313133, 0.0, 0.0, 1.487825320461971, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 33.36759548080565, "peer_score": 19.855291829596275, "coverage": 0.9790359705686569, "relative_legacy_score": 0.0, "weighted_coverage": 0.9790359705686569, "spot_peer_score": 22.537179995350037, "spot_baseline_score": 37.85116232537298, "baseline_archived_score": 33.36759548080565, "peer_archived_score": 19.855291829596275, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 22.537179995350037, "spot_baseline_archived_score": 37.85116232537298 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 80, "key_factors": [], "is_current_content_translated": false, "description": "Food Safety News: [Chicken Caesar wraps sold in vending machines in Washington recalled over undeclared fish](https://www.foodsafetynews.com/2025/02/chicken-caesar-wraps-sold-in-veding-machines-in-washington-recalled-over-undeclared-fish/)" }, { "id": 37463, "title": "Will Berkshire Hathaway reveal a purchase of more Amazon stock in its Q1 2025 13F filing?", "short_title": "", "url_title": "", "slug": "will-berkshire-hathaway-reveal-a-purchase-of-more-amazon-stock-in-its-q1-2025-13f-filing", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-05-03T02:27:37.376226Z", "published_at": "2025-05-08T02:00:00Z", "edited_at": "2025-09-05T17:29:06.604247Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 81, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-08T04:00:00Z", "scheduled_close_time": "2025-05-08T04:00:00Z", "scheduled_resolve_time": "2025-05-15T00:00:00Z", "actual_resolve_time": "2025-05-15T21:19:00Z", "open_time": "2025-05-08T02:00:00Z", "nr_forecasters": 77, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } ], "default_project": { "id": 32721, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q2", "slug": "aibq2", "header_image": "https://metaculus-web-media.s3.amazonaws.com/aib-q2-banner.webp", "prize_pool": "30000.00", "start_date": "2025-04-21T01:38:25Z", "close_date": "2025-07-24T00:00:00Z", "forecasting_end_date": "2025-07-09T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-03-22T19:06:55.820092Z", "edited_at": "2025-10-26T14:56:57.873572Z", "score_type": "spot_peer_tournament", "default_permission": "forecaster", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 36823, "title": "Will Berkshire Hathaway reveal a purchase of more Amazon stock in its Q1 2025 13F filing?", "created_at": "2025-05-03T02:27:37.376226Z", "open_time": "2025-05-08T02:00:00Z", "cp_reveal_time": "2025-05-08T04:00:00Z", "spot_scoring_time": "2025-05-08T04:00:00Z", "scheduled_resolve_time": "2025-05-15T00:00:00Z", "actual_resolve_time": "2025-05-15T21:19:00Z", "resolution_set_time": "2025-05-15T21:21:01.087326Z", "scheduled_close_time": "2025-05-08T04:00:00Z", "actual_close_time": "2025-05-08T04:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 0.7, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": false, "open_lower_bound": false, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "StockCircle: [Berkshire Hathaway's Amazon Stake](https://stockcircle.com/portfolio/warren-buffett/amzn/transactions)", "resolution_criteria": "This question resolves as **Yes** if the 13F filing for Berkshire Hathaway, Inc., filed for the period ending 2025-03-31, reports the company holding greater than 10,000,000 shares of Amazon.com, Inc.", "fine_print": "", "post_id": 37463, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746675399.920269, "end_time": null, "forecaster_count": 77, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.25 ] } ], "latest": { "start_time": 1746675399.920269, "end_time": null, "forecaster_count": 77, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.25 ], "forecast_values": [ 0.85, 0.15 ], "means": [ 0.23292181077736598 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.3810919053759498, 0.0031043082091917864, 0.40618095635066126, 0.0, 0.0, 0.0, 1.471848224399547, 0.0014460835021916812, 1.6840983955949893, 0.0026148795004889177, 0.0, 4.683630902328447, 0.0, 0.0, 0.5893393376662783, 0.0, 2.4969568366865422, 0.0, 0.0, 0.0, 0.0, 0.4818337445736428, 0.0, 0.0, 0.0, 0.0, 1.8088040948731439, 0.0, 0.0, 0.0, 0.0, 0.17203365193804313, 0.0, 0.0, 0.0, 0.0, 0.008438384594982272, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25697771747017845, 0.0, 0.0, 0.006517222435612316, 0.0, 0.0, 0.0, 0.0, 0.052551444059852154, 0.0, 0.0, 0.0, 0.0, 0.626040305310885, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0482962316587873, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.8501270375225158, 0.0, 0.0, 0.0, 0.0, 0.022937907506089057, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 72.37121145409259, "peer_score": 12.847440938477352, "coverage": 0.9893461515174973, "relative_legacy_score": 0.0, "weighted_coverage": 0.9893461515174973, "spot_peer_score": 20.111145235400176, "spot_baseline_score": 76.55347463629771, "baseline_archived_score": 72.37121145409259, "peer_archived_score": 12.847440938477352, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 20.111145235400176, "spot_baseline_archived_score": 76.55347463629771 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 80, "key_factors": [], "is_current_content_translated": false, "description": "StockCircle: [Berkshire Hathaway's Amazon Stake](https://stockcircle.com/portfolio/warren-buffett/amzn/transactions)" } ] }