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=1060
{ "count": 6302, "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=1080", "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=1040", "results": [ { "id": 37251, "title": "Will Vietnam and South Korea announce an agreement for South Korea to export self-propelled howitzers to Vietnam?", "short_title": "", "url_title": "", "slug": "will-vietnam-and-south-korea-announce-an-agreement-for-south-korea-to-export-self-propelled-howitzers-to-vietnam", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:11.930322Z", "published_at": "2025-05-01T14:00:00Z", "edited_at": "2025-09-05T17:29:01.080371Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 78, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-01T16:00:00Z", "scheduled_close_time": "2025-05-01T16:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T19:41:00Z", "open_time": "2025-05-01T14:00:00Z", "nr_forecasters": 72, "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": 36629, "title": "Will Vietnam and South Korea announce an agreement for South Korea to export self-propelled howitzers to Vietnam?", "created_at": "2025-04-26T05:58:11.930322Z", "open_time": "2025-05-01T14:00:00Z", "cp_reveal_time": "2025-05-01T16:00:00Z", "spot_scoring_time": "2025-05-01T16:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-07-01T19:41:00Z", "resolution_set_time": "2025-07-01T19:50:30.591354Z", "scheduled_close_time": "2025-05-01T16:00:00Z", "actual_close_time": "2025-05-01T16: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 Korea Herald: [South Korea-Vietnam ties enter new strategic terrain, but need more detailed road map: Seoul envoy](https://www.koreaherald.com/article/10464718) \"Vietnam is reportedly in negotiations to import 20 units of K9 self-propelled howitzers from Korea in a deal valued at $300 million. If finalized, it would mark Korea’s first defense arms sale to the country.\"", "resolution_criteria": "This question resolves as **Yes** if, before July 1, 2025, the governments of Vietnam and/or South Korea announce an agreement for South Korea to export 2 or more self-propelled howitzers to Vietnam. If no such agreement is announced after the launch of this question and before July 1, 2025, this question resolves as **No**.", "fine_print": "", "post_id": 37251, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746112681.158833, "end_time": null, "forecaster_count": 72, "interval_lower_bounds": [ 0.619 ], "centers": [ 0.711 ], "interval_upper_bounds": [ 0.85 ] } ], "latest": { "start_time": 1746112681.158833, "end_time": null, "forecaster_count": 72, "interval_lower_bounds": [ 0.619 ], "centers": [ 0.711 ], "interval_upper_bounds": [ 0.85 ], "forecast_values": [ 0.28900000000000003, 0.711 ], "means": [ 0.6993264249395392 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.18214514839267099, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.19600271381795006, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3438845244523275, 0.0, 0.0, 0.0, 0.0, 0.5908396164006844, 0.0, 0.0, 0.0, 0.0, 0.18497377642101376, 0.0, 0.10642834088513557, 0.0, 0.0, 0.13987734136644542, 0.14546164288094451, 0.0, 0.0, 0.0, 0.0015257314047317206, 0.0, 0.0, 0.0, 0.0, 0.1246610110958938, 0.0, 0.0, 0.0, 0.6550631564461379, 0.9989742336661124, 0.22643861771824655, 0.0, 0.8965986140594213, 0.0, 1.7833745909021292, 0.0, 0.0, 0.0, 0.0, 0.465828539001803, 0.7408711152380609, 0.0, 0.0, 0.0, 0.6928354232647891, 0.0, 0.0, 0.0, 0.0, 0.7274548087923369, 0.9425827161078613, 0.0, 0.0, 0.0, 4.492990000899772, 0.32084018499459366, 0.0, 0.0, 0.0, 0.5039554669535018, 0.0, 0.0, 0.0, 0.0, 0.01212304064618212, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": -73.53155489268732, "peer_score": 2.2826757407620795, "coverage": 0.9845433867971103, "relative_legacy_score": 0.0, "weighted_coverage": 0.9845433867971103, "spot_peer_score": -0.06612500272376204, "spot_baseline_score": -79.0858602161408, "baseline_archived_score": -73.53155489268732, "peer_archived_score": 2.2826757407620795, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -0.06612500272376204, "spot_baseline_archived_score": -79.0858602161408 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 75, "key_factors": [], "is_current_content_translated": false, "description": "The Korea Herald: [South Korea-Vietnam ties enter new strategic terrain, but need more detailed road map: Seoul envoy](https://www.koreaherald.com/article/10464718) \"Vietnam is reportedly in negotiations to import 20 units of K9 self-propelled howitzers from Korea in a deal valued at $300 million. If finalized, it would mark Korea’s first defense arms sale to the country.\"" }, { "id": 37250, "title": "Will Kilmar Abrego Garcia return to the United States before July 1, 2025?", "short_title": "", "url_title": "", "slug": "will-kilmar-abrego-garcia-return-to-the-united-states-before-july-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:11.924161Z", "published_at": "2025-05-01T10:00:00Z", "edited_at": "2025-09-05T17:28:47.749333Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 81, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-01T12:00:00Z", "scheduled_close_time": "2025-05-01T12:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-06-20T09:48:00Z", "open_time": "2025-05-01T10:00:00Z", "nr_forecasters": 73, "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": 36628, "title": "Will Kilmar Abrego Garcia return to the United States before July 1, 2025?", "created_at": "2025-04-26T05:58:11.924161Z", "open_time": "2025-05-01T10:00:00Z", "cp_reveal_time": "2025-05-01T12:00:00Z", "spot_scoring_time": "2025-05-01T12:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-06-20T09:48:00Z", "resolution_set_time": "2025-06-20T09:49:08.343598Z", "scheduled_close_time": "2025-05-01T12:00:00Z", "actual_close_time": "2025-05-01T12: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": "Wikipedia: [Deportation of Kilmar Abrego Garcia](https://en.wikipedia.org/wiki/Deportation_of_Kilmar_Abrego_Garcia)", "resolution_criteria": "This question resolves as **Yes** if Kilmar Abrego Garcia after the launch of this question and before July 1, 2025 enters territory of the United States according to [credible sources](https://www.metaculus.com/help/faq/#definitions).", "fine_print": "Subsequently leaving the United States, such as a deportation, will not cause this question to re-resolve.", "post_id": 37250, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746099019.856682, "end_time": null, "forecaster_count": 73, "interval_lower_bounds": [ 0.12 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.2 ] } ], "latest": { "start_time": 1746099019.856682, "end_time": null, "forecaster_count": 73, "interval_lower_bounds": [ 0.12 ], "centers": [ 0.15 ], "interval_upper_bounds": [ 0.2 ], "forecast_values": [ 0.85, 0.15 ], "means": [ 0.17348357155420596 ], "histogram": [ [ 0.0, 0.0, 0.013550076875576434, 0.0, 0.0, 0.019836798042775702, 0.0, 0.0, 0.017045521296473166, 0.0, 2.5249379012964495, 0.888825836472129, 0.8721662520845742, 0.0, 0.19873151917740314, 5.266131691454461, 0.693088486206809, 0.1371657512903841, 0.11755141015135048, 0.0, 2.7722266311035106, 0.0, 0.0, 0.0, 0.0, 0.10025738989636318, 0.0, 0.0, 0.0, 0.0, 0.5448581582237946, 0.17175714249032537, 0.0, 0.0, 0.0, 0.6358534524916173, 0.0, 0.0, 0.0, 0.0, 0.6177039404822752, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0014387166970790141, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": -169.04220058913, "peer_score": -6.576457499033889, "coverage": 0.9863636708259583, "relative_legacy_score": 0.0, "weighted_coverage": 0.9863636708259583, "spot_peer_score": -9.326812832200977, "spot_baseline_score": -173.6965594166206, "baseline_archived_score": -169.04220058913, "peer_archived_score": -6.576457499033889, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -9.326812832200977, "spot_baseline_archived_score": -173.6965594166206 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 76, "key_factors": [], "is_current_content_translated": false, "description": "Wikipedia: [Deportation of Kilmar Abrego Garcia](https://en.wikipedia.org/wiki/Deportation_of_Kilmar_Abrego_Garcia)" }, { "id": 37249, "title": "Before July 1, 2025, will Reform UK be the highest polling party in the UK by at least 4 points, according to Politico?", "short_title": "", "url_title": "", "slug": "before-july-1-2025-will-reform-uk-be-the-highest-polling-party-in-the-uk-by-at-least-4-points-according-to-politico", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:11.722246Z", "published_at": "2025-05-01T08:00:00Z", "edited_at": "2025-09-05T17:28:57.699580Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 77, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-01T10:00:00Z", "scheduled_close_time": "2025-05-01T10:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-05-09T21:57:00Z", "open_time": "2025-05-01T08:00:00Z", "nr_forecasters": 73, "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": 36627, "title": "Before July 1, 2025, will Reform UK be the highest polling party in the UK by at least 4 points, according to Politico?", "created_at": "2025-04-26T05:58:11.722246Z", "open_time": "2025-05-01T08:00:00Z", "cp_reveal_time": "2025-05-01T10:00:00Z", "spot_scoring_time": "2025-05-01T10:00:00Z", "scheduled_resolve_time": "2025-07-01T00:00:00Z", "actual_resolve_time": "2025-05-09T21:57:00Z", "resolution_set_time": "2025-05-09T21:58:45.758741Z", "scheduled_close_time": "2025-05-01T10:00:00Z", "actual_close_time": "2025-05-01T10: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": "The Hill: [Nigel Farage’s Reform UK is upending British politics](https://thehill.com/opinion/international/5163853-how-nigel-farages-reform-uk-is-upending-british-politics/) | Wikipedia: [Reform UK](https://en.wikipedia.org/wiki/Reform_UK)", "resolution_criteria": "This question resolves as **Yes** if Reform UK reaches #1 in the polling averages, exceeding the 2nd place by 4 or more percentage points [according to Politico](https://www.politico.eu/europe-poll-of-polls/united-kingdom/), after April 30, 2025 and before July 1, 2025.", "fine_print": "", "post_id": 37249, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746091824.440303, "end_time": null, "forecaster_count": 73, "interval_lower_bounds": [ 0.2 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.35 ] } ], "latest": { "start_time": 1746091824.440303, "end_time": null, "forecaster_count": 73, "interval_lower_bounds": [ 0.2 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.35 ], "forecast_values": [ 0.75, 0.25 ], "means": [ 0.24755052601803604 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.5451197344970368, 0.17175714249032537, 0.0, 0.6177039404822752, 0.0, 1.6280008074893915, 0.0, 0.04657095710352773, 0.1848243905632059, 0.0, 0.12031054647173245, 0.0, 0.0, 0.10866903142063072, 0.4502118393382578, 1.9835483204705118, 0.9276574988951969, 0.0, 0.0, 0.0, 2.4826539070314046, 0.0, 0.11755141015135048, 0.0, 0.0, 1.3845219825388524, 0.0, 0.07855127008230973, 0.0, 0.0, 2.6725219595792926, 0.0, 0.0, 0.32374300958340624, 0.0, 1.7477702108475648, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0014387166970790141, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": -106.38668136855361, "peer_score": 2.171338008170465, "coverage": 0.9867871006992128, "relative_legacy_score": 0.0, "weighted_coverage": 0.9867871006992128, "spot_peer_score": 6.443756194184439, "spot_baseline_score": -100.0, "baseline_archived_score": -106.38668136855361, "peer_archived_score": 2.171338008170465, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 6.443756194184439, "spot_baseline_archived_score": -100.0 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 76, "key_factors": [], "is_current_content_translated": false, "description": "The Hill: [Nigel Farage’s Reform UK is upending British politics](https://thehill.com/opinion/international/5163853-how-nigel-farages-reform-uk-is-upending-british-politics/) | Wikipedia: [Reform UK](https://en.wikipedia.org/wiki/Reform_UK)" }, { "id": 37242, "title": "Will inbound airline passenger arrivals to the Canary Islands fall in April 2025 compared with April 2024?", "short_title": "", "url_title": "", "slug": "will-inbound-airline-passenger-arrivals-to-the-canary-islands-fall-in-april-2025-compared-with-april-2024", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:10.836563Z", "published_at": "2025-04-30T12:00:00Z", "edited_at": "2025-09-05T17:29:00.350086Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 74, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-30T14:00:00Z", "scheduled_close_time": "2025-04-30T14:00:00Z", "scheduled_resolve_time": "2025-06-11T00:00:00Z", "actual_resolve_time": "2025-06-05T10:32:00Z", "open_time": "2025-04-30T12:00:00Z", "nr_forecasters": 69, "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": 36620, "title": "Will inbound airline passenger arrivals to the Canary Islands fall in April 2025 compared with April 2024?", "created_at": "2025-04-26T05:58:10.836563Z", "open_time": "2025-04-30T12:00:00Z", "cp_reveal_time": "2025-04-30T14:00:00Z", "spot_scoring_time": "2025-04-30T14:00:00Z", "scheduled_resolve_time": "2025-06-11T00:00:00Z", "actual_resolve_time": "2025-06-05T10:32:00Z", "resolution_set_time": "2025-06-05T10:35:24.916905Z", "scheduled_close_time": "2025-04-30T14:00:00Z", "actual_close_time": "2025-04-30T14: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": "[Canarias braces for the consequences of Trump's policies on tourism, potentially leading to a decline in tourist arrivals from the US](https://diariodeavisos.elespanol.com/2025/04/turismo-aranceles/)", "resolution_criteria": "This question resolves as **Yes** if the total number of passenger arrivals to the Canary Islands for the month of April 2025, as presented at the [Canary Islands Tourism Research site](https://investigacion.turismodeislascanarias.com/en/inbound-tourism-arrival-passengers/monthly-data), is lower than the total number for April 2024. If the number for April 2025 is greater than or equal to the number for April 2024, the question resolves as **No**.", "fine_print": "Specifically, Metaculus will access \"Passenger arrivals (AENA). April 2025,\" which is expected to be posted in the beginning of June 2025. The numbers considered will be the monthly totals under Canary Islands. For example, in the [February 2025 report](https://investigacion.turismodeislascanarias.com/sites/default/files/2025-03/Promotur_AENA_febrero%202025_EN.pdf), the number shown for February 2025 is 2,248,198 and the number shown for February 2024 is 2,199,255. Thus, if the question had been comparing February 2025 with February 2024, it would have resolved as No, because the number went up.", "post_id": 37242, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1746019677.507666, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.2 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.55 ] } ], "latest": { "start_time": 1746019677.507666, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.2 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.55 ], "forecast_values": [ 0.7, 0.3 ], "means": [ 0.376795905680143 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.03663966570762298, 0.0, 0.029873235309733973, 0.4104811068714913, 0.0, 0.9477190349963698, 0.0, 0.0, 0.7359273584237145, 0.0, 2.329633573341371, 0.0, 0.5011495311528927, 0.0, 0.0, 1.2284851409068822, 0.0, 0.16107532528278884, 0.0, 0.0, 2.08467168430577, 0.0, 0.15277047517610542, 0.0, 0.0, 0.33631234743384963, 0.0, 0.0, 0.0, 0.0, 0.01948001616067921, 0.0, 0.0, 0.9413760306912168, 0.0, 0.0, 0.0, 0.0, 0.4691703167924072, 0.0, 0.0013954015504436714, 0.0, 0.0, 0.0, 0.7832008404886415, 0.5140774882820982, 0.0, 0.0, 0.0, 0.0, 0.9493175893000982, 0.0, 0.11739512936746152, 0.0, 0.0, 1.4526437831551222, 0.0, 0.0, 0.0, 0.0, 0.13203325309406405, 0.0, 0.0, 0.0, 0.0, 0.3107898939069628, 0.0, 0.0, 0.35825366801023184, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.11469938418753393, 0.0, 0.0, 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": 39.37288637887336, "peer_score": 20.777189350322, "coverage": 0.9822359227803018, "relative_legacy_score": 0.0, "weighted_coverage": 0.9822359227803018, "spot_peer_score": 23.79768510007003, "spot_baseline_score": 48.542682717024164, "baseline_archived_score": 39.37288637887336, "peer_archived_score": 20.777189350322, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 23.79768510007003, "spot_baseline_archived_score": 48.542682717024164 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 72, "key_factors": [], "is_current_content_translated": false, "description": "[Canarias braces for the consequences of Trump's policies on tourism, potentially leading to a decline in tourist arrivals from the US](https://diariodeavisos.elespanol.com/2025/04/turismo-aranceles/)" }, { "id": 37238, "title": "Will Donald Trump attend UFC 316?", "short_title": "", "url_title": "", "slug": "will-donald-trump-attend-ufc-316", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:10.462269Z", "published_at": "2025-04-30T04:00:00Z", "edited_at": "2025-09-05T17:29:02.835686Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 75, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-30T06:00:00Z", "scheduled_close_time": "2025-04-30T06:00:00Z", "scheduled_resolve_time": "2025-06-07T00:00:00Z", "actual_resolve_time": "2025-06-08T09:01:00Z", "open_time": "2025-04-30T04:00:00Z", "nr_forecasters": 69, "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": 36616, "title": "Will Donald Trump attend UFC 316?", "created_at": "2025-04-26T05:58:10.462269Z", "open_time": "2025-04-30T04:00:00Z", "cp_reveal_time": "2025-04-30T06:00:00Z", "spot_scoring_time": "2025-04-30T06:00:00Z", "scheduled_resolve_time": "2025-06-07T00:00:00Z", "actual_resolve_time": "2025-06-08T09:01:00Z", "resolution_set_time": "2025-06-08T09:06:03.861873Z", "scheduled_close_time": "2025-04-30T06:00:00Z", "actual_close_time": "2025-04-30T06:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": true, "question_weight": 0.8, "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": "New York Times: [Trump and Some of His Cabinet Members Attend U.F.C. Fight in Miami](https://www.nytimes.com/2025/04/13/us/politics/trump-ufc-fight-reyes.html)", "resolution_criteria": "This question resolves as **Yes** if President Donald Trump is anywhere within the grounds of the venue where [UFC 316](https://www.ufc.com/event/ufc-316) takes place. Otherwise this resolves as **No**.", "fine_print": "", "post_id": 37238, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745992061.109585, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.284 ], "centers": [ 0.36833333333333335 ], "interval_upper_bounds": [ 0.45 ] } ], "latest": { "start_time": 1745992061.109585, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.284 ], "centers": [ 0.36833333333333335 ], "interval_upper_bounds": [ 0.45 ], "forecast_values": [ 0.6316666666666666, 0.36833333333333335 ], "means": [ 0.41425843266753004 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2343430380562021, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0331191247199604, 0.0, 0.9007857960032096, 0.885793796274844, 0.0, 1.1190914715201155, 0.0, 0.0, 0.6087338181631989, 0.0, 1.3722957754343719, 0.0, 0.0, 0.5350055731436427, 0.0, 1.078489332858431, 1.0, 0.0, 0.0, 0.0, 1.9813109572240002, 0.0, 0.16107532528278884, 0.0, 0.0, 1.5122098361099774, 0.0, 0.0, 0.0, 0.0, 0.019004631433707602, 0.0, 0.0, 0.0, 0.0, 0.4389766355214183, 0.0, 0.0, 0.0, 0.0, 1.0937520174921962, 0.0, 0.0, 0.0, 0.0, 0.9114926105761028, 0.0, 0.0, 0.0, 0.0, 0.11951454711810579, 0.0, 0.0, 0.0, 0.0, 0.1623580950081086, 0.0, 0.0, 0.0, 0.0, 0.22750539136656894, 0.0, 0.0, 0.0, 0.0, 0.7237135005886028, 0.0, 0.0, 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": -34.732166046414065, "peer_score": -14.92553057139417, "coverage": 0.9844831484887334, "relative_legacy_score": 0.0, "weighted_coverage": 0.9844831484887334, "spot_peer_score": -20.003817891229797, "spot_baseline_score": -44.091613110444925, "baseline_archived_score": -34.732166046414065, "peer_archived_score": -14.92553057139417, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -20.003817891229797, "spot_baseline_archived_score": -44.091613110444925 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 73, "key_factors": [], "is_current_content_translated": false, "description": "New York Times: [Trump and Some of His Cabinet Members Attend U.F.C. Fight in Miami](https://www.nytimes.com/2025/04/13/us/politics/trump-ufc-fight-reyes.html)" }, { "id": 37237, "title": "Will the US Census Bureau report an increase in US imports in April 2025 compared with April 2024?", "short_title": "", "url_title": "", "slug": "will-the-us-census-bureau-report-an-increase-in-us-imports-in-april-2025-compared-with-april-2024", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:10.456545Z", "published_at": "2025-04-30T02:00:00Z", "edited_at": "2025-09-05T17:29:07.354647Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 74, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-30T04:00:00Z", "scheduled_close_time": "2025-04-30T04:00:00Z", "scheduled_resolve_time": "2025-06-05T00:00:00Z", "actual_resolve_time": "2025-06-05T13:13:00Z", "open_time": "2025-04-30T02:00:00Z", "nr_forecasters": 69, "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": 36615, "title": "Will the US Census Bureau report an increase in US imports in April 2025 compared with April 2024?", "created_at": "2025-04-26T05:58:10.456545Z", "open_time": "2025-04-30T02:00:00Z", "cp_reveal_time": "2025-04-30T04:00:00Z", "spot_scoring_time": "2025-04-30T04:00:00Z", "scheduled_resolve_time": "2025-06-05T00:00:00Z", "actual_resolve_time": "2025-06-05T13:13:00Z", "resolution_set_time": "2025-06-05T13:13:30.112933Z", "scheduled_close_time": "2025-04-30T04:00:00Z", "actual_close_time": "2025-04-30T04:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": true, "question_weight": 0.8, "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": "[Experts React: How the world is responding to Trump’s ‘liberation day’ tariffs](https://www.atlanticcouncil.org/blogs/new-atlanticist/experts-react/experts-react-how-the-world-is-responding-to-trumps-liberation-day-tariffs/)", "resolution_criteria": "This question resolves as **Yes** if the total amount of imports by the United States for April 2025 reported by the US Census Bureau in its [U.S. International Trade in Goods and Services release](https://www.census.gov/foreign-trade/Press-Release/current_press_release/index.html) encompassing that month, exceeds 338,483 million USD.", "fine_print": "", "post_id": 37237, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745984414.222039, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.45 ], "centers": [ 0.65 ], "interval_upper_bounds": [ 0.7 ] } ], "latest": { "start_time": 1745984414.222039, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.45 ], "centers": [ 0.65 ], "interval_upper_bounds": [ 0.7 ], "forecast_values": [ 0.35, 0.65 ], "means": [ 0.5743116438356022 ], "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.885793796274844, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.37262913805745057, 0.0, 0.0, 0.0, 0.0, 0.2522145521593331, 0.0, 0.0, 0.0, 0.4389766355214183, 0.5267022662264974, 0.0, 0.0, 0.0, 0.7359273584237145, 0.4129851959075812, 0.0, 0.0, 0.0, 0.0, 1.0682548145263764, 0.0, 0.0, 0.0, 0.0, 0.009085526851517875, 0.0, 0.0, 0.9420471095773215, 0.0, 0.3574346825494338, 0.0, 0.0, 0.0, 0.0, 0.38436876324845914, 0.0, 0.0, 0.0, 0.0, 2.5760507264189463, 0.0, 1.0, 0.0, 0.0, 1.9568348878947723, 0.0, 0.09959693749384557, 0.0, 0.0, 1.9231953200274687, 0.0, 0.0, 0.26482769326819866, 0.0, 0.693187574322458, 0.0, 0.0, 0.0, 0.0, 0.218458295145916, 0.0, 0.0, 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.06429857351806, "peer_score": 18.160590866097248, "coverage": 0.9533532904254066, "relative_legacy_score": 0.0, "weighted_coverage": 0.9533532904254066, "spot_peer_score": 18.077950851201972, "spot_baseline_score": 37.85116232537298, "baseline_archived_score": 33.06429857351806, "peer_archived_score": 18.160590866097248, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 18.077950851201972, "spot_baseline_archived_score": 37.85116232537298 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 73, "key_factors": [], "is_current_content_translated": false, "description": "[Experts React: How the world is responding to Trump’s ‘liberation day’ tariffs](https://www.atlanticcouncil.org/blogs/new-atlanticist/experts-react/experts-react-how-the-world-is-responding-to-trumps-liberation-day-tariffs/)" }, { "id": 37236, "title": "Will the US Census Bureau report an increase in US exports in April 2025 compared with April 2024?", "short_title": "", "url_title": "", "slug": "will-the-us-census-bureau-report-an-increase-in-us-exports-in-april-2025-compared-with-april-2024", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:10.450704Z", "published_at": "2025-04-30T00:00:00Z", "edited_at": "2025-09-05T17:28:58.391774Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 70, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-30T02:00:00Z", "scheduled_close_time": "2025-04-30T02:00:00Z", "scheduled_resolve_time": "2025-06-05T00:00:00Z", "actual_resolve_time": "2025-06-05T14:03:00Z", "open_time": "2025-04-30T00:00:00Z", "nr_forecasters": 68, "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": 36614, "title": "Will the US Census Bureau report an increase in US exports in April 2025 compared with April 2024?", "created_at": "2025-04-26T05:58:10.450704Z", "open_time": "2025-04-30T00:00:00Z", "cp_reveal_time": "2025-04-30T02:00:00Z", "spot_scoring_time": "2025-04-30T02:00:00Z", "scheduled_resolve_time": "2025-06-05T00:00:00Z", "actual_resolve_time": "2025-06-05T14:03:00Z", "resolution_set_time": "2025-06-05T14:04:22.625059Z", "scheduled_close_time": "2025-04-30T02:00:00Z", "actual_close_time": "2025-04-30T02:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": true, "question_weight": 0.8, "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": "[Experts React: How the world is responding to Trump’s ‘liberation day’ tariffs](https://www.atlanticcouncil.org/blogs/new-atlanticist/experts-react/experts-react-how-the-world-is-responding-to-trumps-liberation-day-tariffs/)", "resolution_criteria": "This question resolves as **Yes** if the total amount of exports by the United States for April 2025 reported by the US Census Bureau in its [U.S. International Trade in Goods and Services release](https://www.census.gov/foreign-trade/Press-Release/current_press_release/index.html) encompassing that month, exceeds 262,578 million USD.", "fine_print": "", "post_id": 37236, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745978199.224325, "end_time": null, "forecaster_count": 68, "interval_lower_bounds": [ 0.4 ], "centers": [ 0.55 ], "interval_upper_bounds": [ 0.65 ] } ], "latest": { "start_time": 1745978199.224325, "end_time": null, "forecaster_count": 68, "interval_lower_bounds": [ 0.4 ], "centers": [ 0.55 ], "interval_upper_bounds": [ 0.65 ], "forecast_values": [ 0.44999999999999996, 0.55 ], "means": [ 0.5046233674081411 ], "histogram": [ [ 0.0, 0.0, 1.7342121069681415, 0.0, 0.0, 0.05494801160478674, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.02700720274641593, 0.0, 0.0, 0.0, 0.0, 0.9213186512344356, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3993112156939808, 0.0, 0.0, 0.0, 0.0, 0.2575486491347159, 0.0, 0.0, 0.0, 0.0, 0.6353526600208008, 0.0, 0.0, 0.0, 0.0, 0.816938670702071, 0.0, 0.0, 0.0, 0.0, 0.002453736599219762, 0.0, 0.571214907448669, 0.30877468606497765, 0.0, 2.0851505624893414, 0.0, 0.0, 0.0, 0.2148087205439604, 0.47233846934165546, 0.0014822998514409601, 0.24893669523764367, 0.8849953868387631, 0.0, 1.6896821177319246, 0.07506829335206704, 0.873802523457224, 0.0, 0.9409563951022198, 0.34373774641646915, 0.0, 0.0, 0.0, 0.0, 0.6847668373158011, 0.0, 0.0, 0.0, 0.0, 0.12470588323909494, 0.0, 0.0, 0.0, 0.5683229184737245, 0.05996660782033841, 0.0, 0.0, 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": 24.940414434668412, "peer_score": 29.023506545303203, "coverage": 0.9825409076280065, "relative_legacy_score": 0.0, "weighted_coverage": 0.9825409076280065, "spot_peer_score": 28.512162302712028, "spot_baseline_score": 13.750352374993504, "baseline_archived_score": 24.940414434668412, "peer_archived_score": 29.023506545303203, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 28.512162302712028, "spot_baseline_archived_score": 13.750352374993504 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 69, "key_factors": [], "is_current_content_translated": false, "description": "[Experts React: How the world is responding to Trump’s ‘liberation day’ tariffs](https://www.atlanticcouncil.org/blogs/new-atlanticist/experts-react/experts-react-how-the-world-is-responding-to-trumps-liberation-day-tariffs/)" }, { "id": 37233, "title": "Will Alassane Ouattara declare his candidacy for president of Ivory Coast (Côte d’Ivoire) before June 1, 2025?", "short_title": "", "url_title": "", "slug": "will-alassane-ouattara-declare-his-candidacy-for-president-of-ivory-coast-cote-divoire-before-june-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:10.016344Z", "published_at": "2025-04-29T18:00:00Z", "edited_at": "2025-09-05T17:29:02.693789Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 79, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-29T20:00:00Z", "scheduled_close_time": "2025-04-29T20:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-06-02T13:17:00Z", "open_time": "2025-04-29T18:00:00Z", "nr_forecasters": 69, "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": 36611, "title": "Will Alassane Ouattara declare his candidacy for president of Ivory Coast (Côte d’Ivoire) before June 1, 2025?", "created_at": "2025-04-26T05:58:10.016344Z", "open_time": "2025-04-29T18:00:00Z", "cp_reveal_time": "2025-04-29T20:00:00Z", "spot_scoring_time": "2025-04-29T20:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-06-02T13:17:00Z", "resolution_set_time": "2025-06-02T13:24:00.387714Z", "scheduled_close_time": "2025-04-29T20:00:00Z", "actual_close_time": "2025-04-29T20: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": "Africa Center for Strategic Studies: [Côte d’Ivoire: Efforts to Forge Resiliency Face Stiff Test](https://africacenter.org/spotlight/2025-elections/cotedivoire/)", "resolution_criteria": "This question resolves as **Yes** if Alassane Ouattara declares his candidacy for the [2025 Ivorian presidential election](https://en.wikipedia.org/wiki/2025_Ivorian_presidential_election), according to credible sources, before June 1, 2025.", "fine_print": "", "post_id": 37233, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745954089.708906, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.3 ], "centers": [ 0.35 ], "interval_upper_bounds": [ 0.7 ] } ], "latest": { "start_time": 1745954089.708906, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.3 ], "centers": [ 0.35 ], "interval_upper_bounds": [ 0.7 ], "forecast_values": [ 0.65, 0.35 ], "means": [ 0.4590733503857216 ], "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.6087338181631989, 0.0, 0.0, 0.0, 0.2343430380562021, 0.0, 0.0, 0.885793796274844, 0.9413760306912168, 0.0, 0.33605179509397254, 0.5708338054187606, 0.0, 0.0, 0.0, 1.926547640815547, 0.0, 0.4104811068714913, 0.0, 0.0, 1.9901858869032678, 0.16107532528278884, 0.0, 0.0, 0.0, 0.07352691875128002, 0.0, 0.6488095940547408, 0.0, 0.0, 0.2906730883457752, 0.0, 0.38360011561871216, 0.0, 0.0, 0.0018241815415611054, 0.0, 0.0, 0.0, 0.0, 0.18761293738011062, 0.0, 0.0, 0.0, 0.0, 0.10898862871993724, 0.0, 0.0, 0.0, 0.0, 0.2368506056282289, 0.0, 0.7359273584237145, 0.0, 0.0, 1.799725994294672, 0.0, 0.6911696789431041, 0.0, 0.0, 1.0433758187025624, 0.0, 0.0, 0.0, 0.0, 0.17891933522498055, 0.0, 0.0, 0.0, 0.0, 0.6174132467975351, 0.0, 0.0, 0.0, 0.0, 0.054731527897349384, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 25.25914934373984, "peer_score": 43.66253634971362, "coverage": 0.9853400825129615, "relative_legacy_score": 0.0, "weighted_coverage": 0.9853400825129615, "spot_peer_score": 51.825660729393086, "spot_baseline_score": 37.85116232537298, "baseline_archived_score": 25.25914934373984, "peer_archived_score": 43.66253634971362, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 51.825660729393086, "spot_baseline_archived_score": 37.85116232537298 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 76, "key_factors": [], "is_current_content_translated": false, "description": "Africa Center for Strategic Studies: [Côte d’Ivoire: Efforts to Forge Resiliency Face Stiff Test](https://africacenter.org/spotlight/2025-elections/cotedivoire/)" }, { "id": 37232, "title": "Will Virgin Galactic fail to make any new posts on its News page in May 2025?", "short_title": "", "url_title": "", "slug": "will-virgin-galactic-fail-to-make-any-new-posts-on-its-news-page-in-may-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:10.010728Z", "published_at": "2025-04-29T16:00:00Z", "edited_at": "2025-09-05T17:28:49.751872Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 73, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-29T18:00:00Z", "scheduled_close_time": "2025-04-29T18:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-06-02T18:13:00Z", "open_time": "2025-04-29T16:00:00Z", "nr_forecasters": 68, "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": 36610, "title": "Will Virgin Galactic fail to make any new posts on its News page in May 2025?", "created_at": "2025-04-26T05:58:10.010728Z", "open_time": "2025-04-29T16:00:00Z", "cp_reveal_time": "2025-04-29T18:00:00Z", "spot_scoring_time": "2025-04-29T18:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-06-02T18:13:00Z", "resolution_set_time": "2025-06-02T18:14:06.274174Z", "scheduled_close_time": "2025-04-29T18:00:00Z", "actual_close_time": "2025-04-29T18: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": "As of April 19, 2025, Virgin Galactic's most recent post was timestamped January 30, 2025. The most recent one before then was December 12, 2024.", "resolution_criteria": "This question resolves as **Yes** if no new posts appear at Virgin Galactic's News page, which can be accessed at [this address](https://www.virgingalactic.com/news), timestamped after April 30, 2025 and before June 1, 2025. If there is a new post, then this question resolves as **No**.", "fine_print": "", "post_id": 37232, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745947820.74606, "end_time": null, "forecaster_count": 68, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.65 ] } ], "latest": { "start_time": 1745947820.74606, "end_time": null, "forecaster_count": 68, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.65 ], "forecast_values": [ 0.7, 0.3 ], "means": [ 0.3728763223808679 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.1847461188535056, 0.4360437205630682, 0.0, 0.0, 0.8319744872976708, 1.189884291657682, 0.0, 0.0, 0.0, 0.2875923504881499, 1.6176725894380337, 0.0, 0.0, 0.0, 0.0, 1.4768344722940712, 0.0, 0.0, 0.0, 0.0, 0.1822976163797012, 0.0, 0.0, 0.0, 0.0, 1.6392881443013891, 0.8849953868387631, 0.0, 0.0, 0.0, 0.2258672432304314, 0.0, 0.7342121069681415, 0.0, 0.0, 0.1660320146279964, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0019377820149315656, 0.19929648861183932, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.09556866410085366, 0.5683229184737245, 0.24893669523764367, 0.0, 0.0, 1.9777373243840755, 0.0, 0.23133665045350613, 0.0, 0.0, 0.6085079743233539, 0.0, 0.0, 0.0, 0.0, 0.06963395721172302, 0.0, 0.0, 0.0, 0.0, 0.2676679602341821, 0.0, 0.0, 0.0, 0.0, 0.8127238345398713, 0.0, 0.0, 0.0, 0.0, 0.0014822998514409601, 0.0, 0.0, 0.0, 0.0, 0.057208863054134, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": -54.80642465733221, "peer_score": -10.55743211513396, "coverage": 0.9863242536120946, "relative_legacy_score": 0.0, "weighted_coverage": 0.9863242536120946, "spot_peer_score": -20.24395072906706, "spot_baseline_score": -73.69655941662063, "baseline_archived_score": -54.80642465733221, "peer_archived_score": -10.55743211513396, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -20.24395072906706, "spot_baseline_archived_score": -73.69655941662063 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 72, "key_factors": [], "is_current_content_translated": false, "description": "As of April 19, 2025, Virgin Galactic's most recent post was timestamped January 30, 2025. The most recent one before then was December 12, 2024." }, { "id": 37231, "title": "Will Mexico's unemployment rate be under 3% in April 2025?", "short_title": "", "url_title": "", "slug": "will-mexicos-unemployment-rate-be-under-3-in-april-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:10.004947Z", "published_at": "2025-04-29T14:00:00Z", "edited_at": "2025-09-05T17:28:56.222246Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 71, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-29T16:00:00Z", "scheduled_close_time": "2025-04-29T16:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-06-02T18:06:00Z", "open_time": "2025-04-29T14:00:00Z", "nr_forecasters": 67, "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": 36609, "title": "Will Mexico's unemployment rate be under 3% in April 2025?", "created_at": "2025-04-26T05:58:10.004947Z", "open_time": "2025-04-29T14:00:00Z", "cp_reveal_time": "2025-04-29T16:00:00Z", "spot_scoring_time": "2025-04-29T16:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-06-02T18:06:00Z", "resolution_set_time": "2025-06-02T18:10:33.322551Z", "scheduled_close_time": "2025-04-29T16:00:00Z", "actual_close_time": "2025-04-29T16: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": "AP: [US tariffs ripple through auto supply chains into Mexico](https://apnews.com/article/mexico-stellantis-trump-tariffs-sheinbaum-569ae29d203b1997d50a3a9655c928a8)", "resolution_criteria": "This question resolves as **Yes** if Mexico's unemployment rate is less than 3.0% for April 2025 according to data presented by [Trading Economics](https://tradingeconomics.com/mexico/unemployment-rate).", "fine_print": "", "post_id": 37231, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745939986.726756, "end_time": null, "forecaster_count": 67, "interval_lower_bounds": [ 0.82 ], "centers": [ 0.85 ], "interval_upper_bounds": [ 0.886 ] } ], "latest": { "start_time": 1745939986.726756, "end_time": null, "forecaster_count": 67, "interval_lower_bounds": [ 0.82 ], "centers": [ 0.85 ], "interval_upper_bounds": [ 0.886 ], "forecast_values": [ 0.15000000000000002, 0.85 ], "means": [ 0.797640162746201 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.012510030127333684, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6444319296650869, 0.0, 0.0, 0.0, 0.0, 0.0015753119476699363, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5369746315429251, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3281498352869308, 0.0, 0.0, 0.0, 0.0020593749349257107, 0.0, 0.0, 0.0, 0.0, 0.2118020448654148, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1771667810357643, 0.0, 0.0, 0.0, 0.0, 1.1268385137921653, 0.0, 0.0, 0.0, 0.0, 0.34675445392434284, 0.0, 0.8841796406594272, 0.18184291418632875, 0.8308111453462594, 3.548236566589452, 0.4955742943419901, 0.5657631982301625, 1.742894155615181, 0.2645571001306608, 1.623811080958701, 0.0, 0.0, 0.0, 0.0, 1.3502100660305203, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "baseline_score": 71.33505647287905, "peer_score": 21.572611905807058, "coverage": 0.9864250383443303, "relative_legacy_score": 0.0, "weighted_coverage": 0.9864250383443303, "spot_peer_score": 19.549220050899695, "spot_baseline_score": 76.55347463629771, "baseline_archived_score": 71.33505647287905, "peer_archived_score": 21.572611905807058, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 19.549220050899695, "spot_baseline_archived_score": 76.55347463629771 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 70, "key_factors": [], "is_current_content_translated": false, "description": "AP: [US tariffs ripple through auto supply chains into Mexico](https://apnews.com/article/mexico-stellantis-trump-tariffs-sheinbaum-569ae29d203b1997d50a3a9655c928a8)" }, { "id": 37230, "title": "Will the S&P 500 index go up in May 2025?", "short_title": "", "url_title": "", "slug": "will-the-sp-500-index-go-up-in-may-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:09.998394Z", "published_at": "2025-04-29T10:00:00Z", "edited_at": "2025-09-05T17:29:07.224436Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 72, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-29T12:00:00Z", "scheduled_close_time": "2025-04-29T12:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-05-30T23:19:00Z", "open_time": "2025-04-29T10:00:00Z", "nr_forecasters": 67, "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": 36608, "title": "Will the S&P 500 index go up in May 2025?", "created_at": "2025-04-26T05:58:09.998394Z", "open_time": "2025-04-29T10:00:00Z", "cp_reveal_time": "2025-04-29T12:00:00Z", "spot_scoring_time": "2025-04-29T12:00:00Z", "scheduled_resolve_time": "2025-06-01T00:00:00Z", "actual_resolve_time": "2025-05-30T23:19:00Z", "resolution_set_time": "2025-05-30T23:21:30.964652Z", "scheduled_close_time": "2025-04-29T12:00:00Z", "actual_close_time": "2025-04-29T12: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": "NY Times: [What Is a Bear Market? Are We in One?](https://www.nytimes.com/article/bear-market-stocks-tariffs.html)", "resolution_criteria": "This question will resolve as Yes if the closing value of the S&P 500 Index on the final trading day of May 2025 is higher than that of the final trading day of April 2025.", "fine_print": "The \"close\" values shown on the [history page of Yahoo finance](https://finance.yahoo.com/quote/%5EGSPC/history?p=%5EGSPC) will be used.", "post_id": 37230, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745925341.684893, "end_time": null, "forecaster_count": 67, "interval_lower_bounds": [ 0.53 ], "centers": [ 0.55 ], "interval_upper_bounds": [ 0.6 ] } ], "latest": { "start_time": 1745925341.684893, "end_time": null, "forecaster_count": 67, "interval_lower_bounds": [ 0.53 ], "centers": [ 0.55 ], "interval_upper_bounds": [ 0.6 ], "forecast_values": [ 0.44999999999999996, 0.55 ], "means": [ 0.548760009094469 ], "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, 1.0271498065372873, 0.0, 0.0, 0.0, 0.0, 1.044263770317806, 0.0, 0.0, 0.440089690990212, 0.0, 0.003228095225742652, 0.847820784105396, 0.010256932132203396, 0.940527522258481, 0.14365297647072853, 4.426971457752919, 0.5636932932573216, 1.122139646968632, 0.0, 0.0, 3.1989731550640443, 0.0, 0.7537303036200502, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3520703225627485, 0.0, 0.0015753119476699363, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 13.892742525910549, "peer_score": 0.6962582713626815, "coverage": 0.9864513788951768, "relative_legacy_score": 0.0, "weighted_coverage": 0.9864513788951768, "spot_peer_score": 0.8300965138901341, "spot_baseline_score": 13.750352374993504, "baseline_archived_score": 13.892742525910549, "peer_archived_score": 0.6962582713626815, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 0.8300965138901341, "spot_baseline_archived_score": 13.750352374993504 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 71, "key_factors": [], "is_current_content_translated": false, "description": "NY Times: [What Is a Bear Market? Are We in One?](https://www.nytimes.com/article/bear-market-stocks-tariffs.html)" }, { "id": 37225, "title": "Will the Progressive Reform Party win the most seats in the 2025 Surinamese general election?", "short_title": "", "url_title": "", "slug": "will-the-progressive-reform-party-win-the-most-seats-in-the-2025-surinamese-general-election", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:09.640123Z", "published_at": "2025-04-28T22:00:00Z", "edited_at": "2025-09-05T17:28:58.517843Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 74, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-29T00:00:00Z", "scheduled_close_time": "2025-04-29T00:00:00Z", "scheduled_resolve_time": "2025-05-26T00:00:00Z", "actual_resolve_time": "2025-05-26T18:00:00Z", "open_time": "2025-04-28T22:00:00Z", "nr_forecasters": 69, "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": 36603, "title": "Will the Progressive Reform Party win the most seats in the 2025 Surinamese general election?", "created_at": "2025-04-26T05:58:09.640123Z", "open_time": "2025-04-28T22:00:00Z", "cp_reveal_time": "2025-04-29T00:00:00Z", "spot_scoring_time": "2025-04-29T00:00:00Z", "scheduled_resolve_time": "2025-05-26T00:00:00Z", "actual_resolve_time": "2025-05-26T18:00:00Z", "resolution_set_time": "2025-05-26T18:08:28.236224Z", "scheduled_close_time": "2025-04-29T00:00:00Z", "actual_close_time": "2025-04-29T00: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": "Global Americans: [Suriname After Bouterse](https://globalamericans.org/suriname-after-bouterse/)", "resolution_criteria": "This question resolves as **Yes** if the Progressive Reform Party of Suriname wins a plurality of seats in the [2025 Surinamese general election](https://en.wikipedia.org/wiki/2025_Surinamese_general_election).", "fine_print": "", "post_id": 37225, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745883228.919356, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.55 ], "centers": [ 0.6 ], "interval_upper_bounds": [ 0.64 ] } ], "latest": { "start_time": 1745883228.919356, "end_time": null, "forecaster_count": 69, "interval_lower_bounds": [ 0.55 ], "centers": [ 0.6 ], "interval_upper_bounds": [ 0.64 ], "forecast_values": [ 0.4, 0.6 ], "means": [ 0.5794422076234508 ], "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.9436859195113521, 0.0, 0.0, 0.0, 0.0, 0.310406322267546, 0.0, 0.0, 0.0, 0.0, 0.14153119234230527, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0018241815415611054, 0.8331134444423127, 0.6911696789431041, 0.0, 0.0, 1.3652350323214444, 0.6302456420751961, 0.5030384886479276, 0.0, 0.2519762019484688, 3.384262244555117, 0.7026646464769989, 0.5011495311528927, 0.38360011561871216, 1.0, 2.6821881068603144, 0.0, 0.0, 0.5350055731436427, 0.0, 0.023131913990455045, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2343430380562021, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 25.79534430442615, "peer_score": 4.530431526644087, "coverage": 0.9853623202774261, "relative_legacy_score": 0.0, "weighted_coverage": 0.9853623202774261, "spot_peer_score": 3.9937497672035547, "spot_baseline_score": 26.303440583379377, "baseline_archived_score": 25.79534430442615, "peer_archived_score": 4.530431526644087, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 3.9937497672035547, "spot_baseline_archived_score": 26.303440583379377 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 73, "key_factors": [], "is_current_content_translated": false, "description": "Global Americans: [Suriname After Bouterse](https://globalamericans.org/suriname-after-bouterse/)" }, { "id": 37221, "title": "Will the Euro Area Inflation Rate be above 2.2% for April 2025?", "short_title": "", "url_title": "", "slug": "will-the-euro-area-inflation-rate-be-above-22-for-april-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:09.230487Z", "published_at": "2025-04-28T12:00:00Z", "edited_at": "2025-09-05T17:28:48.543429Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 74, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-28T14:00:00Z", "scheduled_close_time": "2025-04-28T14:00:00Z", "scheduled_resolve_time": "2025-05-17T00:00:00Z", "actual_resolve_time": "2025-05-17T10:30:00Z", "open_time": "2025-04-28T12:00:00Z", "nr_forecasters": 70, "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": 36599, "title": "Will the Euro Area Inflation Rate be above 2.2% for April 2025?", "created_at": "2025-04-26T05:58:09.230487Z", "open_time": "2025-04-28T12:00:00Z", "cp_reveal_time": "2025-04-28T14:00:00Z", "spot_scoring_time": "2025-04-28T14:00:00Z", "scheduled_resolve_time": "2025-05-17T00:00:00Z", "actual_resolve_time": "2025-05-17T10:30:00Z", "resolution_set_time": "2025-05-17T10:33:47.540770Z", "scheduled_close_time": "2025-04-28T14:00:00Z", "actual_close_time": "2025-04-28T14: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": "Euro News: [Euro falls as eurozone inflation sees downward revisions in February](https://www.euronews.com/business/2025/03/19/euro-falls-as-eurozone-inflation-sees-downward-revisions-in-february)", "resolution_criteria": "This question resolves as **Yes** if the Eurozone inflation rate for April 2025 is above 2.2% on an annualized basis according to [Trading Economics](https://tradingeconomics.com/euro-area/inflation-cpi).", "fine_print": "", "post_id": 37221, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745848482.389854, "end_time": null, "forecaster_count": 70, "interval_lower_bounds": [ 0.25 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.4 ] } ], "latest": { "start_time": 1745848482.389854, "end_time": null, "forecaster_count": 70, "interval_lower_bounds": [ 0.25 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.4 ], "forecast_values": [ 0.7, 0.3 ], "means": [ 0.320016170239967 ], "histogram": [ [ 0.0, 0.0, 0.02258981082847729, 0.0, 0.0, 0.0, 0.0, 0.737608179806266, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9259412022457706, 0.0, 0.0, 0.0, 0.8865754792578854, 0.15774242207975728, 0.0, 1.0, 0.0, 0.0, 1.0848169236963958, 0.4134223820577321, 0.5376037185099556, 0.17669137990545516, 0.0, 2.9907248446004675, 0.0, 0.0, 0.0, 0.4418583912301043, 0.7024368578010464, 0.6930866404304145, 0.09379907679016249, 0.0, 0.0, 1.3395196634016142, 0.0, 0.0, 0.0, 0.0, 0.907675053853369, 0.0, 0.5732974486106766, 0.0, 0.0, 0.0013141707011951615, 0.0, 0.0, 0.0, 0.0, 1.3310653979660243, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.22070116988518806, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 41.48436919797311, "peer_score": 1.073137838674239, "coverage": 0.9846257145868408, "relative_legacy_score": 0.0, "weighted_coverage": 0.9846257145868408, "spot_peer_score": 4.997303954817036, "spot_baseline_score": 48.542682717024164, "baseline_archived_score": 41.48436919797311, "peer_archived_score": 1.073137838674239, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 4.997303954817036, "spot_baseline_archived_score": 48.542682717024164 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 73, "key_factors": [], "is_current_content_translated": false, "description": "Euro News: [Euro falls as eurozone inflation sees downward revisions in February](https://www.euronews.com/business/2025/03/19/euro-falls-as-eurozone-inflation-sees-downward-revisions-in-february)" }, { "id": 37218, "title": "Will Donald Trump attend UFC 315?", "short_title": "", "url_title": "", "slug": "will-donald-trump-attend-ufc-315", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T05:58:08.852100Z", "published_at": "2025-04-28T06:00:00Z", "edited_at": "2025-09-05T17:29:25.685250Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 73, "status": "resolved", "resolved": true, "actual_close_time": "2025-04-28T08:00:00Z", "scheduled_close_time": "2025-04-28T08:00:00Z", "scheduled_resolve_time": "2025-05-10T00:00:00Z", "actual_resolve_time": "2025-05-12T21:06:00Z", "open_time": "2025-04-28T06:00:00Z", "nr_forecasters": 70, "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": 36596, "title": "Will Donald Trump attend UFC 315?", "created_at": "2025-04-26T05:58:08.852100Z", "open_time": "2025-04-28T06:00:00Z", "cp_reveal_time": "2025-04-28T08:00:00Z", "spot_scoring_time": "2025-04-28T08:00:00Z", "scheduled_resolve_time": "2025-05-10T00:00:00Z", "actual_resolve_time": "2025-05-12T21:06:00Z", "resolution_set_time": "2025-05-12T21:10:24.623688Z", "scheduled_close_time": "2025-04-28T08:00:00Z", "actual_close_time": "2025-04-28T08:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 0.8, "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": "AP [Trump sits cageside at Miami UFC event in his latest appearance at a sports event](https://apnews.com/article/trump-ufc-miami-fight-sports-6461901bb3d5f2eec477674d02333a7f)", "resolution_criteria": "This question resolves as **Yes** if President Donald Trump is anywhere within the grounds of the venue where [UFC 315](https://www.ufc.com/event/ufc-315) takes place. Otherwise this resolves as **No**.", "fine_print": "", "post_id": 37218, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1745826987.822235, "end_time": null, "forecaster_count": 70, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.3 ] } ], "latest": { "start_time": 1745826987.822235, "end_time": null, "forecaster_count": 70, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.3 ], "forecast_values": [ 0.8, 0.2 ], "means": [ 0.27889171937185697 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.6930866404304145, 0.010436228258617463, 0.0, 0.0, 0.5376037185099556, 0.0, 1.289604384396604, 0.0, 0.0, 0.03450675195196218, 0.25497232596493324, 2.9049208903178134, 0.22070116988518806, 0.0, 0.28162809534607736, 0.4719759918207209, 1.2106279917829537, 0.0, 0.0, 0.0, 0.0, 0.3299635328872385, 0.6509344506122218, 0.0, 1.031191153071574, 0.0, 2.0215929273667146, 0.0, 0.0, 0.0, 0.0, 0.7559639226989886, 0.0, 0.0, 0.0, 0.0, 0.012136482859230874, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0017179900185852635, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5038611638190824, 0.0, 0.0, 0.0, 0.0, 1.0866274342875037, 0.0, 0.0, 0.0, 0.0, 0.24226206241379278, 0.0, 0.0, 0.0, 0.0, 0.008556628871015935, 0.0, 0.0, 0.36126950895310606, 0.0, 0.32232876713366265, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 61.048422388117444, "peer_score": 13.304713684223955, "coverage": 0.9690503062473402, "relative_legacy_score": 0.0, "weighted_coverage": 0.9690503062473402, "spot_peer_score": 17.275326377320184, "spot_baseline_score": 67.80719051126377, "baseline_archived_score": 61.048422388117444, "peer_archived_score": 13.304713684223955, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 17.275326377320184, "spot_baseline_archived_score": 67.80719051126377 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 72, "key_factors": [], "is_current_content_translated": false, "description": "AP [Trump sits cageside at Miami UFC event in his latest appearance at a sports event](https://apnews.com/article/trump-ufc-miami-fight-sports-6461901bb3d5f2eec477674d02333a7f)" }, { "id": 37157, "title": "Will the US Dollar Index (DXY) drop below an average of 88 for any 90-day period before the 2029 presidential inauguration?", "short_title": "Will DXY’s 90-day average fall below 88 before Jan 20, 2029?", "url_title": "Will DXY’s 90-day average fall below 88 before Jan 20, 2029?", "slug": "will-dxys-90-day-average-fall-below-88-before-jan-20-2029", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-04-26T03:17:13.343389Z", "published_at": "2025-05-01T15:16:12Z", "edited_at": "2025-11-06T11:17:40.824117Z", "curation_status": "approved", "curation_status_updated_at": "2025-05-01T15:16:29Z", "comment_count": 0, "status": "open", "resolved": false, "actual_close_time": null, "scheduled_close_time": "2029-01-19T17:00:00Z", "scheduled_resolve_time": "2029-01-20T06:00:00Z", "actual_resolve_time": null, "open_time": "2025-05-01T18:00:00Z", "nr_forecasters": 117, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32722, "type": "tournament", "name": "POTUS Predictions", "slug": "POTUS-predictions", "header_image": "https://metaculus-web-media.s3.amazonaws.com/potus-banner0.5x.webp", "prize_pool": "15000.00", "start_date": "2025-03-28T12:00:00Z", "close_date": "2029-01-20T00:00:00Z", "forecasting_end_date": "2029-01-03T00:00:00Z", "html_metadata_json": null, "is_ongoing": true, "user_permission": null, "created_at": "2025-03-25T15:50:20.731169Z", "edited_at": "2025-11-09T15:00:48.391401Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32722, "type": "tournament", "name": "POTUS Predictions", "slug": "POTUS-predictions", "header_image": "https://metaculus-web-media.s3.amazonaws.com/potus-banner0.5x.webp", "prize_pool": "15000.00", "start_date": "2025-03-28T12:00:00Z", "close_date": "2029-01-20T00:00:00Z", "forecasting_end_date": "2029-01-03T00:00:00Z", "html_metadata_json": null, "is_ongoing": true, "user_permission": null, "created_at": "2025-03-25T15:50:20.731169Z", "edited_at": "2025-11-09T15:00:48.391401Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3698, "name": "Economy & Business", "slug": "economy-business", "emoji": "💼", "description": "Economy & Business", "type": "category" }, { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ], "question_series": [ { "id": 32724, "type": "question_series", "name": "Full-Term Phase", "slug": "full-term", "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": true, "user_permission": "forecaster", "created_at": "2025-03-28T14:15:19.589490Z", "edited_at": "2025-11-09T07:52:32.099593Z", "score_type": null, "default_permission": "forecaster", "visibility": "unlisted", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ] }, "question": { "id": 36535, "title": "Will the US Dollar Index (DXY) drop below an average of 88 for any 90-day period before the 2029 presidential inauguration?", "created_at": "2025-04-26T03:17:13.343783Z", "open_time": "2025-05-01T18:00:00Z", "cp_reveal_time": "2025-05-06T18:00:00Z", "spot_scoring_time": "2025-05-06T18:00:00Z", "scheduled_resolve_time": "2029-01-20T06:00:00Z", "actual_resolve_time": null, "resolution_set_time": null, "scheduled_close_time": "2029-01-19T17:00:00Z", "actual_close_time": "2029-01-19T17:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "open", "possibilities": null, "resolution": null, "include_bots_in_aggregates": false, "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 [US Dollar Index](https://en.wikipedia.org/wiki/U.S._Dollar_Index) ticker symbol DXY and nicknamed the Dixie, is a weighted geometric mean of the US dollar (USD) compared with the following six currencies according to the Intercontinental Exchange ([pdf](https://www.ice.com/publicdocs/ICE_USDX_Brochure.pdf)) which maintains the index: \n\n* Euro 57.6%\n* Japanese Yen 13.6%\n* British Pound 11.9%\n* Canadian Dollar 9.1%\n* Swedish Krona 4.2%\n* Swiss Franc 3.6%\n\nThe index began in 1973 and included a basket of European currencies that got consolidated into the Euro in 1999. The DXY's starting value in 1973 was 100, and subsequent changes in its value reflect its changes relative to that baseline. [According to Investopedia](https://www.investopedia.com/terms/u/usdx.asp):\n\n> An index value of 120 suggests that the U.S. dollar has appreciated 20% versus the basket of currencies over a particular time period. Simply put, if the USDX goes up, that means the U.S. dollar is getting stronger in value compared to the other currencies.\n\n> Similarly, an index value of 80, indicating a fall of 20 from its initial value, implies a 20% depreciation in strength relative to the other currencies. The appreciation and depreciation results are a factor of the time period in question.\n\nOver history, the DXY has fluctuated as follows, ranging from an all-time high of almost 165 in 1984 and an all time low of nearly 70 in 2007:\n\n\n\nIn April 2025, in the days following President Donald Trump's [Rose Garden announcement](https://en.wikipedia.org/wiki/Liberation_Day_tariffs) of potential high tariffs and trade wars, the USD [fell](https://www.morningstar.com/markets/dollar-hits-3-year-low-against-euro-tariff-turmoil) against other major currencies, hitting a 10-year low against the Swiss franc and a 3-year low against the Euro. This fall was a surprise to many observers, with the tariffs [having been expected](https://www.cnbc.com/2025/04/06/trumps-tariffs-were-expected-to-boost-the-dollar-but-theyre-not.html) to boost the dollar. \n\nAccording to an analysis by [BNP Parabas](https://economic-research.bnpparibas.com/html/en-US/Could-Trump-drive-down-dollar-1/21/2025,51217): \n\n> Donald Trump’s position on the greenback is somewhat ambivalent and contradictory, straddled between maintaining its dominance and wanting to see it depreciate to boost the competitiveness of US exports. The upward impact on the dollar of the tariff increases that he plans to implement is a good example of the internal contradictions of his economic agenda.\n\nAnother of uncertainty is the fate of Jerome Powell as head of the Federal Reserve. According to [Reuters](https://www.reuters.com/markets/currencies/dollar-would-be-biggest-casualty-if-trump-fires-fed-chair-mcgeever-2025-04-21/):\n\n> If U.S. President Donald Trump wants a weaker dollar, threatening to fire Federal Reserve Chair Jerome Powell is a sure-fire way of getting it. But rarely in markets, economics and policymaking has the phrase \"be careful what you wish for\" ever been more apt.\n\n> Trump's frustration with Powell for not lowering interest rates goes back to his first term in the White House, but his latest verbal attacks mark an escalation that could quickly turn a dollar slump into a potentially catastrophic rout.", "resolution_criteria": "This question resolves as **Yes** if at any point after the launch of this question and before January 20, 2029, the value of the US Dollar Index (DXY) averaged over any 90-day period is is less than 88.00, according to [Yahoo Finance](https://finance.yahoo.com/quote/DX-Y.NYB/history/).  ", "fine_print": "The 90-day period refers to calendar days rather than trading days and will be the arithmetic mean of the daily Close prices for DXY. For example, at the time of this question, the 90-day period January 25, 2025 through April 25, 2025 encompassed 63 trading days presented by Yahoo Finance and had an average daily Close value of 104.51.\n\nShould the resolution source be at a different location, fail to exist at the time of resolution, or have clearly erroneous data, Metaculus may choose another appropriate resolution source.\n\nThe question may, at Metaculus' discretion, resolve as **No** before January 20, 2029 if it becomes mathematically impossible for the 90-day average through January 20, 2029 to be less than 88.00.", "post_id": 37157, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1762427849.741919, "end_time": 1763072662.147, "forecaster_count": 96, "interval_lower_bounds": [ 0.38 ], "centers": [ 0.46 ], "interval_upper_bounds": [ 0.59 ] } ], "latest": { "start_time": 1762427849.741919, "end_time": 1763072662.147, "forecaster_count": 96, "interval_lower_bounds": [ 0.38 ], "centers": [ 0.46 ], "interval_upper_bounds": [ 0.59 ], "forecast_values": [ 0.54, 0.46 ], "means": [ 0.46750192463669515 ], "histogram": [ [ 0.3659631784219523, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9676365865346985, 0.0, 0.0, 0.008246561353721116, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.77659397126568, 0.26909855341785494, 0.0, 0.0017751730710432278, 0.0, 0.4565892057929601, 0.0, 0.25364764538129814, 0.010033693009389048, 0.0, 0.23173975071642164, 0.12041475265408497, 0.0, 0.583112405867151, 0.0, 0.0, 0.0, 0.0, 0.8592606188005868, 0.21187734778929587, 1.991494954356117, 1.4700976627352433, 0.1147020106534678, 0.0, 0.0, 0.14027428232286498, 0.22507195943126188, 0.5965209649334806, 0.03354609775351218, 0.0, 0.4824833169448146, 1.1742223651486696, 0.0, 0.0011160507165339513, 0.00745418629536983, 0.7177727306294104, 0.0, 0.9231006224690909, 0.0, 0.5919456382250862, 0.8255373500583546, 0.04551310199086637, 0.0, 0.5338301094328937, 0.0, 0.10909802841920627, 0.5055455702705955, 0.06864931765288898, 0.0, 0.0, 0.049014995944548286, 0.0, 0.0, 0.0, 0.0, 1.3063177549848626, 0.0, 0.0, 0.1124957952088286, 0.47588748297608136, 0.19397018005681174, 0.0, 0.013290133035904001, 0.0, 0.0, 0.08106343468433116, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.19423410297487204 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 2, "user_vote": null }, "forecasts_count": 267, "key_factors": [], "is_current_content_translated": false, "description": "The [US Dollar Index](https://en.wikipedia.org/wiki/U.S._Dollar_Index) ticker symbol DXY and nicknamed the Dixie, is a weighted geometric mean of the US dollar (USD) compared with the following six currencies according to the Intercontinental Exchange ([pdf](https://www.ice.com/publicdocs/ICE_USDX_Brochure.pdf)) which maintains the index: \n\n* Euro 57.6%\n* Japanese Yen 13.6%\n* British Pound 11.9%\n* Canadian Dollar 9.1%\n* Swedish Krona 4.2%\n* Swiss Franc 3.6%\n\nThe index began in 1973 and included a basket of European currencies that got consolidated into the Euro in 1999. The DXY's starting value in 1973 was 100, and subsequent changes in its value reflect its changes relative to that baseline. [According to Investopedia](https://www.investopedia.com/terms/u/usdx.asp):\n\n> An index value of 120 suggests that the U.S. dollar has appreciated 20% versus the basket of currencies over a particular time period. Simply put, if the USDX goes up, that means the U.S. dollar is getting stronger in value compared to the other currencies.\n\n> Similarly, an index value of 80, indicating a fall of 20 from its initial value, implies a 20% depreciation in strength relative to the other currencies. The appreciation and depreciation results are a factor of the time period in question.\n\nOver history, the DXY has fluctuated as follows, ranging from an all-time high of almost 165 in 1984 and an all time low of nearly 70 in 2007:\n\n\n\nIn April 2025, in the days following President Donald Trump's [Rose Garden announcement](https://en.wikipedia.org/wiki/Liberation_Day_tariffs) of potential high tariffs and trade wars, the USD [fell](https://www.morningstar.com/markets/dollar-hits-3-year-low-against-euro-tariff-turmoil) against other major currencies, hitting a 10-year low against the Swiss franc and a 3-year low against the Euro. This fall was a surprise to many observers, with the tariffs [having been expected](https://www.cnbc.com/2025/04/06/trumps-tariffs-were-expected-to-boost-the-dollar-but-theyre-not.html) to boost the dollar. \n\nAccording to an analysis by [BNP Parabas](https://economic-research.bnpparibas.com/html/en-US/Could-Trump-drive-down-dollar-1/21/2025,51217): \n\n> Donald Trump’s position on the greenback is somewhat ambivalent and contradictory, straddled between maintaining its dominance and wanting to see it depreciate to boost the competitiveness of US exports. The upward impact on the dollar of the tariff increases that he plans to implement is a good example of the internal contradictions of his economic agenda.\n\nAnother of uncertainty is the fate of Jerome Powell as head of the Federal Reserve. According to [Reuters](https://www.reuters.com/markets/currencies/dollar-would-be-biggest-casualty-if-trump-fires-fed-chair-mcgeever-2025-04-21/):\n\n> If U.S. President Donald Trump wants a weaker dollar, threatening to fire Federal Reserve Chair Jerome Powell is a sure-fire way of getting it. But rarely in markets, economics and policymaking has the phrase \"be careful what you wish for\" ever been more apt.\n\n> Trump's frustration with Powell for not lowering interest rates goes back to his first term in the White House, but his latest verbal attacks mark an escalation that could quickly turn a dollar slump into a potentially catastrophic rout." }, { "id": 37154, "title": "Will the share price of BP outperform Shell through June and July 2025?", "short_title": "BP Outperform Shell June/July 2025?", "url_title": "BP Outperform Shell June/July 2025?", "slug": "bp-outperform-shell-junejuly-2025", "author_id": 123015, "author_username": "IY", "coauthors": [], "created_at": "2025-04-25T19:52:15.981264Z", "published_at": "2025-05-16T17:00:00Z", "edited_at": "2025-09-05T17:28:59.507507Z", "curation_status": "approved", "curation_status_updated_at": "2025-05-16T16:44:01.441250Z", "comment_count": 10, "status": "resolved", "resolved": true, "actual_close_time": "2025-06-25T17:00:00Z", "scheduled_close_time": "2025-06-25T17:00:00Z", "scheduled_resolve_time": "2025-08-01T11:00:00Z", "actual_resolve_time": "2025-08-01T12:15:00Z", "open_time": "2025-05-19T17:00:00Z", "nr_forecasters": 123, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "category": [ { "id": 3698, "name": "Economy & Business", "slug": "economy-business", "emoji": "💼", "description": "Economy & Business", "type": "category" } ], "tournament": [ { "id": 32726, "type": "tournament", "name": "Metaculus Cup Summer 2025", "slug": "metaculus-cup-summer-2025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/mcup-banner.jpg", "prize_pool": "5000.00", "start_date": "2025-05-02T17:00:00Z", "close_date": "2025-09-17T02:00:00Z", "forecasting_end_date": "2025-09-01T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-06T16:32:45.695901Z", "edited_at": "2025-09-25T09:23:39.428085Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32726, "type": "tournament", "name": "Metaculus Cup Summer 2025", "slug": "metaculus-cup-summer-2025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/mcup-banner.jpg", "prize_pool": "5000.00", "start_date": "2025-05-02T17:00:00Z", "close_date": "2025-09-17T02:00:00Z", "forecasting_end_date": "2025-09-01T00:00:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-04-06T16:32:45.695901Z", "edited_at": "2025-09-25T09:23:39.428085Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36532, "title": "Will the share price of BP outperform Shell through June and July 2025?", "created_at": "2025-04-25T19:52:15.981625Z", "open_time": "2025-05-19T17:00:00Z", "cp_reveal_time": "2025-05-24T17:00:00Z", "spot_scoring_time": "2025-05-24T17:00:00Z", "scheduled_resolve_time": "2025-08-01T11:00:00Z", "actual_resolve_time": "2025-08-01T12:15:00Z", "resolution_set_time": "2025-08-01T12:27:17.413127Z", "scheduled_close_time": "2025-06-25T17:00:00Z", "actual_close_time": "2025-06-25T17:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": false, "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": "[BP plc](https://en.wikipedia.org/wiki/BP) and [Shell plc](https://en.wikipedia.org/wiki/Shell_plc) are two British multinational oil and gas companies, ranked among the industry's \"[super majors](https://www.financial-dictionary.info/terms/big-oil-super-majors/)\" alongside ExxonMobil, TotalEnergies, and Chevron. \n\nHistorically, BP and Shell’s stock prices have moved closely together. However, since the COVID-19 pandemic in early 2020, BP’s share price has significantly underperformed its peers, including Shell. \n\nA decade earlier, BP was held responsible for the Deepwater Horizon disaster in the Gulf of Mexico, resulting in over \\$65 billion in fines for gross negligence. In recent years, BP has aggressively pivoted toward renewable energy, loosening its focus on oil and gas output. Shell has also pursued a transition toward greener energy, but managed to maintain stronger financial performance and better share price resilience compared to BP.\n\nIn early 2025, Activist investor Elliot Investment Management announced a 5% stake in BP plc. [Bloomberg](https://www.bloomberg.com/news/articles/2025-02-13/elliott-pushes-big-cost-cuts-at-bp-to-preserve-its-independence) reported the following:\n\n> Elliott wants BP to reshape its business to be more like other oil majors such as [Shell Plc](https://www.bloomberg.com/quote/SHEL:LN) by cutting spending in areas such as renewable energy, as well as making sizable non-core asset divestments, according to the people. It’s pushing BP to refocus its capital allocation priorities so it can boost shareholder returns through buybacks and dividends, the people said.\n\nElliot, managed by Paul Singer, has produced annualised returns of 11% since its inception in 1977.\n\nThe data source can be found under the \"Historical Data\" tab for each stock:\n\n* [BP](https://uk.finance.yahoo.com/quote/BP.L/history/)\n* [Shell](https://uk.finance.yahoo.com/quote/SHEL.L/history/)", "resolution_criteria": "The question will resolve as **Yes** if the share price of BP ([BP.L](https://finance.yahoo.com/quote/BP.L/history/)) outperforms Shell ([SHEL.L](https://finance.yahoo.com/quote/SHEL.L/history/)) from June 2, 2025 through July 31, 2025, according to the Close column of Yahoo! Finance.\n\nTo resolve the question, the relative share price change between June 2, 2025 (initial) and July 31, 2025 (final) will be calculated for both companies:\n\n$$\n\\frac{P_{\\mathrm{BP},\\,\\mathrm{final}} - P_{\\mathrm{BP},\\,\\mathrm{initial}}}{P_{\\mathrm{BP},\\,\\mathrm{initial}}}, \\quad\n\\frac{P_{\\mathrm{SHELL},\\,\\mathrm{final}} - P_{\\mathrm{SHELL},\\,\\mathrm{initial}}}{P_{\\mathrm{SHELL},\\,\\mathrm{initial}}}\n$$", "fine_print": "* In case of any ambiguity, Metaculus may wait for data errors/inaccuracies to be fixed before resolving this question or use alternate credible sources.\n* If there is an exact tie this question will resolve as **No**.\n* If Shell acquires BP, or vice versa, this question will be **annulled**.", "post_id": 37154, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1750869999.150207, "end_time": null, "forecaster_count": 101, "interval_lower_bounds": [ 0.3 ], "centers": [ 0.4 ], "interval_upper_bounds": [ 0.5 ] } ], "latest": { "start_time": 1750869999.150207, "end_time": null, "forecaster_count": 101, "interval_lower_bounds": [ 0.3 ], "centers": [ 0.4 ], "interval_upper_bounds": [ 0.5 ], "forecast_values": [ 0.6, 0.4 ], "means": [ 0.4151573673391429 ], "histogram": [ [ 0.6670278745305158, 0.0, 0.0, 0.0, 0.0, 0.249169576728295, 0.0, 0.0, 0.22182380668616716, 0.0, 0.0, 0.0, 0.19716273052726438, 0.0, 0.0, 0.0, 0.23514560661903083, 0.00011740563879277114, 0.0, 0.0, 0.34998127668304724, 0.0, 0.0, 1.0, 0.0, 0.00031914161448901615, 0.8603803805907527, 0.0, 0.10649833314090622, 0.0, 1.2281885907387635, 0.0, 0.0, 0.0, 0.6324130270374978, 0.6178309270591265, 1.0295987036594685, 0.17495057767983982, 0.37196062010033254, 0.0001776558939473092, 2.934889419080306, 0.15497013636350232, 1.0388816372377179, 0.0, 0.0508534247220765, 0.6646576488052791, 0.7546886092422507, 0.058497394149297575, 0.11585662118737149, 0.0, 1.6501010331853716, 0.02410537821862302, 0.017424541749691182, 0.0440833820924566, 0.0, 0.29554190282209014, 0.006410130681544858, 0.12167144772263841, 0.0, 0.0, 0.33101098689432684, 0.0011906560386692468, 0.0, 0.7773095241269743, 0.0, 0.0820816179530651, 0.0, 0.0, 0.0, 0.04099844988318125, 0.0, 0.0, 0.008666865535587848, 0.011309510633257629, 0.0, 0.14434035876575918, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.005794210002007736, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0023581552929626388, 0.0, 0.0, 0.0, 0.904836286940408, 0.0, 0.0, 0.0, 0.0, 0.4186753695802296 ] ] }, "score_data": { "baseline_score": -7.944647875567657, "peer_score": 10.715068955110844, "coverage": 0.9999828183448853, "relative_legacy_score": 0.0, "weighted_coverage": 0.9999828183448853, "spot_peer_score": 29.787754843585283, "spot_baseline_score": 13.750352374993504, "baseline_archived_score": -7.944647875567657, "peer_archived_score": 10.715068955110844, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 29.787754843585283, "spot_baseline_archived_score": 13.750352374993504 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 2, "user_vote": null }, "forecasts_count": 959, "key_factors": [], "is_current_content_translated": false, "description": "[BP plc](https://en.wikipedia.org/wiki/BP) and [Shell plc](https://en.wikipedia.org/wiki/Shell_plc) are two British multinational oil and gas companies, ranked among the industry's \"[super majors](https://www.financial-dictionary.info/terms/big-oil-super-majors/)\" alongside ExxonMobil, TotalEnergies, and Chevron. \n\nHistorically, BP and Shell’s stock prices have moved closely together. However, since the COVID-19 pandemic in early 2020, BP’s share price has significantly underperformed its peers, including Shell. \n\nA decade earlier, BP was held responsible for the Deepwater Horizon disaster in the Gulf of Mexico, resulting in over \\$65 billion in fines for gross negligence. In recent years, BP has aggressively pivoted toward renewable energy, loosening its focus on oil and gas output. Shell has also pursued a transition toward greener energy, but managed to maintain stronger financial performance and better share price resilience compared to BP.\n\nIn early 2025, Activist investor Elliot Investment Management announced a 5% stake in BP plc. [Bloomberg](https://www.bloomberg.com/news/articles/2025-02-13/elliott-pushes-big-cost-cuts-at-bp-to-preserve-its-independence) reported the following:\n\n> Elliott wants BP to reshape its business to be more like other oil majors such as [Shell Plc](https://www.bloomberg.com/quote/SHEL:LN) by cutting spending in areas such as renewable energy, as well as making sizable non-core asset divestments, according to the people. It’s pushing BP to refocus its capital allocation priorities so it can boost shareholder returns through buybacks and dividends, the people said.\n\nElliot, managed by Paul Singer, has produced annualised returns of 11% since its inception in 1977.\n\nThe data source can be found under the \"Historical Data\" tab for each stock:\n\n* [BP](https://uk.finance.yahoo.com/quote/BP.L/history/)\n* [Shell](https://uk.finance.yahoo.com/quote/SHEL.L/history/)" }, { "id": 37153, "title": "Will the US Supreme Court allow birthright citizenship to be restricted in 2025?", "short_title": "SCOTUS Lets Birthright Citizenship End in 2025?", "url_title": "SCOTUS Lets Birthright Citizenship End in 2025?", "slug": "scotus-lets-birthright-citizenship-end-in-2025", "author_id": 117502, "author_username": "RyanBeck", "coauthors": [], "created_at": "2025-04-25T18:10:57.233461Z", "published_at": "2025-05-01T15:21:44Z", "edited_at": "2025-09-05T17:29:13.506269Z", "curation_status": "approved", "curation_status_updated_at": "2025-05-01T15:21:55Z", "comment_count": 3, "status": "resolved", "resolved": true, "actual_close_time": "2025-07-15T22:00:00Z", "scheduled_close_time": "2025-07-15T22:00:00Z", "scheduled_resolve_time": "2025-08-01T13:00:00Z", "actual_resolve_time": "2025-08-10T19:30:00Z", "open_time": "2025-05-01T18:00:00Z", "nr_forecasters": 126, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "tournament": [ { "id": 32722, "type": "tournament", "name": "POTUS Predictions", "slug": "POTUS-predictions", "header_image": "https://metaculus-web-media.s3.amazonaws.com/potus-banner0.5x.webp", "prize_pool": "15000.00", "start_date": "2025-03-28T12:00:00Z", "close_date": "2029-01-20T00:00:00Z", "forecasting_end_date": "2029-01-03T00:00:00Z", "html_metadata_json": null, "is_ongoing": true, "user_permission": null, "created_at": "2025-03-25T15:50:20.731169Z", "edited_at": "2025-11-09T15:00:48.391401Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32722, "type": "tournament", "name": "POTUS Predictions", "slug": "POTUS-predictions", "header_image": "https://metaculus-web-media.s3.amazonaws.com/potus-banner0.5x.webp", "prize_pool": "15000.00", "start_date": "2025-03-28T12:00:00Z", "close_date": "2029-01-20T00:00:00Z", "forecasting_end_date": "2029-01-03T00:00:00Z", "html_metadata_json": null, "is_ongoing": true, "user_permission": null, "created_at": "2025-03-25T15:50:20.731169Z", "edited_at": "2025-11-09T15:00:48.391401Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "question_series": [ { "id": 32723, "type": "question_series", "name": "Midterm Phase", "slug": "midterm", "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": true, "user_permission": "forecaster", "created_at": "2025-03-28T14:13:19.425592Z", "edited_at": "2025-11-09T15:00:48.476535Z", "score_type": null, "default_permission": "forecaster", "visibility": "unlisted", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "category": [ { "id": 3688, "name": "Law", "slug": "law", "emoji": "⚖️", "description": "Law", "type": "category" }, { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" } ] }, "question": { "id": 36531, "title": "Will the US Supreme Court allow birthright citizenship to be restricted in 2025?", "created_at": "2025-04-25T18:10:57.233852Z", "open_time": "2025-05-01T18:00:00Z", "cp_reveal_time": "2025-05-06T18:00:00Z", "spot_scoring_time": "2025-05-06T18:00:00Z", "scheduled_resolve_time": "2025-08-01T13:00:00Z", "actual_resolve_time": "2025-08-10T19:30:00Z", "resolution_set_time": "2025-08-10T19:52:27.337893Z", "scheduled_close_time": "2025-07-15T22:00:00Z", "actual_close_time": "2025-07-15T22:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "annulled", "include_bots_in_aggregates": false, "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": "On January 20, 2025, President Donald Trump signed the executive order [Protecting the Meaning and Value of American Citizenship](https://www.whitehouse.gov/presidential-actions/2025/01/protecting-the-meaning-and-value-of-american-citizenship/)*,* instructing agencies to [deny automatic citizenship](https://apnews.com/article/what-has-trump-done-trump-executive-orders-f061fbe7f08c08d81509a6af20ef8fc0) to children whose parents are neither US citizens nor lawful permanent residents. Immigrants-rights groups, citing the [Fourteenth Amendment](https://constitutioncenter.org/blog/revisiting-the-birthright-citizenship-question-and-the-constitution) and the Supreme Court’s 1898 landmark [*United States v. Wong Kim Ark*](https://en.wikipedia.org/wiki/United_States_v._Wong_Kim_Ark), sued in several districts, and the order was [quickly blocked](https://apnews.com/article/birthright-citizenship-donald-trump-lawsuit-immigration-9ac27b234c854a68a9b9f8c0d6cd8a1c). After losing in two courts of appeals, the administration asked the Supreme Court for emergency relief, arguing that the phrase “subject to the jurisdiction thereof” permits limiting birthright citizenship.\n\nOn April 17, 2025, the [Court granted certiorari](https://www.scotusblog.com/2025/04/justices-will-hear-arguments-on-trumps-effort-to-end-birthright-citizenship/) and set oral argument for May 15, 2025. The Court's [order](https://www.supremecourt.gov/orders/courtorders/041725zr1_4gd5.pdf) also left in place stays by lower courts that halted enforcement of the executive order. A decision is [expected](https://www.scotusblog.com/2025/04/justices-will-hear-arguments-on-trumps-effort-to-end-birthright-citizenship/#:~:text=A%20decision%20in%20the%20case%20will%20likely%20follow%20by%20late%20June%20or%20early%20July.) in June or July, 2025.", "resolution_criteria": "This question will resolve as **Yes** if the US Supreme Court holds in its 2025 decision pertaining to birthright citizenship that the Fourteenth Amendment does **not** require birthright citizenship for at least some children born in the United States who currently qualify.\n\nThe question will immediately resolve **No** if the Supreme Court issues an opinion that upholds the status quo of birthright citizenship and Metaculus assesses the opinion reflects a final judgment on the merits.", "fine_print": "* If the Supreme Court does not issue a decision pertaining to the merits of the [consolidated cases](https://www.supremecourt.gov/orders/courtorders/041725zr1_4gd5.pdf) *Trump v. CASA, Inc*, *Trump v. Washington*, and *Trump v New Jersey* before August 1, 2025, this question will be **annulled**.\n* For the purposes of this question, if the Court holds that it is permissible to restrict birthright citizenship while preserving birthright citizenship for some categories (e.g., excluding only children of undocumented parents), that still counts as “restricting” birthright citizenship for the purpose of this question.\n* A ruling on procedural issues or tangential topics, such as the permissibility of universal injunctions, is not sufficient on its own. This question is concerned with a ruling issued on the merits of the case. If the Supreme Court denies to hear an appeal related to the merits of birthright citizenship such that Metaculus assesses that the Supreme Court has issued the final judgment on the subject that effectively allows birthright citizenship to be restricted, this question will resolve as **Yes**.\n* Allowing a restriction on birthright citizenship to take effect will only resolve the question as **Yes** if Metaculus assesses that the Supreme Court has issued the final judgment on the subject, meaning that legal challenges to the restriction have been largely precluded.\n* Metaculus will rely on reporting from credible sources in the event it is unclear whether the Supreme Court has issued a decision giving the final judgment on the merits.", "post_id": 37153, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1752616753.948777, "end_time": null, "forecaster_count": 87, "interval_lower_bounds": [ 0.02 ], "centers": [ 0.08 ], "interval_upper_bounds": [ 0.15 ] } ], "latest": { "start_time": 1752616753.948777, "end_time": null, "forecaster_count": 87, "interval_lower_bounds": [ 0.02 ], "centers": [ 0.08 ], "interval_upper_bounds": [ 0.15 ], "forecast_values": [ 0.92, 0.08 ], "means": [ 0.14615676170673536 ], "histogram": [ [ 2.314217056022022, 0.20718940814639827, 1.941868574572518, 0.0017867105110732713, 0.0, 1.7278029750143125, 0.720810465803078, 1.662888887794577, 1.491255895191977, 0.13987200986448312, 0.9173897239853779, 0.8304502211960938, 0.07931557088818018, 0.0021015052760297217, 0.5433510537617372, 0.6251142788234931, 0.02779729940940726, 0.0, 0.0, 0.0, 0.5048640224006964, 0.0, 0.13457997806040276, 0.002841914205169248, 0.0, 0.07774480908994791, 0.0, 0.0, 0.0, 0.0, 0.04230013294107466, 0.20803623791753972, 0.0, 0.8546205414511105, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.7656099388164012, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.14790567107868602, 0.0, 0.0, 0.0, 0.0, 0.31917163465548737, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.10473611934045865, 0.0, 0.0, 0.38259480977080873, 0.0, 0.0, 0.09755108854937428, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.09079275177630637, 0.0, 0.0, 0.0, 0.19277466612226013, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 3, "user_vote": null }, "forecasts_count": 326, "key_factors": [], "is_current_content_translated": false, "description": "On January 20, 2025, President Donald Trump signed the executive order [Protecting the Meaning and Value of American Citizenship](https://www.whitehouse.gov/presidential-actions/2025/01/protecting-the-meaning-and-value-of-american-citizenship/)*,* instructing agencies to [deny automatic citizenship](https://apnews.com/article/what-has-trump-done-trump-executive-orders-f061fbe7f08c08d81509a6af20ef8fc0) to children whose parents are neither US citizens nor lawful permanent residents. Immigrants-rights groups, citing the [Fourteenth Amendment](https://constitutioncenter.org/blog/revisiting-the-birthright-citizenship-question-and-the-constitution) and the Supreme Court’s 1898 landmark [*United States v. Wong Kim Ark*](https://en.wikipedia.org/wiki/United_States_v._Wong_Kim_Ark), sued in several districts, and the order was [quickly blocked](https://apnews.com/article/birthright-citizenship-donald-trump-lawsuit-immigration-9ac27b234c854a68a9b9f8c0d6cd8a1c). After losing in two courts of appeals, the administration asked the Supreme Court for emergency relief, arguing that the phrase “subject to the jurisdiction thereof” permits limiting birthright citizenship.\n\nOn April 17, 2025, the [Court granted certiorari](https://www.scotusblog.com/2025/04/justices-will-hear-arguments-on-trumps-effort-to-end-birthright-citizenship/) and set oral argument for May 15, 2025. The Court's [order](https://www.supremecourt.gov/orders/courtorders/041725zr1_4gd5.pdf) also left in place stays by lower courts that halted enforcement of the executive order. A decision is [expected](https://www.scotusblog.com/2025/04/justices-will-hear-arguments-on-trumps-effort-to-end-birthright-citizenship/#:~:text=A%20decision%20in%20the%20case%20will%20likely%20follow%20by%20late%20June%20or%20early%20July.) in June or July, 2025." }, { "id": 37152, "title": "Will George Santos receive a pardon or commutation?", "short_title": "Santos pardon or commutation?", "url_title": "Santos pardon or commutation?", "slug": "santos-pardon-or-commutation", "author_id": 243306, "author_username": "jack.andolina", "coauthors": [], "created_at": "2025-04-25T17:48:00.251141Z", "published_at": "2025-04-26T08:39:24Z", "edited_at": "2025-10-20T11:19:21.168866Z", "curation_status": "approved", "curation_status_updated_at": "2025-04-26T08:40:11.447701Z", "comment_count": 4, "status": "resolved", "resolved": true, "actual_close_time": "2025-10-17T20:00:00Z", "scheduled_close_time": "2032-12-31T23:00:00Z", "scheduled_resolve_time": "2032-12-31T23:00:00Z", "actual_resolve_time": "2025-10-17T20:00:00Z", "open_time": "2025-04-27T08:39:24Z", "nr_forecasters": 13, "html_metadata_json": null, "projects": { "category": [ { "id": 3688, "name": "Law", "slug": "law", "emoji": "⚖️", "description": "Law", "type": "category" }, { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" }, { "id": 3700, "name": "Social Sciences", "slug": "social-sciences", "emoji": "🧑🤝🧑", "description": "Social Sciences", "type": "category" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 36530, "title": "Will George Santos receive a pardon or commutation?", "created_at": "2025-04-25T17:48:00.251533Z", "open_time": "2025-04-27T08:39:24Z", "cp_reveal_time": "2025-05-01T08:39:24Z", "spot_scoring_time": "2025-05-01T08:39:24Z", "scheduled_resolve_time": "2032-12-31T23:00:00Z", "actual_resolve_time": "2025-10-17T20:00:00Z", "resolution_set_time": "2025-10-20T11:19:05.537025Z", "scheduled_close_time": "2032-12-31T23:00:00Z", "actual_close_time": "2025-10-17T20:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": false, "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": "On April 25, 2025, former U.S. Representative George Santos was sentenced to 87 months (7 years and 3 months) in federal prison after pleading guilty to wire fraud and aggravated identity theft. His crimes included defrauding campaign donors, stealing identities—including those of vulnerable individuals such as elderly men with dementia and a woman with brain damage—to finance his election run, and misusing campaign funds for personal expenses.\n\nSee U.S. Attorney's Office, Eastern District of New York press release: [Eastern District of New York | Ex-Congressman George Santos Sentenced to 87 Months in Prison for Wire Fraud and Aggravated Identity Theft | United States Department of Justice](https://www.justice.gov/usao-edny/pr/ex-congressman-george-santos-sentenced-87-months-prison-wire-fraud-and-aggravated?utm_source=chatgpt.com)", "resolution_criteria": "This question will resolve as **Yes** if, at any point after his sentencing on April 25, 2025, George Santos receives either:\n\n* A **presidential pardon**, which absolves a federal conviction, or\n* A **presidential commutation**, which reduces the length of a federal prison sentence.\n\nThe question will resolve as **No** if neither a pardon nor a commutation is granted before January 1, 2033.", "fine_print": "Only actions taken by the President of the United States are considered for this question.\n\nThe resolution will be based on official announcements from the White House, the Department of Justice, or other credible sources confirming the grant of clemency.", "post_id": 37152, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1753755627.037338, "end_time": null, "forecaster_count": 12, "interval_lower_bounds": [ 0.2 ], "centers": [ 0.333 ], "interval_upper_bounds": [ 0.4 ] } ], "latest": { "start_time": 1753755627.037338, "end_time": null, "forecaster_count": 12, "interval_lower_bounds": [ 0.2 ], "centers": [ 0.333 ], "interval_upper_bounds": [ 0.4 ], "forecast_values": [ 0.667, 0.333 ], "means": [ 0.35619848762720124 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4411588324588233, 0.0, 0.0, 0.0, 0.0, 0.7574489817290257, 0.0, 0.0, 0.0, 0.0, 0.362543115534516, 0.0, 0.0, 0.0, 0.0, 0.31637092907003017, 0.0, 0.0, 0.0, 0.0, 0.0, 0.29286789626133847, 0.0, 1.0, 0.0, 0.0, 0.0, 0.7394682331392083, 0.0, 0.0, 1.0398036418956653, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5295781724391592 ] ] }, "score_data": { "relative_legacy_score": 0.0, "weighted_coverage": 0.9978092707025079, "peer_score": 1.3775766508725433, "coverage": 0.06169544944624071, "baseline_score": -3.6752679023631245, "spot_peer_score": -18.90187740810457, "spot_baseline_score": -132.19280948873623, "relative_legacy_archived_score": 0.0, "peer_archived_score": 1.3775766508725433, "baseline_archived_score": -3.6752679023631245, "spot_peer_archived_score": -18.90187740810457, "spot_baseline_archived_score": -132.19280948873623 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 18, "key_factors": [], "is_current_content_translated": false, "description": "On April 25, 2025, former U.S. Representative George Santos was sentenced to 87 months (7 years and 3 months) in federal prison after pleading guilty to wire fraud and aggravated identity theft. His crimes included defrauding campaign donors, stealing identities—including those of vulnerable individuals such as elderly men with dementia and a woman with brain damage—to finance his election run, and misusing campaign funds for personal expenses.\n\nSee U.S. Attorney's Office, Eastern District of New York press release: [Eastern District of New York | Ex-Congressman George Santos Sentenced to 87 Months in Prison for Wire Fraud and Aggravated Identity Theft | United States Department of Justice](https://www.justice.gov/usao-edny/pr/ex-congressman-george-santos-sentenced-87-months-prison-wire-fraud-and-aggravated?utm_source=chatgpt.com)" }, { "id": 37149, "title": "Will Pete Hegseth be removed as Defense Secretary by September 1, 2025?", "short_title": "Pete Hegseth out?", "url_title": "Pete Hegseth out?", "slug": "pete-hegseth-out", "author_id": 147748, "author_username": "quinoa", "coauthors": [], "created_at": "2025-04-25T16:35:04.518167Z", "published_at": "2025-04-25T16:35:02Z", "edited_at": "2025-09-15T15:49:13.704449Z", "curation_status": "approved", "curation_status_updated_at": "2025-04-25T16:35:14.583729Z", "comment_count": 0, "status": "resolved", "resolved": true, "actual_close_time": "2025-08-16T03:39:00Z", "scheduled_close_time": "2025-08-16T03:39:00Z", "scheduled_resolve_time": "2025-09-01T03:59:00Z", "actual_resolve_time": "2025-09-01T15:47:00Z", "open_time": "2025-04-25T21:00:00Z", "nr_forecasters": 5, "html_metadata_json": null, "projects": { "community": [ { "id": 3660, "name": "Brown University Forecasting Team", "type": "community", "slug": "brown", "description": "A Community page for the Brown University Forecasting Team.", "order": 0, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png", "followers_count": 27, "default_permission": "forecaster", "visibility": "unlisted", "created_by": { "id": 147748, "username": "quinoa", "is_bot": false, "is_staff": false, "metadata": null } } ], "default_project": { "id": 3660, "name": "Brown University Forecasting Team", "type": "community", "slug": "brown", "description": "A Community page for the Brown University Forecasting Team.", "order": 0, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png", "followers_count": 27, "default_permission": "forecaster", "visibility": "unlisted", "created_by": { "id": 147748, "username": "quinoa", "is_bot": false, "is_staff": false, "metadata": null } } }, "question": { "id": 36527, "title": "Will Pete Hegseth be removed as Defense Secretary by September 1, 2025?", "created_at": "2025-04-25T16:35:04.518592Z", "open_time": "2025-04-25T21:00:00Z", "cp_reveal_time": "2025-04-30T16:35:02Z", "spot_scoring_time": "2025-04-30T16:35:02Z", "scheduled_resolve_time": "2025-09-01T03:59:00Z", "actual_resolve_time": "2025-09-01T15:47:00Z", "resolution_set_time": "2025-09-15T15:49:13.672993Z", "scheduled_close_time": "2025-08-16T03:39:00Z", "actual_close_time": "2025-08-16T03:39:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": false, "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": "Rumors have circulated regarding leadership changes in U.S. defense leadership after a slew of embarrassing incidents including multiple signal groupchats...", "resolution_criteria": "Resolve **YES** if Hegseth is no longer Secretary of Defense according to White House announcements or credible media by EOD August 31, 2025. Otherwise, **NO**.", "fine_print": "", "post_id": 37149, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1752862018.569249, "end_time": null, "forecaster_count": 2, "interval_lower_bounds": [ 0.29 ], "centers": [ 0.345 ], "interval_upper_bounds": [ 0.4 ] } ], "latest": { "start_time": 1752862018.569249, "end_time": null, "forecaster_count": 2, "interval_lower_bounds": [ 0.29 ], "centers": [ 0.345 ], "interval_upper_bounds": [ 0.4 ], "forecast_values": [ 0.655, 0.345 ], "means": [ 0.345 ], "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, 1.0, 0.0, 0.0, 0.0, 0.0, 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 ] ] }, "score_data": { "baseline_score": -16.993501722042097, "peer_score": -22.50445415417881, "coverage": 0.9998736244670011, "relative_legacy_score": 0.0, "weighted_coverage": 0.9998736244670011, "spot_peer_score": -38.699915767777725, "spot_baseline_score": -51.45731728297583, "baseline_archived_score": -16.993501722042097, "peer_archived_score": -22.50445415417881, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -38.699915767777725, "spot_baseline_archived_score": -51.45731728297583 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 10, "key_factors": [], "is_current_content_translated": false, "description": "Rumors have circulated regarding leadership changes in U.S. defense leadership after a slew of embarrassing incidents including multiple signal groupchats..." }, { "id": 37148, "title": "Will Brown University's funding be unfrozen by September 1, 2025?", "short_title": "Brown Funding Freeze", "url_title": "Brown Funding Freeze", "slug": "brown-funding-freeze", "author_id": 147748, "author_username": "quinoa", "coauthors": [], "created_at": "2025-04-25T16:32:16.245496Z", "published_at": "2025-04-25T16:32:14Z", "edited_at": "2025-09-15T15:47:02.124046Z", "curation_status": "approved", "curation_status_updated_at": "2025-04-25T16:32:41.103105Z", "comment_count": 0, "status": "resolved", "resolved": true, "actual_close_time": "2025-08-16T03:59:00Z", "scheduled_close_time": "2025-08-16T03:59:00Z", "scheduled_resolve_time": "2025-09-01T03:59:00Z", "actual_resolve_time": "2025-09-01T15:46:00Z", "open_time": "2025-04-25T21:00:00Z", "nr_forecasters": 6, "html_metadata_json": null, "projects": { "community": [ { "id": 3660, "name": "Brown University Forecasting Team", "type": "community", "slug": "brown", "description": "A Community page for the Brown University Forecasting Team.", "order": 0, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png", "followers_count": 27, "default_permission": "forecaster", "visibility": "unlisted", "created_by": { "id": 147748, "username": "quinoa", "is_bot": false, "is_staff": false, "metadata": null } } ], "default_project": { "id": 3660, "name": "Brown University Forecasting Team", "type": "community", "slug": "brown", "description": "A Community page for the Brown University Forecasting Team.", "order": 0, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-26_at_1.47.31PM_pjC1kqu.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/download_37_D4dN5Ol.png", "followers_count": 27, "default_permission": "forecaster", "visibility": "unlisted", "created_by": { "id": 147748, "username": "quinoa", "is_bot": false, "is_staff": false, "metadata": null } } }, "question": { "id": 36526, "title": "Will Brown University's funding be unfrozen by September 1, 2025?", "created_at": "2025-04-25T16:32:16.245853Z", "open_time": "2025-04-25T21:00:00Z", "cp_reveal_time": "2025-04-30T16:32:14Z", "spot_scoring_time": "2025-04-30T16:32:14Z", "scheduled_resolve_time": "2025-09-01T03:59:00Z", "actual_resolve_time": "2025-09-01T15:46:00Z", "resolution_set_time": "2025-09-15T15:47:02.087704Z", "scheduled_close_time": "2025-08-16T03:59:00Z", "actual_close_time": "2025-08-16T03:59:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": false, "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 Trump administration has frozen \\~500 Million dollars of federal funding and grants to the university. ", "resolution_criteria": "Resolves yes if there is an official announcement or statement from the White House that there are plans to unfreeze the grant money. Simply announcing negotiations is now sufficient. Must be in a similar way to the announcements of the cuts. ", "fine_print": "", "post_id": 37148, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1753933924.704582, "end_time": null, "forecaster_count": 2, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.5495 ], "interval_upper_bounds": [ 0.999 ] } ], "latest": { "start_time": 1753933924.704582, "end_time": null, "forecaster_count": 2, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.5495 ], "interval_upper_bounds": [ 0.999 ], "forecast_values": [ 0.4505, 0.5495 ], "means": [ 0.5495 ], "histogram": [ [ 0.0, 0.0, 0.0, 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, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] ] }, "score_data": { "baseline_score": -72.7743784895944, "peer_score": 117.96966708406877, "coverage": 0.9998971209051936, "relative_legacy_score": 0.0, "weighted_coverage": 0.9998971209051936, "spot_peer_score": 147.91367010760823, "spot_baseline_score": -47.39311883324123, "baseline_archived_score": -72.7743784895944, "peer_archived_score": 117.96966708406877, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 147.91367010760823, "spot_baseline_archived_score": -47.39311883324123 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 11, "key_factors": [], "is_current_content_translated": false, "description": "The Trump administration has frozen \\~500 Million dollars of federal funding and grants to the university. " } ] }