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=240
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "count": 5886,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=260",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=220",
    "results": [
        {
            "id": 39031,
            "title": "Will the CP be higher than 0.55 on 2025-08-13 for the question '#10 - Will the Eufaula septic-to-sewer project be completed by the end of 2025?'",
            "short_title": "Will the CP be higher than 0.55 on 2025-08-13 for the question '#10 - Will the Eufaula septic-to-sewer project be completed by the end of 2025?'",
            "url_title": "Will the CP be higher than 0.55 on 2025-08-13 for the question '#10 - Will the Eufaula septic-to-sewer project be completed by the end of 2025?'",
            "slug": "will-the-cp-be-higher-than-055-on-2025-08-13-for-the-question-10-will-the-eufaula-septic-to-sewer-project-be-completed-by-the-end-of-2025",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:16.223476Z",
            "published_at": "2025-08-05T21:05:30Z",
            "edited_at": "2025-09-05T17:29:20.442739Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:16.537503Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-05T22:05:30Z",
            "scheduled_close_time": "2025-08-05T22:05:30Z",
            "scheduled_resolve_time": "2025-08-13T21:32:56Z",
            "actual_resolve_time": "2025-08-17T00:22:40Z",
            "open_time": "2025-08-05T21:05:30Z",
            "nr_forecasters": 42,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38372,
                "title": "Will the CP be higher than 0.55 on 2025-08-13 for the question '#10 - Will the Eufaula septic-to-sewer project be completed by the end of 2025?'",
                "created_at": "2025-08-02T23:29:16.223986Z",
                "open_time": "2025-08-05T21:05:30Z",
                "cp_reveal_time": "2025-08-05T22:05:30Z",
                "spot_scoring_time": "2025-08-05T22:05:30Z",
                "scheduled_resolve_time": "2025-08-13T21:32:56Z",
                "actual_resolve_time": "2025-08-17T00:22:40Z",
                "resolution_set_time": "2025-08-17T00:23:20.703290Z",
                "scheduled_close_time": "2025-08-05T22:05:30Z",
                "actual_close_time": "2025-08-05T22:05:30Z",
                "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 community prediction on Metaculus is a median of user forecasts weighted by recency. Below are some details about the original Metaculus question: \n\nQuestion URL: https://www.metaculus.com/questions/38958\n\nOriginal question: #10 - Will the Eufaula septic-to-sewer project be completed by the end of 2025?\n\nResolution criteria: Scroll down to the Background section for more on this question and why it's important for our community.\n\nThis question resolves **Yes** if the City of Gulf Breeze confirms that the Eufaula septic-to-sewer (STS) conversion project is fully completed by December 31, 2025. If the project is still ongoing after that date, it resolves **No**. Official city reports will be used to verify completion.\n\nFine print: No fine print provided\n\nBackground: Gulf Breeze is replacing septic systems across the city to protect water quality and modernize its wastewater infrastructure. In the Eufaula neighborhood, this means connecting homes that currently use septic tanks to the city's main sewer system.\n\nThe City plans to complete this work in Eufaula by the end of 2025. This forecast asks: will the project wrap up on time?\n\nThe current community prediction as of 2025-08-02 is 55.00%\n\n`{\"format\":\"metaculus_binary_cp_rises\",\"info\":{\"post_id\":38958,\"question_id\":38298,\"last_cp\":0.55}}`",
                "resolution_criteria": "This question will resolve based on the community prediction of the original Metaculus question. If the community prediction on 2025-08-13 21:32:56 is higher than 0.55, the question will resolve to 'Yes'.",
                "fine_print": "",
                "post_id": 39031,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754429993.606976,
                                "end_time": null,
                                "forecaster_count": 42,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.35
                                ],
                                "interval_upper_bounds": [
                                    0.45
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754429993.606976,
                            "end_time": null,
                            "forecaster_count": 42,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.35
                            ],
                            "interval_upper_bounds": [
                                0.45
                            ],
                            "forecast_values": [
                                0.65,
                                0.35
                            ],
                            "means": [
                                0.3808568265319127
                            ],
                            "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.8449983955227598,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.79649927766193,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    3.211990369792187,
                                    0.0,
                                    0.0,
                                    0.9253192545386865,
                                    0.0,
                                    0.8757100619734373,
                                    0.0,
                                    0.0345941031908528,
                                    0.004166242625470988,
                                    0.0,
                                    2.90055386875827,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3550020120208713,
                                    0.0,
                                    0.0,
                                    0.09865693350412011,
                                    0.0,
                                    0.2539865168594601,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16834342530407842,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": -38.59817305932923,
                            "peer_score": -6.562730158303833,
                            "coverage": 0.9709929327832327,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9709929327832327,
                            "spot_peer_score": -14.239210827805444,
                            "spot_baseline_score": -51.45731728297583,
                            "baseline_archived_score": -38.59817305932923,
                            "peer_archived_score": -6.562730158303833,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -14.239210827805444,
                            "spot_baseline_archived_score": -51.45731728297583
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 42,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The community prediction on Metaculus is a median of user forecasts weighted by recency. Below are some details about the original Metaculus question: \n\nQuestion URL: https://www.metaculus.com/questions/38958\n\nOriginal question: #10 - Will the Eufaula septic-to-sewer project be completed by the end of 2025?\n\nResolution criteria: Scroll down to the Background section for more on this question and why it's important for our community.\n\nThis question resolves **Yes** if the City of Gulf Breeze confirms that the Eufaula septic-to-sewer (STS) conversion project is fully completed by December 31, 2025. If the project is still ongoing after that date, it resolves **No**. Official city reports will be used to verify completion.\n\nFine print: No fine print provided\n\nBackground: Gulf Breeze is replacing septic systems across the city to protect water quality and modernize its wastewater infrastructure. In the Eufaula neighborhood, this means connecting homes that currently use septic tanks to the city's main sewer system.\n\nThe City plans to complete this work in Eufaula by the end of 2025. This forecast asks: will the project wrap up on time?\n\nThe current community prediction as of 2025-08-02 is 55.00%\n\n`{\"format\":\"metaculus_binary_cp_rises\",\"info\":{\"post_id\":38958,\"question_id\":38298,\"last_cp\":0.55}}`"
        },
        {
            "id": 39030,
            "title": "Will the CP be higher than 0.30000000000000004 on 2025-08-13 for the question '#14 - Will the City resurface at least 3 miles of roads as part of its 15-year paving plan in 2025?'",
            "short_title": "Will the CP be higher than 0.30000000000000004 on 2025-08-13 for the question '#14 - Will the City resurface at least 3 miles of roads as part of its 15-year paving plan in 2025?'",
            "url_title": "Will the CP be higher than 0.30000000000000004 on 2025-08-13 for the question '#14 - Will the City resurface at least 3 miles of roads as part of its 15-year paving plan in 2025?'",
            "slug": "will-the-cp-be-higher-than-030000000000000004-on-2025-08-13-for-the-question-14-will-the-city-resurface-at-least-3-miles-of-roads-as-part-of-its-15-year-paving-plan-in-2025",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:15.593507Z",
            "published_at": "2025-08-05T01:46:34Z",
            "edited_at": "2025-09-05T17:29:08.043270Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:15.908872Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-05T02:46:34Z",
            "scheduled_close_time": "2025-08-05T02:46:34Z",
            "scheduled_resolve_time": "2025-08-13T07:50:16Z",
            "actual_resolve_time": "2025-08-17T00:22:45Z",
            "open_time": "2025-08-05T01:46:34Z",
            "nr_forecasters": 0,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38371,
                "title": "Will the CP be higher than 0.30000000000000004 on 2025-08-13 for the question '#14 - Will the City resurface at least 3 miles of roads as part of its 15-year paving plan in 2025?'",
                "created_at": "2025-08-02T23:29:15.593915Z",
                "open_time": "2025-08-05T01:46:34Z",
                "cp_reveal_time": "2025-08-05T02:46:34Z",
                "spot_scoring_time": "2025-08-05T02:46:34Z",
                "scheduled_resolve_time": "2025-08-13T07:50:16Z",
                "actual_resolve_time": "2025-08-17T00:22:45Z",
                "resolution_set_time": "2025-08-17T00:23:34.097346Z",
                "scheduled_close_time": "2025-08-05T02:46:34Z",
                "actual_close_time": "2025-08-05T02:46:34Z",
                "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 community prediction on Metaculus is a median of user forecasts weighted by recency. Below are some details about the original Metaculus question: \n\nQuestion URL: https://www.metaculus.com/questions/38962\n\nOriginal question: #14 - Will the City resurface at least 3 miles of roads as part of its 15-year paving plan in 2025?\n\nResolution criteria: Scroll down to the Background section for more on this question and why it's important for our community.\n\nThis question will resolve **Yes** if official City of Gulf Breeze records confirm that at least 3 miles of road were resurfaced during calendar year 2025 as part of the 15-year paving plan. Otherwise, it resolves **No**.\n\nFine print: No fine print provided\n\nBackground: Gulf Breeze is following a 15-year plan to keep city roads in good shape. Each year, a set of streets is selected for repaving based on wear and tear, traffic levels, and maintenance needs. Hitting the annual targets — like resurfacing 3 miles of roads in 2025 — helps the City stay on track and ensures smoother, safer streets for everyone. This forecast asks: by the end of 2025, will Gulf Breeze have resurfaced at least 3 miles of road as part of that long-term plan? Have thoughts on which roads need the most attention — or how to prioritize this kind of work? Join the conversation in the comments.\n\nThe current community prediction as of 2025-08-02 is 30.00%\n\n`{\"format\":\"metaculus_binary_cp_rises\",\"info\":{\"post_id\":38962,\"question_id\":38302,\"last_cp\":0.30000000000000004}}`",
                "resolution_criteria": "This question will resolve based on the community prediction of the original Metaculus question. If the community prediction on 2025-08-13 07:50:16 is higher than 0.30000000000000004, the question will resolve to 'Yes'.",
                "fine_print": "",
                "post_id": 39030,
                "aggregations": {
                    "recency_weighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 0,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The community prediction on Metaculus is a median of user forecasts weighted by recency. Below are some details about the original Metaculus question: \n\nQuestion URL: https://www.metaculus.com/questions/38962\n\nOriginal question: #14 - Will the City resurface at least 3 miles of roads as part of its 15-year paving plan in 2025?\n\nResolution criteria: Scroll down to the Background section for more on this question and why it's important for our community.\n\nThis question will resolve **Yes** if official City of Gulf Breeze records confirm that at least 3 miles of road were resurfaced during calendar year 2025 as part of the 15-year paving plan. Otherwise, it resolves **No**.\n\nFine print: No fine print provided\n\nBackground: Gulf Breeze is following a 15-year plan to keep city roads in good shape. Each year, a set of streets is selected for repaving based on wear and tear, traffic levels, and maintenance needs. Hitting the annual targets — like resurfacing 3 miles of roads in 2025 — helps the City stay on track and ensures smoother, safer streets for everyone. This forecast asks: by the end of 2025, will Gulf Breeze have resurfaced at least 3 miles of road as part of that long-term plan? Have thoughts on which roads need the most attention — or how to prioritize this kind of work? Join the conversation in the comments.\n\nThe current community prediction as of 2025-08-02 is 30.00%\n\n`{\"format\":\"metaculus_binary_cp_rises\",\"info\":{\"post_id\":38962,\"question_id\":38302,\"last_cp\":0.30000000000000004}}`"
        },
        {
            "id": 39029,
            "title": "Will the CP be higher than 0.725 on 2025-08-15 for the question '#12 - Will the City secure funding in 2025 to design the future Poinciana septic-to-sewer project?'",
            "short_title": "Will the CP be higher than 0.725 on 2025-08-15 for the question '#12 - Will the City secure funding in 2025 to design the future Poinciana septic-to-sewer project?'",
            "url_title": "Will the CP be higher than 0.725 on 2025-08-15 for the question '#12 - Will the City secure funding in 2025 to design the future Poinciana septic-to-sewer project?'",
            "slug": "will-the-cp-be-higher-than-0725-on-2025-08-15-for-the-question-12-will-the-city-secure-funding-in-2025-to-design-the-future-poinciana-septic-to-sewer-project",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:14.968161Z",
            "published_at": "2025-08-04T07:30:23Z",
            "edited_at": "2025-09-05T17:29:24.372898Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:15.276933Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-04T08:30:23Z",
            "scheduled_close_time": "2025-08-04T08:30:23Z",
            "scheduled_resolve_time": "2025-08-15T07:39:23Z",
            "actual_resolve_time": "2025-08-17T00:22:52Z",
            "open_time": "2025-08-04T07:30:23Z",
            "nr_forecasters": 0,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38370,
                "title": "Will the CP be higher than 0.725 on 2025-08-15 for the question '#12 - Will the City secure funding in 2025 to design the future Poinciana septic-to-sewer project?'",
                "created_at": "2025-08-02T23:29:14.968606Z",
                "open_time": "2025-08-04T07:30:23Z",
                "cp_reveal_time": "2025-08-04T08:30:23Z",
                "spot_scoring_time": "2025-08-04T08:30:23Z",
                "scheduled_resolve_time": "2025-08-15T07:39:23Z",
                "actual_resolve_time": "2025-08-17T00:22:52Z",
                "resolution_set_time": "2025-08-17T00:23:48.132332Z",
                "scheduled_close_time": "2025-08-04T08:30:23Z",
                "actual_close_time": "2025-08-04T08:30:23Z",
                "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 community prediction on Metaculus is a median of user forecasts weighted by recency. Below are some details about the original Metaculus question: \n\nQuestion URL: https://www.metaculus.com/questions/38960\n\nOriginal question: #12 - Will the City secure funding in 2025 to design the future Poinciana septic-to-sewer project?\n\nResolution criteria: Scroll down to the Background section for more on this question and why it's important for our community.\n\nThis question will resolve **Yes** if the City of Gulf Breeze secures funding specifically for design work on the Poinciana septic-to-sewer conversion project during calendar year 2025. If no such funding is secured by December 31, 2025, it resolves **No**.\n\nFine print: No fine print provided\n\nBackground: The Poinciana neighborhood is part of Gulf Breeze's long-term plan to move all homes off septic systems and onto central sewer service. The Poinciana conversion is targeted for completion around 2029. But before any digging starts, the City must secure funding for design work — the engineering plans that guide construction. This forecast asks: will that design funding be in place before the end of 2025? Have ideas or questions about future septic-to-sewer projects? Please share in the comments!\n\nThe current community prediction as of 2025-08-02 is 72.50%\n\n`{\"format\":\"metaculus_binary_cp_rises\",\"info\":{\"post_id\":38960,\"question_id\":38300,\"last_cp\":0.725}}`",
                "resolution_criteria": "This question will resolve based on the community prediction of the original Metaculus question. If the community prediction on 2025-08-15 07:39:23 is higher than 0.725, the question will resolve to 'Yes'.",
                "fine_print": "",
                "post_id": 39029,
                "aggregations": {
                    "recency_weighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 0,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The community prediction on Metaculus is a median of user forecasts weighted by recency. Below are some details about the original Metaculus question: \n\nQuestion URL: https://www.metaculus.com/questions/38960\n\nOriginal question: #12 - Will the City secure funding in 2025 to design the future Poinciana septic-to-sewer project?\n\nResolution criteria: Scroll down to the Background section for more on this question and why it's important for our community.\n\nThis question will resolve **Yes** if the City of Gulf Breeze secures funding specifically for design work on the Poinciana septic-to-sewer conversion project during calendar year 2025. If no such funding is secured by December 31, 2025, it resolves **No**.\n\nFine print: No fine print provided\n\nBackground: The Poinciana neighborhood is part of Gulf Breeze's long-term plan to move all homes off septic systems and onto central sewer service. The Poinciana conversion is targeted for completion around 2029. But before any digging starts, the City must secure funding for design work — the engineering plans that guide construction. This forecast asks: will that design funding be in place before the end of 2025? Have ideas or questions about future septic-to-sewer projects? Please share in the comments!\n\nThe current community prediction as of 2025-08-02 is 72.50%\n\n`{\"format\":\"metaculus_binary_cp_rises\",\"info\":{\"post_id\":38960,\"question_id\":38300,\"last_cp\":0.725}}`"
        },
        {
            "id": 39028,
            "title": "Will NRG's market close price on 2025-08-15 be higher than its market close price on 2025-08-07?",
            "short_title": "Will NRG's market close price on 2025-08-15 be higher than its market close price on 2025-08-07?",
            "url_title": "Will NRG's market close price on 2025-08-15 be higher than its market close price on 2025-08-07?",
            "slug": "will-nrgs-market-close-price-on-2025-08-15-be-higher-than-its-market-close-price-on-2025-08-07",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:14.363572Z",
            "published_at": "2025-08-07T18:38:35Z",
            "edited_at": "2025-09-05T17:28:52.078707Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:14.661152Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-07T19:38:35Z",
            "scheduled_close_time": "2025-08-07T19:38:35Z",
            "scheduled_resolve_time": "2025-08-15T20:53:44Z",
            "actual_resolve_time": "2025-08-17T00:22:37Z",
            "open_time": "2025-08-07T18:38:35Z",
            "nr_forecasters": 40,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38369,
                "title": "Will NRG's market close price on 2025-08-15 be higher than its market close price on 2025-08-07?",
                "created_at": "2025-08-02T23:29:14.363999Z",
                "open_time": "2025-08-07T18:38:35Z",
                "cp_reveal_time": "2025-08-07T19:38:35Z",
                "spot_scoring_time": "2025-08-07T19:38:35Z",
                "scheduled_resolve_time": "2025-08-15T20:53:44Z",
                "actual_resolve_time": "2025-08-17T00:22:37Z",
                "resolution_set_time": "2025-08-17T00:23:11.394210Z",
                "scheduled_close_time": "2025-08-07T19:38:35Z",
                "actual_close_time": "2025-08-07T19:38:35Z",
                "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": "NRG Energy, Inc. is a company that is listed on the S&P 500 index. It's ticker is NRG. It's last close price as of the creation of this question (2025-08-02 23:28:41) is 167.63. You can find more information about NRG Energy, Inc. at https://finance.yahoo.com/quote/NRG\n\nNRG Energy, Inc., together with its subsidiaries, operates as an energy and home services company in the United States and Canada. It operates through Texas; East; West/Services/Other; Vivint Smart Home; and Corporate Activities segments. The company produces and sells electricity generated using coal, oil, solar, and battery storage; natural gas; and a cloud-based home platform, including hardware, software, sales, installation, customer service, technical support, and professional monitoring solutions. It offers retail electricity and energy management, line and surge protection products, HVAC installation, repair and maintenance, home protection products, repair and maintenance, and carbon offsets; retail services comprising demand response, commodity sales, energy efficiency, and energy management solutions; and system power, distributed generation, renewable and low-carbon products, carbon management and specialty services, backup generation, storage and distributed solar, and energy advisory services. In addition, the company trades in power, natural gas, and related commodities; environmental products; weather products; and financial products, including forwards, futures, options, and swaps. It offers its products and services under the NRG, Reliant, Direct Energy, Green Mountain Energy, and Vivint. It serves residential, commercial, government, industrial, and wholesale customers. NRG Energy, Inc. was founded in 1989 and is headquartered in Houston, Texas.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"NRG\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of NRG. If it is higher than the close price on 2025-08-07, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39028,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754593845.33918,
                                "end_time": null,
                                "forecaster_count": 40,
                                "interval_lower_bounds": [
                                    0.51
                                ],
                                "centers": [
                                    0.55
                                ],
                                "interval_upper_bounds": [
                                    0.6
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754593845.33918,
                            "end_time": null,
                            "forecaster_count": 40,
                            "interval_lower_bounds": [
                                0.51
                            ],
                            "centers": [
                                0.55
                            ],
                            "interval_upper_bounds": [
                                0.6
                            ],
                            "forecast_values": [
                                0.44999999999999996,
                                0.55
                            ],
                            "means": [
                                0.5504666108391103
                            ],
                            "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.39086599043581904,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6933517553728479,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16080499313958357,
                                    0.1751732796751412,
                                    0.3559187878370533,
                                    0.0,
                                    0.0,
                                    0.08042525021435519,
                                    1.0,
                                    0.7852188658668618,
                                    0.0,
                                    0.03598851855808508,
                                    2.3790011731594576,
                                    0.0,
                                    1.2750855450025855,
                                    0.0,
                                    0.0,
                                    2.117691459819725,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6951662953184656,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01323943609573642,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 15.263067267995986,
                            "peer_score": 3.2441287904621507,
                            "coverage": 0.9078347005446752,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9078347005446752,
                            "spot_peer_score": 1.4179325252730512,
                            "spot_baseline_score": 13.750352374993504,
                            "baseline_archived_score": 15.263067267995986,
                            "peer_archived_score": 3.2441287904621507,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 1.4179325252730512,
                            "spot_baseline_archived_score": 13.750352374993504
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 41,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "NRG Energy, Inc. is a company that is listed on the S&P 500 index. It's ticker is NRG. It's last close price as of the creation of this question (2025-08-02 23:28:41) is 167.63. You can find more information about NRG Energy, Inc. at https://finance.yahoo.com/quote/NRG\n\nNRG Energy, Inc., together with its subsidiaries, operates as an energy and home services company in the United States and Canada. It operates through Texas; East; West/Services/Other; Vivint Smart Home; and Corporate Activities segments. The company produces and sells electricity generated using coal, oil, solar, and battery storage; natural gas; and a cloud-based home platform, including hardware, software, sales, installation, customer service, technical support, and professional monitoring solutions. It offers retail electricity and energy management, line and surge protection products, HVAC installation, repair and maintenance, home protection products, repair and maintenance, and carbon offsets; retail services comprising demand response, commodity sales, energy efficiency, and energy management solutions; and system power, distributed generation, renewable and low-carbon products, carbon management and specialty services, backup generation, storage and distributed solar, and energy advisory services. In addition, the company trades in power, natural gas, and related commodities; environmental products; weather products; and financial products, including forwards, futures, options, and swaps. It offers its products and services under the NRG, Reliant, Direct Energy, Green Mountain Energy, and Vivint. It serves residential, commercial, government, industrial, and wholesale customers. NRG Energy, Inc. was founded in 1989 and is headquartered in Houston, Texas.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"NRG\"}}`"
        },
        {
            "id": 39027,
            "title": "Will FDS's market close price on 2025-08-14 be higher than its market close price on 2025-08-05?",
            "short_title": "Will FDS's market close price on 2025-08-14 be higher than its market close price on 2025-08-05?",
            "url_title": "Will FDS's market close price on 2025-08-14 be higher than its market close price on 2025-08-05?",
            "slug": "will-fdss-market-close-price-on-2025-08-14-be-higher-than-its-market-close-price-on-2025-08-05",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:13.865074Z",
            "published_at": "2025-08-05T00:11:37Z",
            "edited_at": "2025-09-05T17:28:59.844578Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:14.040747Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-05T01:11:37Z",
            "scheduled_close_time": "2025-08-05T01:11:37Z",
            "scheduled_resolve_time": "2025-08-14T15:32:23Z",
            "actual_resolve_time": "2025-08-17T00:22:46Z",
            "open_time": "2025-08-05T00:11:37Z",
            "nr_forecasters": 1,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38368,
                "title": "Will FDS's market close price on 2025-08-14 be higher than its market close price on 2025-08-05?",
                "created_at": "2025-08-02T23:29:13.865476Z",
                "open_time": "2025-08-05T00:11:37Z",
                "cp_reveal_time": "2025-08-05T01:11:37Z",
                "spot_scoring_time": "2025-08-05T01:11:37Z",
                "scheduled_resolve_time": "2025-08-14T15:32:23Z",
                "actual_resolve_time": "2025-08-17T00:22:46Z",
                "resolution_set_time": "2025-08-17T00:23:35.314379Z",
                "scheduled_close_time": "2025-08-05T01:11:37Z",
                "actual_close_time": "2025-08-05T01:11:37Z",
                "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": "FactSet Research Systems Inc. is a company that is listed on the S&P 500 index. It's ticker is FDS. It's last close price as of the creation of this question (2025-08-02 23:28:40) is 391.33. You can find more information about FactSet Research Systems Inc. at https://finance.yahoo.com/quote/FDS\n\nFactSet Research Systems Inc., together with its subsidiaries, operates as a financial digital platform and enterprise solutions provider for the investment community worldwide. The company provides workstations, portfolio analytics, and enterprise data solutions, as well as managed services for supporting data, performance, risk, and reporting workflows. It offers subscription-based financial data and market intelligence on securities, companies, industries, and people that enable clients to research investment ideas, as well as analyze, monitor, and manage their portfolios. The company provides its services through its configurable desktop and mobile platform, data feeds, cloud-based digital solutions, and application programming interfaces. It serves investment professionals, including institutional asset managers, bankers, wealth managers, asset owners, partners, hedge funds, corporate users, and private equity and venture capital professionals. The company was founded in 1978 and is headquartered in Norwalk, Connecticut.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"FDS\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of FDS. If it is higher than the close price on 2025-08-05, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39027,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754354324.401758,
                                "end_time": null,
                                "forecaster_count": 1,
                                "interval_lower_bounds": [
                                    0.52
                                ],
                                "centers": [
                                    0.52
                                ],
                                "interval_upper_bounds": [
                                    0.52
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754354324.401758,
                            "end_time": null,
                            "forecaster_count": 1,
                            "interval_lower_bounds": [
                                0.52
                            ],
                            "centers": [
                                0.52
                            ],
                            "interval_upper_bounds": [
                                0.52
                            ],
                            "forecast_values": [
                                0.48,
                                0.52
                            ],
                            "means": [
                                0.52
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -3.227044097071716,
                            "peer_score": 0.0,
                            "coverage": 0.547943956123458,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.547943956123458,
                            "spot_peer_score": 0.0,
                            "spot_baseline_score": -5.889368905356857,
                            "baseline_archived_score": -3.227044097071716,
                            "peer_archived_score": 0.0,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.0,
                            "spot_baseline_archived_score": -5.889368905356857
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 1,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "FactSet Research Systems Inc. is a company that is listed on the S&P 500 index. It's ticker is FDS. It's last close price as of the creation of this question (2025-08-02 23:28:40) is 391.33. You can find more information about FactSet Research Systems Inc. at https://finance.yahoo.com/quote/FDS\n\nFactSet Research Systems Inc., together with its subsidiaries, operates as a financial digital platform and enterprise solutions provider for the investment community worldwide. The company provides workstations, portfolio analytics, and enterprise data solutions, as well as managed services for supporting data, performance, risk, and reporting workflows. It offers subscription-based financial data and market intelligence on securities, companies, industries, and people that enable clients to research investment ideas, as well as analyze, monitor, and manage their portfolios. The company provides its services through its configurable desktop and mobile platform, data feeds, cloud-based digital solutions, and application programming interfaces. It serves investment professionals, including institutional asset managers, bankers, wealth managers, asset owners, partners, hedge funds, corporate users, and private equity and venture capital professionals. The company was founded in 1978 and is headquartered in Norwalk, Connecticut.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"FDS\"}}`"
        },
        {
            "id": 39026,
            "title": "Will MNST's market close price on 2025-08-15 be higher than its market close price on 2025-08-07?",
            "short_title": "Will MNST's market close price on 2025-08-15 be higher than its market close price on 2025-08-07?",
            "url_title": "Will MNST's market close price on 2025-08-15 be higher than its market close price on 2025-08-07?",
            "slug": "will-mnsts-market-close-price-on-2025-08-15-be-higher-than-its-market-close-price-on-2025-08-07",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:13.223175Z",
            "published_at": "2025-08-07T21:55:48Z",
            "edited_at": "2025-09-05T17:29:02.206915Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:13.543068Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-07T22:55:48Z",
            "scheduled_close_time": "2025-08-07T22:55:48Z",
            "scheduled_resolve_time": "2025-08-15T19:22:58Z",
            "actual_resolve_time": "2025-08-17T00:22:37Z",
            "open_time": "2025-08-07T21:55:48Z",
            "nr_forecasters": 40,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38367,
                "title": "Will MNST's market close price on 2025-08-15 be higher than its market close price on 2025-08-07?",
                "created_at": "2025-08-02T23:29:13.223574Z",
                "open_time": "2025-08-07T21:55:48Z",
                "cp_reveal_time": "2025-08-07T22:55:48Z",
                "spot_scoring_time": "2025-08-07T22:55:48Z",
                "scheduled_resolve_time": "2025-08-15T19:22:58Z",
                "actual_resolve_time": "2025-08-17T00:22:37Z",
                "resolution_set_time": "2025-08-17T00:23:09.748227Z",
                "scheduled_close_time": "2025-08-07T22:55:48Z",
                "actual_close_time": "2025-08-07T22:55:48Z",
                "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": "Monster Beverage Corporation is a company that is listed on the S&P 500 index. It's ticker is MNST. It's last close price as of the creation of this question (2025-08-02 23:28:39) is 59.02. You can find more information about Monster Beverage Corporation at https://finance.yahoo.com/quote/MNST\n\nMonster Beverage Corporation, through its subsidiaries, engages in development, marketing, sale, and distribution of energy drink beverages and concentrates in the United States and internationally. The company operates through four segments: Monster Energy Drinks, Strategic Brands, Alcohol Brands, and Other. It offers carbonated non-carbonated energy drinks, ready-to-drink iced teas, lemonades, juice cocktails, single-serve juices and fruit beverages, ready-to-drink dairy and coffee drinks, energy drinks, sports drinks and single-serve still waters, and sodas that are considered natural, sparkling juices, and flavored sparkling beverages. In addition, the company provides its products under the Monster Energy, Monster Energy Ultra, Rehab Monster, Monster Energy Nitro, Java Monster, Punch Monster, Juice Monster, Monster Tour Water, Reign Total Body Fuel, Reign Inferno Thermogenic Fuel, Reign Storm, Bang Energy, NOS, Full Throttle, Burn, Mother, Nalu, Ultra Energy, Play and Power Play, Relentless, BPM, BU, Samurai, Live+, Predator, and Fury brands. Further, it offers craft beers, flavored malt beverages,and hard seltzers under the Jai Alai IPA, Florida Man IPA, Dale's Pale Ale, Wild Basin Hard Seltzers, Dallas Blonde, Deep Ellum IPA, Perrin Brewing Company Black Ale, Hop Rising Double IPA, Wasatch Apricot Hefeweizen, The Beast, and Nasty Beast Hard Tea brands. The company engages in the concentrates and/or beverage bases to authorized bottling, and canning operations. It sells its products to full-service beverage bottlers/distributors, retail grocery and specialty chains, wholesalers, club stores, mass merchandisers, convenience chains, food service customers, value stores, e-commerce retailers, and the military. The company was formerly known as Hansen Natural Corporation and changed its name to Monster Beverage Corporation in January 2012. Monster Beverage Corporation was founded in 1985 and is headquartered in Corona, California.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"MNST\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of MNST. If it is higher than the close price on 2025-08-07, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39026,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754604609.7687,
                                "end_time": null,
                                "forecaster_count": 40,
                                "interval_lower_bounds": [
                                    0.45
                                ],
                                "centers": [
                                    0.55
                                ],
                                "interval_upper_bounds": [
                                    0.55
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754604609.7687,
                            "end_time": null,
                            "forecaster_count": 40,
                            "interval_lower_bounds": [
                                0.45
                            ],
                            "centers": [
                                0.55
                            ],
                            "interval_upper_bounds": [
                                0.55
                            ],
                            "forecast_values": [
                                0.44999999999999996,
                                0.55
                            ],
                            "means": [
                                0.52391894421383
                            ],
                            "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.39086599043581904,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19512018820526095,
                                    0.0,
                                    0.9235250802035939,
                                    0.0,
                                    0.0,
                                    1.8794775301932467,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.004870516352324537,
                                    0.0,
                                    0.9908378686697789,
                                    0.3559187878370533,
                                    0.1751732796751412,
                                    4.253047819426967,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.3231037885279902,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05556768774536856,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6104228132231739,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 11.935295916989617,
                            "peer_score": 4.087861923765583,
                            "coverage": 0.8706171935796738,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.8706171935796738,
                            "spot_peer_score": 4.787432019315204,
                            "spot_baseline_score": 13.750352374993504,
                            "baseline_archived_score": 11.935295916989617,
                            "peer_archived_score": 4.087861923765583,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 4.787432019315204,
                            "spot_baseline_archived_score": 13.750352374993504
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 41,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Monster Beverage Corporation is a company that is listed on the S&P 500 index. It's ticker is MNST. It's last close price as of the creation of this question (2025-08-02 23:28:39) is 59.02. You can find more information about Monster Beverage Corporation at https://finance.yahoo.com/quote/MNST\n\nMonster Beverage Corporation, through its subsidiaries, engages in development, marketing, sale, and distribution of energy drink beverages and concentrates in the United States and internationally. The company operates through four segments: Monster Energy Drinks, Strategic Brands, Alcohol Brands, and Other. It offers carbonated non-carbonated energy drinks, ready-to-drink iced teas, lemonades, juice cocktails, single-serve juices and fruit beverages, ready-to-drink dairy and coffee drinks, energy drinks, sports drinks and single-serve still waters, and sodas that are considered natural, sparkling juices, and flavored sparkling beverages. In addition, the company provides its products under the Monster Energy, Monster Energy Ultra, Rehab Monster, Monster Energy Nitro, Java Monster, Punch Monster, Juice Monster, Monster Tour Water, Reign Total Body Fuel, Reign Inferno Thermogenic Fuel, Reign Storm, Bang Energy, NOS, Full Throttle, Burn, Mother, Nalu, Ultra Energy, Play and Power Play, Relentless, BPM, BU, Samurai, Live+, Predator, and Fury brands. Further, it offers craft beers, flavored malt beverages,and hard seltzers under the Jai Alai IPA, Florida Man IPA, Dale's Pale Ale, Wild Basin Hard Seltzers, Dallas Blonde, Deep Ellum IPA, Perrin Brewing Company Black Ale, Hop Rising Double IPA, Wasatch Apricot Hefeweizen, The Beast, and Nasty Beast Hard Tea brands. The company engages in the concentrates and/or beverage bases to authorized bottling, and canning operations. It sells its products to full-service beverage bottlers/distributors, retail grocery and specialty chains, wholesalers, club stores, mass merchandisers, convenience chains, food service customers, value stores, e-commerce retailers, and the military. The company was formerly known as Hansen Natural Corporation and changed its name to Monster Beverage Corporation in January 2012. Monster Beverage Corporation was founded in 1985 and is headquartered in Corona, California.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"MNST\"}}`"
        },
        {
            "id": 39025,
            "title": "Will REGN's market close price on 2025-08-14 be higher than its market close price on 2025-08-05?",
            "short_title": "Will REGN's market close price on 2025-08-14 be higher than its market close price on 2025-08-05?",
            "url_title": "Will REGN's market close price on 2025-08-14 be higher than its market close price on 2025-08-05?",
            "slug": "will-regns-market-close-price-on-2025-08-14-be-higher-than-its-market-close-price-on-2025-08-05",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:12.735034Z",
            "published_at": "2025-08-05T07:38:16Z",
            "edited_at": "2025-09-05T17:29:07.072303Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:13.043633Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-05T08:38:16Z",
            "scheduled_close_time": "2025-08-05T08:38:16Z",
            "scheduled_resolve_time": "2025-08-14T05:15:22Z",
            "actual_resolve_time": "2025-08-17T00:22:44Z",
            "open_time": "2025-08-05T07:38:16Z",
            "nr_forecasters": 1,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38366,
                "title": "Will REGN's market close price on 2025-08-14 be higher than its market close price on 2025-08-05?",
                "created_at": "2025-08-02T23:29:12.735414Z",
                "open_time": "2025-08-05T07:38:16Z",
                "cp_reveal_time": "2025-08-05T08:38:16Z",
                "spot_scoring_time": "2025-08-05T08:38:16Z",
                "scheduled_resolve_time": "2025-08-14T05:15:22Z",
                "actual_resolve_time": "2025-08-17T00:22:44Z",
                "resolution_set_time": "2025-08-17T00:23:29.652949Z",
                "scheduled_close_time": "2025-08-05T08:38:16Z",
                "actual_close_time": "2025-08-05T08:38:16Z",
                "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": "Regeneron Pharmaceuticals, Inc. is a company that is listed on the S&P 500 index. It's ticker is REGN. It's last close price as of the creation of this question (2025-08-02 23:28:38) is 558.87. You can find more information about Regeneron Pharmaceuticals, Inc. at https://finance.yahoo.com/quote/REGN\n\nRegeneron Pharmaceuticals, Inc. discovers, invents, develops, manufactures, and commercializes medicines for treating various diseases worldwide. The company's products include EYLEA injection to treat wet age-related macular degeneration and diabetic macular edema; myopic choroidal neovascularization; diabetic retinopathy; neovascular glaucoma; and retinopathy of prematurity. It also provides Dupixent injection to treat atopic dermatitis and asthma in adults and pediatrics; Libtayo injection to treat metastatic or locally advanced cutaneous squamous cell carcinoma; Praluent injection for heterozygous familial hypercholesterolemia (HoFH) or clinical atherosclerotic cardiovascular disease in adults; REGEN-COV for covid-19; and Kevzara solution for treating rheumatoid arthritis in adults. In addition, the company offers Inmazeb injection for infection caused by Zaire ebolavirus; ARCALYST injection for cryopyrin-associated periodic syndromes, including familial cold auto-inflammatory syndrome and muckle-wells syndrome; and ZALTRAP injection for intravenous infusion to treat metastatic colorectal cancer; Evkeeza for treatment of HoFH; Ordspono for Follicular lymphoma and Diffuse large B-cell lymphoma; and Veopoz for CD55-deficient protein-losing enteropathy. Further, it develops product candidates for treating patients with eye, allergic and inflammatory, cardiovascular and metabolic, infectious, and rare diseases; and cancer, pain, and hematologic conditions. It has collaboration with Mammoth Biosciences, Inc. to research, develop and commercialize in vivo CRISPR-based gene editing therapies for multiple tissues and cell types; and with Sonoma Biotherapeutics, Inc. to discover, develop, and commercialize engineered regulatory T cell therapies. The company was incorporated in 1988 and is headquartered in Tarrytown, New York.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"REGN\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of REGN. If it is higher than the close price on 2025-08-05, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39025,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754379842.667789,
                                "end_time": null,
                                "forecaster_count": 1,
                                "interval_lower_bounds": [
                                    0.535
                                ],
                                "centers": [
                                    0.535
                                ],
                                "interval_upper_bounds": [
                                    0.535
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754379842.667789,
                            "end_time": null,
                            "forecaster_count": 1,
                            "interval_lower_bounds": [
                                0.535
                            ],
                            "centers": [
                                0.535
                            ],
                            "interval_upper_bounds": [
                                0.535
                            ],
                            "forecast_values": [
                                0.46499999999999997,
                                0.535
                            ],
                            "means": [
                                0.535
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -9.461537622929486,
                            "peer_score": 0.0,
                            "coverage": 0.9037033919493357,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9037033919493357,
                            "spot_peer_score": 0.0,
                            "spot_baseline_score": -10.469737866669341,
                            "baseline_archived_score": -9.461537622929486,
                            "peer_archived_score": 0.0,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.0,
                            "spot_baseline_archived_score": -10.469737866669341
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 1,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Regeneron Pharmaceuticals, Inc. is a company that is listed on the S&P 500 index. It's ticker is REGN. It's last close price as of the creation of this question (2025-08-02 23:28:38) is 558.87. You can find more information about Regeneron Pharmaceuticals, Inc. at https://finance.yahoo.com/quote/REGN\n\nRegeneron Pharmaceuticals, Inc. discovers, invents, develops, manufactures, and commercializes medicines for treating various diseases worldwide. The company's products include EYLEA injection to treat wet age-related macular degeneration and diabetic macular edema; myopic choroidal neovascularization; diabetic retinopathy; neovascular glaucoma; and retinopathy of prematurity. It also provides Dupixent injection to treat atopic dermatitis and asthma in adults and pediatrics; Libtayo injection to treat metastatic or locally advanced cutaneous squamous cell carcinoma; Praluent injection for heterozygous familial hypercholesterolemia (HoFH) or clinical atherosclerotic cardiovascular disease in adults; REGEN-COV for covid-19; and Kevzara solution for treating rheumatoid arthritis in adults. In addition, the company offers Inmazeb injection for infection caused by Zaire ebolavirus; ARCALYST injection for cryopyrin-associated periodic syndromes, including familial cold auto-inflammatory syndrome and muckle-wells syndrome; and ZALTRAP injection for intravenous infusion to treat metastatic colorectal cancer; Evkeeza for treatment of HoFH; Ordspono for Follicular lymphoma and Diffuse large B-cell lymphoma; and Veopoz for CD55-deficient protein-losing enteropathy. Further, it develops product candidates for treating patients with eye, allergic and inflammatory, cardiovascular and metabolic, infectious, and rare diseases; and cancer, pain, and hematologic conditions. It has collaboration with Mammoth Biosciences, Inc. to research, develop and commercialize in vivo CRISPR-based gene editing therapies for multiple tissues and cell types; and with Sonoma Biotherapeutics, Inc. to discover, develop, and commercialize engineered regulatory T cell therapies. The company was incorporated in 1988 and is headquartered in Tarrytown, New York.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"REGN\"}}`"
        },
        {
            "id": 39024,
            "title": "Will ENPH's market close price on 2025-08-13 be higher than its market close price on 2025-08-06?",
            "short_title": "Will ENPH's market close price on 2025-08-13 be higher than its market close price on 2025-08-06?",
            "url_title": "Will ENPH's market close price on 2025-08-13 be higher than its market close price on 2025-08-06?",
            "slug": "will-enphs-market-close-price-on-2025-08-13-be-higher-than-its-market-close-price-on-2025-08-06",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:12.069682Z",
            "published_at": "2025-08-06T09:13:10Z",
            "edited_at": "2025-09-05T17:28:48.275403Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:12.403473Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-06T10:13:10Z",
            "scheduled_close_time": "2025-08-06T10:13:10Z",
            "scheduled_resolve_time": "2025-08-13T16:14:00Z",
            "actual_resolve_time": "2025-08-17T00:22:39Z",
            "open_time": "2025-08-06T09:13:10Z",
            "nr_forecasters": 42,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38365,
                "title": "Will ENPH's market close price on 2025-08-13 be higher than its market close price on 2025-08-06?",
                "created_at": "2025-08-02T23:29:12.070141Z",
                "open_time": "2025-08-06T09:13:10Z",
                "cp_reveal_time": "2025-08-06T10:13:10Z",
                "spot_scoring_time": "2025-08-06T10:13:10Z",
                "scheduled_resolve_time": "2025-08-13T16:14:00Z",
                "actual_resolve_time": "2025-08-17T00:22:39Z",
                "resolution_set_time": "2025-08-17T00:23:17.371415Z",
                "scheduled_close_time": "2025-08-06T10:13:10Z",
                "actual_close_time": "2025-08-06T10:13:10Z",
                "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": "Enphase Energy, Inc. is a company that is listed on the S&P 500 index. It's ticker is ENPH. It's last close price as of the creation of this question (2025-08-02 23:28:36) is 31.43. You can find more information about Enphase Energy, Inc. at https://finance.yahoo.com/quote/ENPH\n\nEnphase Energy, Inc., together with its subsidiaries, designs, develops, manufactures, and sells home energy solutions for the solar photovoltaic industry in the United States and internationally. The company offers semiconductor-based microinverter that converts energy at the individual solar module level and combines with its proprietary networking and software technologies to provide energy monitoring and control. It also provides microinverter units and related accessories; IQ Battery and related accessories; IQ Gateway and IQ Energy Router; cloud-based Enlighten monitoring service; and electric vehicle charging solutions, as well as design, proposal, permitting, and lead generation services. The company sells its solutions to solar distributors; and directly to large installers, original equipment manufacturers, strategic partners, and homeowners, as well as through its legacy product upgrade program or online store. Enphase Energy, Inc. was incorporated in 2006 and is headquartered in Fremont, California.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"ENPH\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of ENPH. If it is higher than the close price on 2025-08-06, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39024,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754473484.096618,
                                "end_time": null,
                                "forecaster_count": 42,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.4
                                ],
                                "interval_upper_bounds": [
                                    0.5
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754473484.096618,
                            "end_time": null,
                            "forecaster_count": 42,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.4
                            ],
                            "interval_upper_bounds": [
                                0.5
                            ],
                            "forecast_values": [
                                0.6,
                                0.4
                            ],
                            "means": [
                                0.4213629167424984
                            ],
                            "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.011325021621769293,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3343470039728833,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    4.506039648877385,
                                    0.0,
                                    0.0,
                                    0.2767645108512169,
                                    0.0,
                                    1.2461333238830665,
                                    0.0,
                                    0.1669059266791499,
                                    0.0,
                                    0.09464378440008571,
                                    0.6873127679621784,
                                    0.0,
                                    0.0,
                                    0.9425906576443277,
                                    0.0,
                                    0.48310715189753217,
                                    0.0,
                                    2.087358120971561,
                                    0.0,
                                    0.0,
                                    0.6269882669302947,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.006304276060674225,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -17.362211276774648,
                            "peer_score": -1.4066127049398767,
                            "coverage": 0.5482797549830543,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.5482797549830543,
                            "spot_peer_score": -2.7527526694297215,
                            "spot_baseline_score": -32.19280948873623,
                            "baseline_archived_score": -17.362211276774648,
                            "peer_archived_score": -1.4066127049398767,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -2.7527526694297215,
                            "spot_baseline_archived_score": -32.19280948873623
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 43,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Enphase Energy, Inc. is a company that is listed on the S&P 500 index. It's ticker is ENPH. It's last close price as of the creation of this question (2025-08-02 23:28:36) is 31.43. You can find more information about Enphase Energy, Inc. at https://finance.yahoo.com/quote/ENPH\n\nEnphase Energy, Inc., together with its subsidiaries, designs, develops, manufactures, and sells home energy solutions for the solar photovoltaic industry in the United States and internationally. The company offers semiconductor-based microinverter that converts energy at the individual solar module level and combines with its proprietary networking and software technologies to provide energy monitoring and control. It also provides microinverter units and related accessories; IQ Battery and related accessories; IQ Gateway and IQ Energy Router; cloud-based Enlighten monitoring service; and electric vehicle charging solutions, as well as design, proposal, permitting, and lead generation services. The company sells its solutions to solar distributors; and directly to large installers, original equipment manufacturers, strategic partners, and homeowners, as well as through its legacy product upgrade program or online store. Enphase Energy, Inc. was incorporated in 2006 and is headquartered in Fremont, California.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"ENPH\"}}`"
        },
        {
            "id": 39023,
            "title": "Will GNRC's market close price on 2025-08-13 be higher than its market close price on 2025-08-05?",
            "short_title": "Will GNRC's market close price on 2025-08-13 be higher than its market close price on 2025-08-05?",
            "url_title": "Will GNRC's market close price on 2025-08-13 be higher than its market close price on 2025-08-05?",
            "slug": "will-gnrcs-market-close-price-on-2025-08-13-be-higher-than-its-market-close-price-on-2025-08-05",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:11.436345Z",
            "published_at": "2025-08-05T07:17:25Z",
            "edited_at": "2025-09-05T17:28:59.943838Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:11.753694Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-05T08:17:25Z",
            "scheduled_close_time": "2025-08-05T08:17:25Z",
            "scheduled_resolve_time": "2025-08-13T22:58:27Z",
            "actual_resolve_time": "2025-08-17T00:22:44Z",
            "open_time": "2025-08-05T07:17:25Z",
            "nr_forecasters": 1,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38364,
                "title": "Will GNRC's market close price on 2025-08-13 be higher than its market close price on 2025-08-05?",
                "created_at": "2025-08-02T23:29:11.436797Z",
                "open_time": "2025-08-05T07:17:25Z",
                "cp_reveal_time": "2025-08-05T08:17:25Z",
                "spot_scoring_time": "2025-08-05T08:17:25Z",
                "scheduled_resolve_time": "2025-08-13T22:58:27Z",
                "actual_resolve_time": "2025-08-17T00:22:44Z",
                "resolution_set_time": "2025-08-17T00:23:30.567692Z",
                "scheduled_close_time": "2025-08-05T08:17:25Z",
                "actual_close_time": "2025-08-05T08:17:25Z",
                "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": "Generac Holdings Inc. is a company that is listed on the S&P 500 index. It's ticker is GNRC. It's last close price as of the creation of this question (2025-08-02 23:28:35) is 193.63. You can find more information about Generac Holdings Inc. at https://finance.yahoo.com/quote/GNRC\n\nGenerac Holdings Inc. designs, manufactures, and distributes energy technology products and solution worldwide. The company offers residential automatic standby generators, automatic transfer switch, air-cooled engine residential standby generators, and liquid-cooled engine generators; Mobile Link, a remote monitoring system for home standby generators; residential battery storage systems; smart home solutions, such as smart thermostats and a suite of home monitoring products. It also provides smart home energy management devices and sensors for heating and cooling system; smart doorbell cameras; and portable and inverter generators; multiple portable battery solutions; manual transfer switches; outdoor power equipment, including trimmers, field and brush mowers, log splitters, stump grinders, chipper shredders, lawn and leaf vacuums, and pressure washers and water pumps; and battery-powered turf care products. In addition, the company offers commercial and industrial products comprising cleaner-burning natural gas fueled generators; light-commercial standby generators and related transfer switches; stationary generators; single-engine industrial generators; industrial standby generators; industrial transfer switches; light towers, mobile generators, commercial mobile pumps, heaters, dust-suppression equipment, and mobile energy storage systems; battery energy storage system and related inverter products; and aftermarket service parts and product accessories. Further, it provides Concerto energy-balancing software platform for controlling and dispatching distributed energy resources. The company distributes its products through independent residential dealers, industrial distributors and dealers, national and regional retailers, e-commerce partners, electrical/HVAC/solar wholesalers, solar installers, catalogs, equipment rental companies, and other equipment distributors; and directly to end users. The company was founded in 1959 and is based in Waukesha, Wisconsin.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"GNRC\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of GNRC. If it is higher than the close price on 2025-08-05, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39023,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754379716.565157,
                                "end_time": null,
                                "forecaster_count": 1,
                                "interval_lower_bounds": [
                                    0.46
                                ],
                                "centers": [
                                    0.46
                                ],
                                "interval_upper_bounds": [
                                    0.46
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754379716.565157,
                            "end_time": null,
                            "forecaster_count": 1,
                            "interval_lower_bounds": [
                                0.46
                            ],
                            "centers": [
                                0.46
                            ],
                            "interval_upper_bounds": [
                                0.46
                            ],
                            "forecast_values": [
                                0.54,
                                0.46
                            ],
                            "means": [
                                0.46
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -7.112178846232898,
                            "peer_score": 0.0,
                            "coverage": 0.5912319008509318,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.5912319008509318,
                            "spot_peer_score": 0.0,
                            "spot_baseline_score": -12.029423371771177,
                            "baseline_archived_score": -7.112178846232898,
                            "peer_archived_score": 0.0,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.0,
                            "spot_baseline_archived_score": -12.029423371771177
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 1,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Generac Holdings Inc. is a company that is listed on the S&P 500 index. It's ticker is GNRC. It's last close price as of the creation of this question (2025-08-02 23:28:35) is 193.63. You can find more information about Generac Holdings Inc. at https://finance.yahoo.com/quote/GNRC\n\nGenerac Holdings Inc. designs, manufactures, and distributes energy technology products and solution worldwide. The company offers residential automatic standby generators, automatic transfer switch, air-cooled engine residential standby generators, and liquid-cooled engine generators; Mobile Link, a remote monitoring system for home standby generators; residential battery storage systems; smart home solutions, such as smart thermostats and a suite of home monitoring products. It also provides smart home energy management devices and sensors for heating and cooling system; smart doorbell cameras; and portable and inverter generators; multiple portable battery solutions; manual transfer switches; outdoor power equipment, including trimmers, field and brush mowers, log splitters, stump grinders, chipper shredders, lawn and leaf vacuums, and pressure washers and water pumps; and battery-powered turf care products. In addition, the company offers commercial and industrial products comprising cleaner-burning natural gas fueled generators; light-commercial standby generators and related transfer switches; stationary generators; single-engine industrial generators; industrial standby generators; industrial transfer switches; light towers, mobile generators, commercial mobile pumps, heaters, dust-suppression equipment, and mobile energy storage systems; battery energy storage system and related inverter products; and aftermarket service parts and product accessories. Further, it provides Concerto energy-balancing software platform for controlling and dispatching distributed energy resources. The company distributes its products through independent residential dealers, industrial distributors and dealers, national and regional retailers, e-commerce partners, electrical/HVAC/solar wholesalers, solar installers, catalogs, equipment rental companies, and other equipment distributors; and directly to end users. The company was founded in 1959 and is based in Waukesha, Wisconsin.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"GNRC\"}}`"
        },
        {
            "id": 39022,
            "title": "Will OXY's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "short_title": "Will OXY's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "url_title": "Will OXY's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "slug": "will-oxys-market-close-price-on-2025-08-15-be-higher-than-its-market-close-price-on-2025-08-04",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:10.779093Z",
            "published_at": "2025-08-04T04:10:43Z",
            "edited_at": "2025-09-05T17:29:24.133848Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:11.118912Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-04T05:10:43Z",
            "scheduled_close_time": "2025-08-04T05:10:43Z",
            "scheduled_resolve_time": "2025-08-15T20:30:08Z",
            "actual_resolve_time": "2025-08-17T00:22:54Z",
            "open_time": "2025-08-04T04:10:43Z",
            "nr_forecasters": 0,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38363,
                "title": "Will OXY's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
                "created_at": "2025-08-02T23:29:10.779604Z",
                "open_time": "2025-08-04T04:10:43Z",
                "cp_reveal_time": "2025-08-04T05:10:43Z",
                "spot_scoring_time": "2025-08-04T05:10:43Z",
                "scheduled_resolve_time": "2025-08-15T20:30:08Z",
                "actual_resolve_time": "2025-08-17T00:22:54Z",
                "resolution_set_time": "2025-08-17T00:23:53.049458Z",
                "scheduled_close_time": "2025-08-04T05:10:43Z",
                "actual_close_time": "2025-08-04T05:10:43Z",
                "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": "Occidental Petroleum Corporation is a company that is listed on the S&P 500 index. It's ticker is OXY. It's last close price as of the creation of this question (2025-08-02 23:28:34) is 43.41. You can find more information about Occidental Petroleum Corporation at https://finance.yahoo.com/quote/OXY\n\nOccidental Petroleum Corporation, together with its subsidiaries, engages in the acquisition, exploration, and development of oil and gas properties in the United States and internationally. It operates through three segments: Oil and Gas, Chemical, and Midstream and Marketing. The Oil and Gas segment explores for, develops, and produces oil and condensate, natural gas liquids (NGLs), and natural gas. The Chemical segment manufactures and markets basic chemicals, including chlorine, caustic soda, chlorinated organics, potassium chemicals, ethylene dichloride, chlorinated isocyanurates, sodium silicates, and calcium chloride; and vinyls comprising vinyl chloride monomer, polyvinyl chloride, and ethylene. The Midstream and Marketing segment purchases, markets, gathers, processes, transports and stores oil, condensate, NGLs, natural gas, carbon dioxide, and power. This segment invests in entities. Occidental Petroleum Corporation was founded in 1920 and is headquartered in Houston, Texas.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"OXY\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of OXY. If it is higher than the close price on 2025-08-04, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39022,
                "aggregations": {
                    "recency_weighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 0,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Occidental Petroleum Corporation is a company that is listed on the S&P 500 index. It's ticker is OXY. It's last close price as of the creation of this question (2025-08-02 23:28:34) is 43.41. You can find more information about Occidental Petroleum Corporation at https://finance.yahoo.com/quote/OXY\n\nOccidental Petroleum Corporation, together with its subsidiaries, engages in the acquisition, exploration, and development of oil and gas properties in the United States and internationally. It operates through three segments: Oil and Gas, Chemical, and Midstream and Marketing. The Oil and Gas segment explores for, develops, and produces oil and condensate, natural gas liquids (NGLs), and natural gas. The Chemical segment manufactures and markets basic chemicals, including chlorine, caustic soda, chlorinated organics, potassium chemicals, ethylene dichloride, chlorinated isocyanurates, sodium silicates, and calcium chloride; and vinyls comprising vinyl chloride monomer, polyvinyl chloride, and ethylene. The Midstream and Marketing segment purchases, markets, gathers, processes, transports and stores oil, condensate, NGLs, natural gas, carbon dioxide, and power. This segment invests in entities. Occidental Petroleum Corporation was founded in 1920 and is headquartered in Houston, Texas.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"OXY\"}}`"
        },
        {
            "id": 39021,
            "title": "Will WMT's market close price on 2025-08-13 be higher than its market close price on 2025-08-05?",
            "short_title": "Will WMT's market close price on 2025-08-13 be higher than its market close price on 2025-08-05?",
            "url_title": "Will WMT's market close price on 2025-08-13 be higher than its market close price on 2025-08-05?",
            "slug": "will-wmts-market-close-price-on-2025-08-13-be-higher-than-its-market-close-price-on-2025-08-05",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:10.268114Z",
            "published_at": "2025-08-05T09:15:51Z",
            "edited_at": "2025-09-05T17:29:23.955565Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:10.589006Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-05T10:15:51Z",
            "scheduled_close_time": "2025-08-05T10:15:51Z",
            "scheduled_resolve_time": "2025-08-13T06:33:31Z",
            "actual_resolve_time": "2025-08-17T00:22:43Z",
            "open_time": "2025-08-05T09:15:51Z",
            "nr_forecasters": 1,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38362,
                "title": "Will WMT's market close price on 2025-08-13 be higher than its market close price on 2025-08-05?",
                "created_at": "2025-08-02T23:29:10.268601Z",
                "open_time": "2025-08-05T09:15:51Z",
                "cp_reveal_time": "2025-08-05T10:15:51Z",
                "spot_scoring_time": "2025-08-05T10:15:51Z",
                "scheduled_resolve_time": "2025-08-13T06:33:31Z",
                "actual_resolve_time": "2025-08-17T00:22:43Z",
                "resolution_set_time": "2025-08-17T00:23:28.757011Z",
                "scheduled_close_time": "2025-08-05T10:15:51Z",
                "actual_close_time": "2025-08-05T10:15:51Z",
                "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": "Walmart Inc. is a company that is listed on the S&P 500 index. It's ticker is WMT. It's last close price as of the creation of this question (2025-08-02 23:28:33) is 98.49. You can find more information about Walmart Inc. at https://finance.yahoo.com/quote/WMT\n\nWalmart Inc. engages in the operation of retail and wholesale stores and clubs, eCommerce websites, and mobile applications worldwide. The company operates through three segments: Walmart U.S., Walmart International, and Sam's Club. It operates supercenters, supermarkets, warehouse clubs, cash and carry stores, and discount stores under Walmart and Walmart Neighborhood Market brands; membership-only warehouse clubs; and ecommerce websites, such as walmart.com.mx, walmart.ca, flipkart.com, PhonePe and other sites. The company also offers grocery items, including dry grocery, snacks, dairy, meat, produce, deli and bakery, frozen foods, alcoholic and nonalcoholic beverages, as well as consumables, such as health and beauty aids, pet supplies, household chemicals, paper goods, and baby products; and fuel and other categories. In addition, it is involved in the provision of health and wellness products covering pharmacy, optical and hearing services, over-the-counter drugs, and protein and nutrition products; and home, hardlines, and seasonal items, including home improvement, outdoor living, gardening, furniture, apparel, jewelry, tools and power equipment, housewares, toys, and mattresses. Further, the company offers consumer electronics and accessories, software, video games, office supplies, appliances, and third-party gift cards. Additionally, it operates digital payment platforms; offers financial services and related products, including money transfers, bill payments, money orders, check cashing, prepaid access, co-branded credit cards, installment lending, and earned wage access; and markets lines of merchandise under private and licensed brands. The company was formerly known as Wal-Mart Stores, Inc. and changed its name to Walmart Inc. in February 2018. Walmart Inc. was founded in 1945 and is based in Bentonville, Arkansas.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"WMT\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of WMT. If it is higher than the close price on 2025-08-05, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39021,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754387015.37028,
                                "end_time": null,
                                "forecaster_count": 1,
                                "interval_lower_bounds": [
                                    0.53
                                ],
                                "centers": [
                                    0.53
                                ],
                                "interval_upper_bounds": [
                                    0.53
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754387015.37028,
                            "end_time": null,
                            "forecaster_count": 1,
                            "interval_lower_bounds": [
                                0.53
                            ],
                            "centers": [
                                0.53
                            ],
                            "interval_upper_bounds": [
                                0.53
                            ],
                            "forecast_values": [
                                0.47,
                                0.53
                            ],
                            "means": [
                                0.53
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 4.519924703117177,
                            "peer_score": 0.0,
                            "coverage": 0.537674922214614,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.537674922214614,
                            "spot_peer_score": 0.0,
                            "spot_baseline_score": 8.406426478847456,
                            "baseline_archived_score": 4.519924703117177,
                            "peer_archived_score": 0.0,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.0,
                            "spot_baseline_archived_score": 8.406426478847456
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 1,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Walmart Inc. is a company that is listed on the S&P 500 index. It's ticker is WMT. It's last close price as of the creation of this question (2025-08-02 23:28:33) is 98.49. You can find more information about Walmart Inc. at https://finance.yahoo.com/quote/WMT\n\nWalmart Inc. engages in the operation of retail and wholesale stores and clubs, eCommerce websites, and mobile applications worldwide. The company operates through three segments: Walmart U.S., Walmart International, and Sam's Club. It operates supercenters, supermarkets, warehouse clubs, cash and carry stores, and discount stores under Walmart and Walmart Neighborhood Market brands; membership-only warehouse clubs; and ecommerce websites, such as walmart.com.mx, walmart.ca, flipkart.com, PhonePe and other sites. The company also offers grocery items, including dry grocery, snacks, dairy, meat, produce, deli and bakery, frozen foods, alcoholic and nonalcoholic beverages, as well as consumables, such as health and beauty aids, pet supplies, household chemicals, paper goods, and baby products; and fuel and other categories. In addition, it is involved in the provision of health and wellness products covering pharmacy, optical and hearing services, over-the-counter drugs, and protein and nutrition products; and home, hardlines, and seasonal items, including home improvement, outdoor living, gardening, furniture, apparel, jewelry, tools and power equipment, housewares, toys, and mattresses. Further, the company offers consumer electronics and accessories, software, video games, office supplies, appliances, and third-party gift cards. Additionally, it operates digital payment platforms; offers financial services and related products, including money transfers, bill payments, money orders, check cashing, prepaid access, co-branded credit cards, installment lending, and earned wage access; and markets lines of merchandise under private and licensed brands. The company was formerly known as Wal-Mart Stores, Inc. and changed its name to Walmart Inc. in February 2018. Walmart Inc. was founded in 1945 and is based in Bentonville, Arkansas.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"WMT\"}}`"
        },
        {
            "id": 39020,
            "title": "Will DDOG's market close price on 2025-08-16 be higher than its market close price on 2025-08-04?",
            "short_title": "Will DDOG's market close price on 2025-08-16 be higher than its market close price on 2025-08-04?",
            "url_title": "Will DDOG's market close price on 2025-08-16 be higher than its market close price on 2025-08-04?",
            "slug": "will-ddogs-market-close-price-on-2025-08-16-be-higher-than-its-market-close-price-on-2025-08-04",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:09.596174Z",
            "published_at": "2025-08-04T20:58:11Z",
            "edited_at": "2025-09-05T17:28:59.061180Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:09.918666Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-04T21:58:11Z",
            "scheduled_close_time": "2025-08-04T21:58:11Z",
            "scheduled_resolve_time": "2025-08-16T02:36:52Z",
            "actual_resolve_time": "2025-08-17T00:22:48Z",
            "open_time": "2025-08-04T20:58:11Z",
            "nr_forecasters": 1,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38361,
                "title": "Will DDOG's market close price on 2025-08-16 be higher than its market close price on 2025-08-04?",
                "created_at": "2025-08-02T23:29:09.596624Z",
                "open_time": "2025-08-04T20:58:11Z",
                "cp_reveal_time": "2025-08-04T21:58:11Z",
                "spot_scoring_time": "2025-08-04T21:58:11Z",
                "scheduled_resolve_time": "2025-08-16T02:36:52Z",
                "actual_resolve_time": "2025-08-17T00:22:48Z",
                "resolution_set_time": "2025-08-17T00:23:39.624611Z",
                "scheduled_close_time": "2025-08-04T21:58:11Z",
                "actual_close_time": "2025-08-04T21:58:11Z",
                "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": "Datadog, Inc. is a company that is listed on the S&P 500 index. It's ticker is DDOG. It's last close price as of the creation of this question (2025-08-02 23:28:31) is 135.6. You can find more information about Datadog, Inc. at https://finance.yahoo.com/quote/DDOG\n\nDatadog, Inc. operates an observability and security platform for cloud applications in the United States and internationally. The company's products comprise infrastructure and application performance monitoring, log management, digital experience monitoring, continuous profiler, database monitoring, data observability, universal service monitoring, network monitoring, error tracking, incident management, workflow automation, observability pipelines, cloud cost and cloud security management, application security management, cloud SIEM, sensitive data scanner, event management and CI and LLM visibility. Datadog, Inc. was incorporated in 2010 and is headquartered in New York, New York.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"DDOG\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of DDOG. If it is higher than the close price on 2025-08-04, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39020,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754341735.077747,
                                "end_time": null,
                                "forecaster_count": 1,
                                "interval_lower_bounds": [
                                    0.57
                                ],
                                "centers": [
                                    0.57
                                ],
                                "interval_upper_bounds": [
                                    0.57
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754341735.077747,
                            "end_time": null,
                            "forecaster_count": 1,
                            "interval_lower_bounds": [
                                0.57
                            ],
                            "centers": [
                                0.57
                            ],
                            "interval_upper_bounds": [
                                0.57
                            ],
                            "forecast_values": [
                                0.43000000000000005,
                                0.57
                            ],
                            "means": [
                                0.57
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -17.866204582505468,
                            "peer_score": 0.0,
                            "coverage": 0.8210895146926244,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.8210895146926244,
                            "spot_peer_score": 0.0,
                            "spot_baseline_score": -21.75914350726266,
                            "baseline_archived_score": -17.866204582505468,
                            "peer_archived_score": 0.0,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.0,
                            "spot_baseline_archived_score": -21.75914350726266
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 1,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Datadog, Inc. is a company that is listed on the S&P 500 index. It's ticker is DDOG. It's last close price as of the creation of this question (2025-08-02 23:28:31) is 135.6. You can find more information about Datadog, Inc. at https://finance.yahoo.com/quote/DDOG\n\nDatadog, Inc. operates an observability and security platform for cloud applications in the United States and internationally. The company's products comprise infrastructure and application performance monitoring, log management, digital experience monitoring, continuous profiler, database monitoring, data observability, universal service monitoring, network monitoring, error tracking, incident management, workflow automation, observability pipelines, cloud cost and cloud security management, application security management, cloud SIEM, sensitive data scanner, event management and CI and LLM visibility. Datadog, Inc. was incorporated in 2010 and is headquartered in New York, New York.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"DDOG\"}}`"
        },
        {
            "id": 39019,
            "title": "Will BMY's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "short_title": "Will BMY's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "url_title": "Will BMY's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "slug": "will-bmys-market-close-price-on-2025-08-15-be-higher-than-its-market-close-price-on-2025-08-04",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:08.963550Z",
            "published_at": "2025-08-04T07:12:23Z",
            "edited_at": "2025-09-05T17:29:01.827449Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:09.288866Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-04T08:12:23Z",
            "scheduled_close_time": "2025-08-04T08:12:23Z",
            "scheduled_resolve_time": "2025-08-15T21:36:14Z",
            "actual_resolve_time": "2025-08-17T00:22:52Z",
            "open_time": "2025-08-04T07:12:23Z",
            "nr_forecasters": 0,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38360,
                "title": "Will BMY's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
                "created_at": "2025-08-02T23:29:08.964044Z",
                "open_time": "2025-08-04T07:12:23Z",
                "cp_reveal_time": "2025-08-04T08:12:23Z",
                "spot_scoring_time": "2025-08-04T08:12:23Z",
                "scheduled_resolve_time": "2025-08-15T21:36:14Z",
                "actual_resolve_time": "2025-08-17T00:22:52Z",
                "resolution_set_time": "2025-08-17T00:23:48.749702Z",
                "scheduled_close_time": "2025-08-04T08:12:23Z",
                "actual_close_time": "2025-08-04T08:12:23Z",
                "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": "Bristol-Myers Squibb Company is a company that is listed on the S&P 500 index. It's ticker is BMY. It's last close price as of the creation of this question (2025-08-02 23:28:30) is 44.23. You can find more information about Bristol-Myers Squibb Company at https://finance.yahoo.com/quote/BMY\n\nBristol-Myers Squibb Company discovers, develops, licenses, manufactures, markets, distributes, and sells biopharmaceutical products worldwide. It offers products for oncology, hematology, immunology, cardiovascular, neuroscience, and other areas. The company's products include Eliquis for reduction in risk of stroke/systemic embolism in non-valvular atrial fibrillation and for the treatment of DVT/PE; Opdivo for various anti-cancer indications; Pomalyst/Imnovid for multiple myeloma; Orencia for active rheumatoid arthritis and psoriatic arthritis; and Sprycel to treat patients with Philadelphia chromosome-positive chronic myeloid leukemia. It also provides Yervoy for the treatment of patients with unresectable or metastatic melanoma; Empliciti for the treatment of relapsed/refractory multiple myeloma; Abecma for the treatment of patients with relapsed or refractory multiple myeloma; Reblozyl to treat anemia; Opdualag for the treatment of unresectable or metastatic melanoma; and Zeposia to treat relapsing forms of multiple sclerosis. In addition, the company offers Breyanzi for the treatment of patients with relapsed or refractory large B-cell lymphoma; Cobenfy to treat schizophrenia in adults; Krazati for the treatment of adult patients with KRASG12C-mutated locally advanced or metastatic non-small cell lung cancer (NSCLC); Camzyos to treat symptomatic obstructive HCM to improve functional capacity and symptom; Sotyktu for the treatment of moderate-to-severe plaque psoriasis; Augtyro for the treatment of locally advanced or metastatic ROS1-positive NSCLC; Revlimid, an oral immunomodulatory drug to treat multiple myeloma; and Abraxane for the treatment of breast cancer, NSCLC and pancreatic cancer. It sells products to wholesalers, distributors, pharmacies, retailers, hospitals, clinics, and government agencies. The company was formerly known as Bristol-Myers Company. Bristol-Myers Squibb Company was founded in 1887 and is headquartered in Princeton, New Jersey.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"BMY\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of BMY. If it is higher than the close price on 2025-08-04, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39019,
                "aggregations": {
                    "recency_weighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 0,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Bristol-Myers Squibb Company is a company that is listed on the S&P 500 index. It's ticker is BMY. It's last close price as of the creation of this question (2025-08-02 23:28:30) is 44.23. You can find more information about Bristol-Myers Squibb Company at https://finance.yahoo.com/quote/BMY\n\nBristol-Myers Squibb Company discovers, develops, licenses, manufactures, markets, distributes, and sells biopharmaceutical products worldwide. It offers products for oncology, hematology, immunology, cardiovascular, neuroscience, and other areas. The company's products include Eliquis for reduction in risk of stroke/systemic embolism in non-valvular atrial fibrillation and for the treatment of DVT/PE; Opdivo for various anti-cancer indications; Pomalyst/Imnovid for multiple myeloma; Orencia for active rheumatoid arthritis and psoriatic arthritis; and Sprycel to treat patients with Philadelphia chromosome-positive chronic myeloid leukemia. It also provides Yervoy for the treatment of patients with unresectable or metastatic melanoma; Empliciti for the treatment of relapsed/refractory multiple myeloma; Abecma for the treatment of patients with relapsed or refractory multiple myeloma; Reblozyl to treat anemia; Opdualag for the treatment of unresectable or metastatic melanoma; and Zeposia to treat relapsing forms of multiple sclerosis. In addition, the company offers Breyanzi for the treatment of patients with relapsed or refractory large B-cell lymphoma; Cobenfy to treat schizophrenia in adults; Krazati for the treatment of adult patients with KRASG12C-mutated locally advanced or metastatic non-small cell lung cancer (NSCLC); Camzyos to treat symptomatic obstructive HCM to improve functional capacity and symptom; Sotyktu for the treatment of moderate-to-severe plaque psoriasis; Augtyro for the treatment of locally advanced or metastatic ROS1-positive NSCLC; Revlimid, an oral immunomodulatory drug to treat multiple myeloma; and Abraxane for the treatment of breast cancer, NSCLC and pancreatic cancer. It sells products to wholesalers, distributors, pharmacies, retailers, hospitals, clinics, and government agencies. The company was formerly known as Bristol-Myers Company. Bristol-Myers Squibb Company was founded in 1887 and is headquartered in Princeton, New Jersey.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"BMY\"}}`"
        },
        {
            "id": 39018,
            "title": "Will DVA's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "short_title": "Will DVA's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "url_title": "Will DVA's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "slug": "will-dvas-market-close-price-on-2025-08-15-be-higher-than-its-market-close-price-on-2025-08-04",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:08.265102Z",
            "published_at": "2025-08-04T09:56:36Z",
            "edited_at": "2025-09-05T17:29:05.892132Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:08.596075Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-04T10:56:36Z",
            "scheduled_close_time": "2025-08-04T10:56:36Z",
            "scheduled_resolve_time": "2025-08-15T22:16:52Z",
            "actual_resolve_time": "2025-08-17T00:22:51Z",
            "open_time": "2025-08-04T09:56:36Z",
            "nr_forecasters": 0,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38359,
                "title": "Will DVA's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
                "created_at": "2025-08-02T23:29:08.265510Z",
                "open_time": "2025-08-04T09:56:36Z",
                "cp_reveal_time": "2025-08-04T10:56:36Z",
                "spot_scoring_time": "2025-08-04T10:56:36Z",
                "scheduled_resolve_time": "2025-08-15T22:16:52Z",
                "actual_resolve_time": "2025-08-17T00:22:51Z",
                "resolution_set_time": "2025-08-17T00:23:46.643123Z",
                "scheduled_close_time": "2025-08-04T10:56:36Z",
                "actual_close_time": "2025-08-04T10:56:36Z",
                "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": "DaVita Inc. is a company that is listed on the S&P 500 index. It's ticker is DVA. It's last close price as of the creation of this question (2025-08-02 23:28:29) is 138.48. You can find more information about DaVita Inc. at https://finance.yahoo.com/quote/DVA\n\nDaVita Inc. provides kidney dialysis services for patients suffering from chronic kidney failure in the United States. The company operates kidney dialysis centers and provides related lab services in outpatient dialysis centers. It also offers outpatient, hospital inpatient, and home-based hemodialysis services; operates clinical laboratories that provide routine laboratory tests for dialysis and other physician-prescribed laboratory tests for ESRD patients; and management and administrative services to outpatient dialysis centers. In addition, the company offers integrated care and disease management services to patients in risk-based and other integrated care arrangements; clinical research programs; physician services; and comprehensive kidney care services. Further, it engages in the provision of inpatient dialysis services and related laboratory services; and transplant software business. The company was formerly known as DaVita HealthCare Partners Inc. and changed its name to DaVita Inc. in September 2016. DaVita Inc. was incorporated in 1994 and is headquartered in Denver, Colorado.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"DVA\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of DVA. If it is higher than the close price on 2025-08-04, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39018,
                "aggregations": {
                    "recency_weighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 0,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "DaVita Inc. is a company that is listed on the S&P 500 index. It's ticker is DVA. It's last close price as of the creation of this question (2025-08-02 23:28:29) is 138.48. You can find more information about DaVita Inc. at https://finance.yahoo.com/quote/DVA\n\nDaVita Inc. provides kidney dialysis services for patients suffering from chronic kidney failure in the United States. The company operates kidney dialysis centers and provides related lab services in outpatient dialysis centers. It also offers outpatient, hospital inpatient, and home-based hemodialysis services; operates clinical laboratories that provide routine laboratory tests for dialysis and other physician-prescribed laboratory tests for ESRD patients; and management and administrative services to outpatient dialysis centers. In addition, the company offers integrated care and disease management services to patients in risk-based and other integrated care arrangements; clinical research programs; physician services; and comprehensive kidney care services. Further, it engages in the provision of inpatient dialysis services and related laboratory services; and transplant software business. The company was formerly known as DaVita HealthCare Partners Inc. and changed its name to DaVita Inc. in September 2016. DaVita Inc. was incorporated in 1994 and is headquartered in Denver, Colorado.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"DVA\"}}`"
        },
        {
            "id": 39017,
            "title": "Will KMI's market close price on 2025-08-15 be higher than its market close price on 2025-08-06?",
            "short_title": "Will KMI's market close price on 2025-08-15 be higher than its market close price on 2025-08-06?",
            "url_title": "Will KMI's market close price on 2025-08-15 be higher than its market close price on 2025-08-06?",
            "slug": "will-kmis-market-close-price-on-2025-08-15-be-higher-than-its-market-close-price-on-2025-08-06",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:07.625293Z",
            "published_at": "2025-08-06T14:05:41Z",
            "edited_at": "2025-09-05T17:28:51.421912Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:07.943397Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-06T15:05:41Z",
            "scheduled_close_time": "2025-08-06T15:05:41Z",
            "scheduled_resolve_time": "2025-08-15T23:40:05Z",
            "actual_resolve_time": "2025-08-17T00:22:38Z",
            "open_time": "2025-08-06T14:05:41Z",
            "nr_forecasters": 40,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38358,
                "title": "Will KMI's market close price on 2025-08-15 be higher than its market close price on 2025-08-06?",
                "created_at": "2025-08-02T23:29:07.625744Z",
                "open_time": "2025-08-06T14:05:41Z",
                "cp_reveal_time": "2025-08-06T15:05:41Z",
                "spot_scoring_time": "2025-08-06T15:05:41Z",
                "scheduled_resolve_time": "2025-08-15T23:40:05Z",
                "actual_resolve_time": "2025-08-17T00:22:38Z",
                "resolution_set_time": "2025-08-17T00:23:15.711229Z",
                "scheduled_close_time": "2025-08-06T15:05:41Z",
                "actual_close_time": "2025-08-06T15:05:41Z",
                "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": "Kinder Morgan, Inc. is a company that is listed on the S&P 500 index. It's ticker is KMI. It's last close price as of the creation of this question (2025-08-02 23:28:28) is 28.1. You can find more information about Kinder Morgan, Inc. at https://finance.yahoo.com/quote/KMI\n\nKinder Morgan, Inc. operates as an energy infrastructure company primarily in North America. The company operates through Natural Gas Pipelines, Products Pipelines, Terminals, and CO2 segments. The Natural Gas Pipelines segment owns and operates interstate and intrastate natural gas pipeline, and storage systems; natural gas gathering systems and natural gas processing and treating facilities; natural gas liquids fractionation facilities and transportation systems; and liquefied natural gas gasification, liquefaction, and storage facilities. The Products Pipelines segment owns and operates refined petroleum products, and crude oil and condensate pipelines; and associated product terminals and petroleum pipeline transmix facilities. The Terminals segment owns and/or operates liquids and bulk terminals that stores and handles various commodities, including gasoline, diesel fuel, renewable fuel and feedstocks, chemicals, ethanol, metals, and petroleum coke; and owns tankers. The CO2 segment produces, transports, and markets CO2 to recovery and production crude oil from mature oil fields; owns interests in/or operates oil fields and gasoline processing plants; and operates a crude oil pipeline system in West Texas, as well as owns and operates RNG and LNG facilities. The company was formerly known as Kinder Morgan Holdco LLC and changed its name to Kinder Morgan, Inc. in February 2011. Kinder Morgan, Inc. was founded in 1997 and is headquartered in Houston, Texas.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"KMI\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of KMI. If it is higher than the close price on 2025-08-06, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39017,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754489663.437809,
                                "end_time": null,
                                "forecaster_count": 40,
                                "interval_lower_bounds": [
                                    0.45
                                ],
                                "centers": [
                                    0.55
                                ],
                                "interval_upper_bounds": [
                                    0.5933333333333334
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754489663.437809,
                            "end_time": null,
                            "forecaster_count": 40,
                            "interval_lower_bounds": [
                                0.45
                            ],
                            "centers": [
                                0.55
                            ],
                            "interval_upper_bounds": [
                                0.5933333333333334
                            ],
                            "forecast_values": [
                                0.44999999999999996,
                                0.55
                            ],
                            "means": [
                                0.5228181226179818
                            ],
                            "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.6104228132231739,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1955926439443472,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.7816409688916064,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.004870516352324537,
                                    0.0,
                                    0.7228487183092426,
                                    0.0,
                                    0.5186697740125843,
                                    3.1865723390020975,
                                    0.3146391232188531,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.42545482854713956,
                                    0.0,
                                    0.2403700099395794,
                                    0.0,
                                    0.0,
                                    1.1568496150547696,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": -14.867897439157849,
                            "peer_score": -0.16092482424332918,
                            "coverage": 0.9879391641749277,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9879391641749277,
                            "spot_peer_score": -0.3165542507151453,
                            "spot_baseline_score": -15.200309344505014,
                            "baseline_archived_score": -14.867897439157849,
                            "peer_archived_score": -0.16092482424332918,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -0.3165542507151453,
                            "spot_baseline_archived_score": -15.200309344505014
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 41,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Kinder Morgan, Inc. is a company that is listed on the S&P 500 index. It's ticker is KMI. It's last close price as of the creation of this question (2025-08-02 23:28:28) is 28.1. You can find more information about Kinder Morgan, Inc. at https://finance.yahoo.com/quote/KMI\n\nKinder Morgan, Inc. operates as an energy infrastructure company primarily in North America. The company operates through Natural Gas Pipelines, Products Pipelines, Terminals, and CO2 segments. The Natural Gas Pipelines segment owns and operates interstate and intrastate natural gas pipeline, and storage systems; natural gas gathering systems and natural gas processing and treating facilities; natural gas liquids fractionation facilities and transportation systems; and liquefied natural gas gasification, liquefaction, and storage facilities. The Products Pipelines segment owns and operates refined petroleum products, and crude oil and condensate pipelines; and associated product terminals and petroleum pipeline transmix facilities. The Terminals segment owns and/or operates liquids and bulk terminals that stores and handles various commodities, including gasoline, diesel fuel, renewable fuel and feedstocks, chemicals, ethanol, metals, and petroleum coke; and owns tankers. The CO2 segment produces, transports, and markets CO2 to recovery and production crude oil from mature oil fields; owns interests in/or operates oil fields and gasoline processing plants; and operates a crude oil pipeline system in West Texas, as well as owns and operates RNG and LNG facilities. The company was formerly known as Kinder Morgan Holdco LLC and changed its name to Kinder Morgan, Inc. in February 2011. Kinder Morgan, Inc. was founded in 1997 and is headquartered in Houston, Texas.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"KMI\"}}`"
        },
        {
            "id": 39016,
            "title": "Will JNJ's market close price on 2025-08-15 be higher than its market close price on 2025-08-05?",
            "short_title": "Will JNJ's market close price on 2025-08-15 be higher than its market close price on 2025-08-05?",
            "url_title": "Will JNJ's market close price on 2025-08-15 be higher than its market close price on 2025-08-05?",
            "slug": "will-jnjs-market-close-price-on-2025-08-15-be-higher-than-its-market-close-price-on-2025-08-05",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:06.953582Z",
            "published_at": "2025-08-05T12:10:08Z",
            "edited_at": "2025-09-05T17:29:01.149361Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:07.294676Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-05T13:10:08Z",
            "scheduled_close_time": "2025-08-05T13:10:08Z",
            "scheduled_resolve_time": "2025-08-15T05:18:08Z",
            "actual_resolve_time": "2025-08-17T00:22:43Z",
            "open_time": "2025-08-05T12:10:08Z",
            "nr_forecasters": 1,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38357,
                "title": "Will JNJ's market close price on 2025-08-15 be higher than its market close price on 2025-08-05?",
                "created_at": "2025-08-02T23:29:06.954072Z",
                "open_time": "2025-08-05T12:10:08Z",
                "cp_reveal_time": "2025-08-05T13:10:08Z",
                "spot_scoring_time": "2025-08-05T13:10:08Z",
                "scheduled_resolve_time": "2025-08-15T05:18:08Z",
                "actual_resolve_time": "2025-08-17T00:22:43Z",
                "resolution_set_time": "2025-08-17T00:23:28.141316Z",
                "scheduled_close_time": "2025-08-05T13:10:08Z",
                "actual_close_time": "2025-08-05T13:10:08Z",
                "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": "Johnson & Johnson is a company that is listed on the S&P 500 index. It's ticker is JNJ. It's last close price as of the creation of this question (2025-08-02 23:28:26) is 167.33. You can find more information about Johnson & Johnson at https://finance.yahoo.com/quote/JNJ\n\nJohnson & Johnson, together with its subsidiaries, engages in the research and development, manufacture, and sale of various products in the healthcare field worldwide. It operates in two segments, Innovative Medicine and MedTech. The Innovative Medicine segment offers products for various therapeutic areas, such as immunology, including rheumatoid arthritis, psoriatic arthritis, inflammatory bowel disease, and psoriasis; infectious diseases comprising HIV/AIDS; neuroscience, consisting of mood disorders, neurodegenerative disorders, and schizophrenia; oncology, such as prostate cancer, hematologic malignancies, lung cancer, and bladder cancer; cardiovascular and metabolism, including thrombosis, diabetes, and macular degeneration; and pulmonary hypertension comprising pulmonary arterial hypertension through retailers, wholesalers, distributors, hospitals, and healthcare professionals for prescription use. The MedTech segment provides electrophysiology products to treat heart rhythm disorders; the heart recovery portfolio, which includes technologies to treat severe coronary artery disease requiring high-risk PCI or AMI cardiogenic shock; circulatory restoration products for the treatment of calcified coronary artery and peripheral artery diseases; and neurovascular care that treats hemorrhagic and ischemic stroke. This segment offers an orthopaedics portfolio that includes products and enabling technologies that support hips, knees, trauma, spine, sports, and other; surgery portfolios comprising advanced and general surgery technologies, as well as solutions for breast aesthetics and reconstruction; contact lenses under the ACUVUE brand; and TECNIS intraocular lenses for cataract surgery. It distributes its products to wholesalers, hospitals, and retailers, as well as physicians, nurses, hospitals, eye care professionals, and clinics. The company was founded in 1886 and is based in New Brunswick, New Jersey.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"JNJ\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of JNJ. If it is higher than the close price on 2025-08-05, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39016,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754396174.616593,
                                "end_time": null,
                                "forecaster_count": 1,
                                "interval_lower_bounds": [
                                    0.52
                                ],
                                "centers": [
                                    0.52
                                ],
                                "interval_upper_bounds": [
                                    0.52
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754396174.616593,
                            "end_time": null,
                            "forecaster_count": 1,
                            "interval_lower_bounds": [
                                0.52
                            ],
                            "centers": [
                                0.52
                            ],
                            "interval_upper_bounds": [
                                0.52
                            ],
                            "forecast_values": [
                                0.48,
                                0.52
                            ],
                            "means": [
                                0.52
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 5.082117825996851,
                            "peer_score": 0.0,
                            "coverage": 0.8981620575322046,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.8981620575322046,
                            "spot_peer_score": 0.0,
                            "spot_baseline_score": 5.658352836636751,
                            "baseline_archived_score": 5.082117825996851,
                            "peer_archived_score": 0.0,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.0,
                            "spot_baseline_archived_score": 5.658352836636751
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 1,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Johnson & Johnson is a company that is listed on the S&P 500 index. It's ticker is JNJ. It's last close price as of the creation of this question (2025-08-02 23:28:26) is 167.33. You can find more information about Johnson & Johnson at https://finance.yahoo.com/quote/JNJ\n\nJohnson & Johnson, together with its subsidiaries, engages in the research and development, manufacture, and sale of various products in the healthcare field worldwide. It operates in two segments, Innovative Medicine and MedTech. The Innovative Medicine segment offers products for various therapeutic areas, such as immunology, including rheumatoid arthritis, psoriatic arthritis, inflammatory bowel disease, and psoriasis; infectious diseases comprising HIV/AIDS; neuroscience, consisting of mood disorders, neurodegenerative disorders, and schizophrenia; oncology, such as prostate cancer, hematologic malignancies, lung cancer, and bladder cancer; cardiovascular and metabolism, including thrombosis, diabetes, and macular degeneration; and pulmonary hypertension comprising pulmonary arterial hypertension through retailers, wholesalers, distributors, hospitals, and healthcare professionals for prescription use. The MedTech segment provides electrophysiology products to treat heart rhythm disorders; the heart recovery portfolio, which includes technologies to treat severe coronary artery disease requiring high-risk PCI or AMI cardiogenic shock; circulatory restoration products for the treatment of calcified coronary artery and peripheral artery diseases; and neurovascular care that treats hemorrhagic and ischemic stroke. This segment offers an orthopaedics portfolio that includes products and enabling technologies that support hips, knees, trauma, spine, sports, and other; surgery portfolios comprising advanced and general surgery technologies, as well as solutions for breast aesthetics and reconstruction; contact lenses under the ACUVUE brand; and TECNIS intraocular lenses for cataract surgery. It distributes its products to wholesalers, hospitals, and retailers, as well as physicians, nurses, hospitals, eye care professionals, and clinics. The company was founded in 1886 and is based in New Brunswick, New Jersey.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"JNJ\"}}`"
        },
        {
            "id": 39015,
            "title": "Will SMCI's market close price on 2025-08-15 be higher than its market close price on 2025-08-05?",
            "short_title": "Will SMCI's market close price on 2025-08-15 be higher than its market close price on 2025-08-05?",
            "url_title": "Will SMCI's market close price on 2025-08-15 be higher than its market close price on 2025-08-05?",
            "slug": "will-smcis-market-close-price-on-2025-08-15-be-higher-than-its-market-close-price-on-2025-08-05",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:06.283102Z",
            "published_at": "2025-08-05T05:26:09Z",
            "edited_at": "2025-09-05T17:29:01.732984Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:06.614906Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-05T06:26:09Z",
            "scheduled_close_time": "2025-08-05T06:26:09Z",
            "scheduled_resolve_time": "2025-08-15T16:23:50Z",
            "actual_resolve_time": "2025-08-17T00:22:44Z",
            "open_time": "2025-08-05T05:26:09Z",
            "nr_forecasters": 1,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38356,
                "title": "Will SMCI's market close price on 2025-08-15 be higher than its market close price on 2025-08-05?",
                "created_at": "2025-08-02T23:29:06.283580Z",
                "open_time": "2025-08-05T05:26:09Z",
                "cp_reveal_time": "2025-08-05T06:26:09Z",
                "spot_scoring_time": "2025-08-05T06:26:09Z",
                "scheduled_resolve_time": "2025-08-15T16:23:50Z",
                "actual_resolve_time": "2025-08-17T00:22:44Z",
                "resolution_set_time": "2025-08-17T00:23:32.076060Z",
                "scheduled_close_time": "2025-08-05T06:26:09Z",
                "actual_close_time": "2025-08-05T06:26:09Z",
                "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": "Super Micro Computer, Inc. is a company that is listed on the S&P 500 index. It's ticker is SMCI. It's last close price as of the creation of this question (2025-08-02 23:28:25) is 56.64. You can find more information about Super Micro Computer, Inc. at https://finance.yahoo.com/quote/SMCI\n\nSuper Micro Computer, Inc., together with its subsidiaries, develops and sells high performance server and storage solutions based on modular and open architecture in the United States, Europe, Asia, and internationally. It offers various IT solutions, including complete servers, storage systems, modular blade servers, blades, workstations, full-rack scale solutions, networking devices, server sub-systems, and server management and security software. The company also provides application-optimized server solutions, rackmount and blade servers, storage, and subsystems and accessories; and server software management solutions, such as Server Management Suite, including Supermicro Server Manager, Supermicro Power Management software, Supermicro Update Manager, SuperCloud Composer, and SuperDoctor 5. In addition, it offers server subsystems and accessories, such as server boards, chassis, power supplies, and other accessories. Further, the company identifies service requirements, creates and executes project plans, conducts verification testing and training activities, and provides technical documentation services. Additionally, it offers help desk and onsite support services for server and storage systems; and customer support services, including ongoing maintenance and technical support. The company serves enterprise data centers, cloud computing, artificial intelligence, 5G, and edge computing markets through direct and indirect sales force, distributors, value-added resellers, system integrators, and original equipment manufacturers. Super Micro Computer, Inc. was incorporated in 1993 and is headquartered in San Jose, California.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"SMCI\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of SMCI. If it is higher than the close price on 2025-08-05, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39015,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754372773.965548,
                                "end_time": null,
                                "forecaster_count": 1,
                                "interval_lower_bounds": [
                                    0.5533333333333333
                                ],
                                "centers": [
                                    0.5533333333333333
                                ],
                                "interval_upper_bounds": [
                                    0.5533333333333333
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754372773.965548,
                            "end_time": null,
                            "forecaster_count": 1,
                            "interval_lower_bounds": [
                                0.5533333333333333
                            ],
                            "centers": [
                                0.5533333333333333
                            ],
                            "interval_upper_bounds": [
                                0.5533333333333333
                            ],
                            "forecast_values": [
                                0.44666666666666666,
                                0.5533333333333333
                            ],
                            "means": [
                                0.5533333333333333
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": -10.826187748381747,
                            "peer_score": 0.0,
                            "coverage": 0.6652873477670882,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.6652873477670882,
                            "spot_peer_score": 0.0,
                            "spot_baseline_score": -16.27295000381085,
                            "baseline_archived_score": -10.826187748381747,
                            "peer_archived_score": 0.0,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.0,
                            "spot_baseline_archived_score": -16.27295000381085
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 1,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Super Micro Computer, Inc. is a company that is listed on the S&P 500 index. It's ticker is SMCI. It's last close price as of the creation of this question (2025-08-02 23:28:25) is 56.64. You can find more information about Super Micro Computer, Inc. at https://finance.yahoo.com/quote/SMCI\n\nSuper Micro Computer, Inc., together with its subsidiaries, develops and sells high performance server and storage solutions based on modular and open architecture in the United States, Europe, Asia, and internationally. It offers various IT solutions, including complete servers, storage systems, modular blade servers, blades, workstations, full-rack scale solutions, networking devices, server sub-systems, and server management and security software. The company also provides application-optimized server solutions, rackmount and blade servers, storage, and subsystems and accessories; and server software management solutions, such as Server Management Suite, including Supermicro Server Manager, Supermicro Power Management software, Supermicro Update Manager, SuperCloud Composer, and SuperDoctor 5. In addition, it offers server subsystems and accessories, such as server boards, chassis, power supplies, and other accessories. Further, the company identifies service requirements, creates and executes project plans, conducts verification testing and training activities, and provides technical documentation services. Additionally, it offers help desk and onsite support services for server and storage systems; and customer support services, including ongoing maintenance and technical support. The company serves enterprise data centers, cloud computing, artificial intelligence, 5G, and edge computing markets through direct and indirect sales force, distributors, value-added resellers, system integrators, and original equipment manufacturers. Super Micro Computer, Inc. was incorporated in 1993 and is headquartered in San Jose, California.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"SMCI\"}}`"
        },
        {
            "id": 39014,
            "title": "Will RTX's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "short_title": "Will RTX's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "url_title": "Will RTX's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
            "slug": "will-rtxs-market-close-price-on-2025-08-15-be-higher-than-its-market-close-price-on-2025-08-04",
            "author_id": 276265,
            "author_username": "AutoQuestionsBot",
            "coauthors": [],
            "created_at": "2025-08-02T23:29:05.635079Z",
            "published_at": "2025-08-04T19:02:59Z",
            "edited_at": "2025-09-05T17:29:03.720898Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-02T23:29:05.955840Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-08-04T20:02:59Z",
            "scheduled_close_time": "2025-08-04T20:02:59Z",
            "scheduled_resolve_time": "2025-08-15T05:36:37Z",
            "actual_resolve_time": "2025-08-17T00:22:49Z",
            "open_time": "2025-08-04T19:02:59Z",
            "nr_forecasters": 1,
            "html_metadata_json": null,
            "projects": {
                "question_series": [
                    {
                        "id": 32814,
                        "type": "question_series",
                        "name": "MiniBench (BetaBench)",
                        "slug": "minibench-2025-08-04",
                        "header_image": null,
                        "prize_pool": "0.00",
                        "start_date": "2025-08-04T04:00:00Z",
                        "close_date": "2025-08-17T15:14:43Z",
                        "forecasting_end_date": "2025-08-15T04:00:00Z",
                        "html_metadata_json": {
                            "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                        },
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-08-02T23:26:26.890167Z",
                        "edited_at": "2025-08-19T03:30:10.697504Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "unlisted",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32814,
                    "type": "question_series",
                    "name": "MiniBench (BetaBench)",
                    "slug": "minibench-2025-08-04",
                    "header_image": null,
                    "prize_pool": "0.00",
                    "start_date": "2025-08-04T04:00:00Z",
                    "close_date": "2025-08-17T15:14:43Z",
                    "forecasting_end_date": "2025-08-15T04:00:00Z",
                    "html_metadata_json": {
                        "description": "MiniBench Tournament is a 2-week reoccurring bot-only competition where bot-makers attempt to push AI to its limits in predicting future events in order to benchmark AI capabilities."
                    },
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-08-02T23:26:26.890167Z",
                    "edited_at": "2025-08-19T03:30:10.697504Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "unlisted",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 38355,
                "title": "Will RTX's market close price on 2025-08-15 be higher than its market close price on 2025-08-04?",
                "created_at": "2025-08-02T23:29:05.635522Z",
                "open_time": "2025-08-04T19:02:59Z",
                "cp_reveal_time": "2025-08-04T20:02:59Z",
                "spot_scoring_time": "2025-08-04T20:02:59Z",
                "scheduled_resolve_time": "2025-08-15T05:36:37Z",
                "actual_resolve_time": "2025-08-17T00:22:49Z",
                "resolution_set_time": "2025-08-17T00:23:41.124652Z",
                "scheduled_close_time": "2025-08-04T20:02:59Z",
                "actual_close_time": "2025-08-04T20:02:59Z",
                "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": "RTX Corporation is a company that is listed on the S&P 500 index. It's ticker is RTX. It's last close price as of the creation of this question (2025-08-02 23:28:24) is 156.81. You can find more information about RTX Corporation at https://finance.yahoo.com/quote/RTX\n\nRTX Corporation, an aerospace and defense company, provides systems and services for the commercial, military, and government customers in the United States and internationally. It operates through three segments: Collins Aerospace, Pratt & Whitney, and Raytheon. The Collins Aerospace Systems segment offers aerospace and defense products, and aftermarket service solutions for civil and military aircraft manufacturers and commercial airlines, as well as regional, business, and general aviation, defense, and commercial space operations. This segment also designs, produces, and supports cabin interior, including seating, oxygen systems, food and beverage preparation, storage and galley systems, and lavatory and wastewater management systems; battlespace, test and training range systems, crew escape systems, and simulation and training solutions; information management services; and aftermarket services that include spare parts, overhaul and repair, engineering and technical support, training and fleet management solutions, and asset and information management services. The Pratt & Whitney segment supplies aircraft engines for commercial, military, business jet, and general aviation customers; and produces, sells, and services military and commercial auxiliary power units. The Raytheon segment provides defensive and offensive threat detection, tracking, and mitigation capabilities for government, and commercial customers. The company was formerly known as Raytheon Technologies Corporation and changed its name to RTX Corporation in July 2023. RTX Corporation was incorporated in 1934 and is headquartered in Arlington, Virginia.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"RTX\"}}`",
                "resolution_criteria": "This question will resolve based on the latest market close price of RTX. If it is higher than the close price on 2025-08-04, the question will resolve to 'Yes'. The close price will be pulled from the Yahoo Finance API.",
                "fine_print": "Stock splits and reverse splits will be accounted for in resolving this question. Forecasts on questions about companies that have been delisted (through mergers or bankruptcy) will resolve to their final close price.",
                "post_id": 39014,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1754337669.858815,
                                "end_time": null,
                                "forecaster_count": 1,
                                "interval_lower_bounds": [
                                    0.57
                                ],
                                "centers": [
                                    0.57
                                ],
                                "interval_upper_bounds": [
                                    0.57
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1754337669.858815,
                            "end_time": null,
                            "forecaster_count": 1,
                            "interval_lower_bounds": [
                                0.57
                            ],
                            "centers": [
                                0.57
                            ],
                            "interval_upper_bounds": [
                                0.57
                            ],
                            "forecast_values": [
                                0.43000000000000005,
                                0.57
                            ],
                            "means": [
                                0.57
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 16.701930866377918,
                            "peer_score": 0.0,
                            "coverage": 0.8411339724726147,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.8411339724726147,
                            "spot_peer_score": 0.0,
                            "spot_baseline_score": -21.75914350726266,
                            "baseline_archived_score": 16.701930866377918,
                            "peer_archived_score": 0.0,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 0.0,
                            "spot_baseline_archived_score": -21.75914350726266
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 2,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "RTX Corporation is a company that is listed on the S&P 500 index. It's ticker is RTX. It's last close price as of the creation of this question (2025-08-02 23:28:24) is 156.81. You can find more information about RTX Corporation at https://finance.yahoo.com/quote/RTX\n\nRTX Corporation, an aerospace and defense company, provides systems and services for the commercial, military, and government customers in the United States and internationally. It operates through three segments: Collins Aerospace, Pratt & Whitney, and Raytheon. The Collins Aerospace Systems segment offers aerospace and defense products, and aftermarket service solutions for civil and military aircraft manufacturers and commercial airlines, as well as regional, business, and general aviation, defense, and commercial space operations. This segment also designs, produces, and supports cabin interior, including seating, oxygen systems, food and beverage preparation, storage and galley systems, and lavatory and wastewater management systems; battlespace, test and training range systems, crew escape systems, and simulation and training solutions; information management services; and aftermarket services that include spare parts, overhaul and repair, engineering and technical support, training and fleet management solutions, and asset and information management services. The Pratt & Whitney segment supplies aircraft engines for commercial, military, business jet, and general aviation customers; and produces, sells, and services military and commercial auxiliary power units. The Raytheon segment provides defensive and offensive threat detection, tracking, and mitigation capabilities for government, and commercial customers. The company was formerly known as Raytheon Technologies Corporation and changed its name to RTX Corporation in July 2023. RTX Corporation was incorporated in 1934 and is headquartered in Arlington, Virginia.\n\n`{\"format\":\"close_price_rises\",\"info\":{\"ticker\":\"RTX\"}}`"
        },
        {
            "id": 39006,
            "title": "Will North Korea test another nuclear device before 2026?",
            "short_title": "Will North Korea conduct a nuclear test before 2026?",
            "url_title": "Will North Korea conduct a nuclear test before 2026?",
            "slug": "will-north-korea-conduct-a-nuclear-test-before-2026",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-07-31T18:42:49.894828Z",
            "published_at": "2025-07-31T18:46:00Z",
            "edited_at": "2025-09-10T02:13:17.744198Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-07-31T18:46:37.748037Z",
            "comment_count": 4,
            "status": "open",
            "resolved": false,
            "actual_close_time": null,
            "scheduled_close_time": "2026-01-01T04:00:00Z",
            "scheduled_resolve_time": "2026-01-01T06:00:00Z",
            "actual_resolve_time": null,
            "open_time": "2025-07-31T20:00:00Z",
            "nr_forecasters": 28,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32607,
                        "name": "2025 Leaderboard",
                        "slug": "2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "category": [
                    {
                        "id": 3690,
                        "name": "Nuclear Technology & Risks",
                        "slug": "nuclear",
                        "emoji": "☢️",
                        "description": "Nuclear Technology & Risks",
                        "type": "category"
                    },
                    {
                        "id": 3687,
                        "name": "Geopolitics",
                        "slug": "geopolitics",
                        "emoji": "🌍",
                        "description": "Geopolitics",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 32812,
                        "type": "question_series",
                        "name": "Metaculus Learning Academy",
                        "slug": "learning",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/owl_only.png",
                        "prize_pool": null,
                        "start_date": "2025-07-30T06:00:00Z",
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": true,
                        "user_permission": null,
                        "created_at": "2025-07-29T21:17:26.402860Z",
                        "edited_at": "2025-09-10T08:16:29.043437Z",
                        "score_type": "comment_insight",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 32812,
                    "type": "question_series",
                    "name": "Metaculus Learning Academy",
                    "slug": "learning",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/owl_only.png",
                    "prize_pool": null,
                    "start_date": "2025-07-30T06:00:00Z",
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": true,
                    "user_permission": null,
                    "created_at": "2025-07-29T21:17:26.402860Z",
                    "edited_at": "2025-09-10T08:16:29.043437Z",
                    "score_type": "comment_insight",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 38348,
                "title": "Will North Korea test another nuclear device before 2026?",
                "created_at": "2025-07-31T18:42:49.895235Z",
                "open_time": "2025-07-31T20:00:00Z",
                "cp_reveal_time": "2025-08-05T18:46:20Z",
                "spot_scoring_time": "2025-08-05T18:46:20Z",
                "scheduled_resolve_time": "2026-01-01T06:00:00Z",
                "actual_resolve_time": null,
                "resolution_set_time": null,
                "scheduled_close_time": "2026-01-01T04:00:00Z",
                "actual_close_time": "2026-01-01T04: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": "North Korea's nuclear program has a long history, but the [first North Korean nuclear test](https://en.wikipedia.org/wiki/2006_North_Korean_nuclear_test) was conducted On October 9, 2006. Its max yield was smaller than expected, with most sources estimating it as less than 1 kiloton of TNT. Since then, North Korea has conducted five more tests, with [the last one](https://en.wikipedia.org/wiki/2017_North_Korean_nuclear_test) taking place in 2017 and having a max yield between 50 and 260 kilotons.\n\nAt the time of this question, this is a total time period since the first test of 225 months that have passed since the first nuclear test. With 6 tests having been conducted, this is a base rate of 2.7% per month. \n\nAccording to the [2025 Annual Threat Assessment of the US Intelligence Community](https://www.dni.gov/files/ODNI/documents/assessments/ATA-2025-Unclassified-Report.pdf) on page 28 (emphasis added): \n\n> Kim remains committed to increasing the number of North Korea’s nuclear warheads and improving its missile capabilities to threaten the Homeland and U.S. forces, citizens, and allies, and to weaken U.S. power in the AsiaPacific region, as evidenced by the pace of the North’s missile flight tests and the regime’s public touting of its uranium enrichment capabilities. **North Korea is probably prepared to conduct a nuclear test** and continues to flight test ICBMs so Kim can threaten the Homeland. Russia is increasingly supporting North Korea’s nuclear status in exchange for Pyongyang’s support to Moscow’s war against Ukraine.\n\nThis is a Metaculus Learning Academy question. Please feel free to post your rationale in the comments section and get (and give) constructive feedback. The purpose is to learn.",
                "resolution_criteria": "This question resolves as **Yes** if, after July 31, 2025 and before January 1, 2026, North Korea conducts a nuclear test, according to [credible sources](https://www.metaculus.com/faq/#definitions). ",
                "fine_print": "For purposes of this question, \"nuclear test\" is [defined](https://www.ctbto.org/resources/information-materials/frequently-asked-questions) as \"controlled detonations carried out to assess a weapon's performance or to advance nuclear weapons technology.\" If there is no nuclear detonation, such as in a [subcritical](https://lasg.org/archive/1998/subcritical.htm) test, this will not count.",
                "post_id": 39006,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1757470387.423108,
                                "end_time": 1758288735.835,
                                "forecaster_count": 22,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.09
                                ],
                                "interval_upper_bounds": [
                                    0.179
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1757470387.423108,
                            "end_time": 1758288735.835,
                            "forecaster_count": 22,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.09
                            ],
                            "interval_upper_bounds": [
                                0.179
                            ],
                            "forecast_values": [
                                0.91,
                                0.09
                            ],
                            "means": [
                                0.1716801382938991
                            ],
                            "histogram": [
                                [
                                    0.10635996762051808,
                                    0.8977711700998559,
                                    0.0,
                                    0.15536336192763697,
                                    0.4700846821769032,
                                    1.2933719137479858,
                                    0.12942361094527205,
                                    0.3872215097627376,
                                    0.0,
                                    0.7178340848142957,
                                    1.3709491489275,
                                    0.0,
                                    0.0,
                                    0.06785272307040267,
                                    0.0,
                                    0.03777143320256801,
                                    0.0,
                                    0.3379475799745117,
                                    0.0,
                                    0.0,
                                    0.441563953841307,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05190371288004473,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.024961621845100364,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6390484072978414,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18444282413373944,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08591921520153545,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5013675772324113,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 5,
                "user_vote": null
            },
            "forecasts_count": 61,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "North Korea's nuclear program has a long history, but the [first North Korean nuclear test](https://en.wikipedia.org/wiki/2006_North_Korean_nuclear_test) was conducted On October 9, 2006. Its max yield was smaller than expected, with most sources estimating it as less than 1 kiloton of TNT. Since then, North Korea has conducted five more tests, with [the last one](https://en.wikipedia.org/wiki/2017_North_Korean_nuclear_test) taking place in 2017 and having a max yield between 50 and 260 kilotons.\n\nAt the time of this question, this is a total time period since the first test of 225 months that have passed since the first nuclear test. With 6 tests having been conducted, this is a base rate of 2.7% per month. \n\nAccording to the [2025 Annual Threat Assessment of the US Intelligence Community](https://www.dni.gov/files/ODNI/documents/assessments/ATA-2025-Unclassified-Report.pdf) on page 28 (emphasis added): \n\n> Kim remains committed to increasing the number of North Korea’s nuclear warheads and improving its missile capabilities to threaten the Homeland and U.S. forces, citizens, and allies, and to weaken U.S. power in the AsiaPacific region, as evidenced by the pace of the North’s missile flight tests and the regime’s public touting of its uranium enrichment capabilities. **North Korea is probably prepared to conduct a nuclear test** and continues to flight test ICBMs so Kim can threaten the Homeland. Russia is increasingly supporting North Korea’s nuclear status in exchange for Pyongyang’s support to Moscow’s war against Ukraine.\n\nThis is a Metaculus Learning Academy question. Please feel free to post your rationale in the comments section and get (and give) constructive feedback. The purpose is to learn."
        },
        {
            "id": 39005,
            "title": "Will a developed country experience >20% yearly GDP growth before 2031?",
            "short_title": "Developed country >20% GDP growth before 2031?",
            "url_title": "Developed country >20% GDP growth before 2031?",
            "slug": "developed-country-20-gdp-growth-before-2031",
            "author_id": 135688,
            "author_username": "ljubomir",
            "coauthors": [],
            "created_at": "2025-07-31T05:23:38.032383Z",
            "published_at": "2025-08-12T05:47:21Z",
            "edited_at": "2025-09-09T04:29:14.587953Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2025-08-12T05:49:34.041087Z",
            "comment_count": 9,
            "status": "open",
            "resolved": false,
            "actual_close_time": null,
            "scheduled_close_time": "2025-12-31T23:00:00Z",
            "scheduled_resolve_time": "2031-05-02T00:00:00Z",
            "actual_resolve_time": null,
            "open_time": "2025-08-13T05:47:21Z",
            "nr_forecasters": 18,
            "html_metadata_json": null,
            "projects": {
                "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"
                },
                "category": [
                    {
                        "id": 3698,
                        "name": "Economy & Business",
                        "slug": "economy-business",
                        "emoji": "💼",
                        "description": "Economy & Business",
                        "type": "category"
                    },
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    },
                    {
                        "id": 3694,
                        "name": "Artificial Intelligence",
                        "slug": "artificial-intelligence",
                        "emoji": "🤖",
                        "description": "Artificial Intelligence",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 38347,
                "title": "Will a developed country experience >20% yearly GDP growth before 2031?",
                "created_at": "2025-07-31T05:23:38.032770Z",
                "open_time": "2025-08-13T05:47:21Z",
                "cp_reveal_time": "2025-08-17T05:47:21Z",
                "spot_scoring_time": "2025-08-17T05:47:21Z",
                "scheduled_resolve_time": "2031-05-02T00:00:00Z",
                "actual_resolve_time": null,
                "resolution_set_time": null,
                "scheduled_close_time": "2025-12-31T23:00:00Z",
                "actual_close_time": "2025-12-31T23: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": "There has been ongoing debate regarding whether we can develop AI superintelligence: i.e., AI smarter than any humans. Various tests have been proposed to determine the arrival of superintelligence, however they do not agree on the definition of ASI. \n\nHere, we propose to detect ASI without actually defining it, by measuring its' economic impact. According to The Economist (July 25, 2025 issue, \"The economics of superintelligence\"), AI superintelligence (ASI) may increase annual GDP growth rates to the 20-30% range. \n\nThis has never been achieved in history among developed nations and would signal the arrival of ASI because nothing else is thought to plausibly increase GDP by that much.\n\nThe attached graph shows highest recorded GDP growths in developed countries. Note that Macau is under the 2 million population threshold and is not a country.![](https://metaculus-web-media.s3.amazonaws.com/user_uploaded/gdp.png)",
                "resolution_criteria": "The question resolves to Yes if any country that has a Human Development Index above 0.8 and a population above 2 million experiences real GDP growth of more than 20% in any year between 2026 and 2030 inclusive.",
                "fine_print": "This question will resolve using data from the OECD, IMF, and World Bank, and will only resolve if all three sources agree that the criteria has been met.\n\nIf a source no longer exists or measures GDP growth, then it will no longer be required to resolve this question. If all three sources no longer exist or measure GDP growth then this question will be annulled.",
                "post_id": 39005,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1757392144.257803,
                                "end_time": 1757828806.903,
                                "forecaster_count": 18,
                                "interval_lower_bounds": [
                                    0.01
                                ],
                                "centers": [
                                    0.02
                                ],
                                "interval_upper_bounds": [
                                    0.05
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1757392144.257803,
                            "end_time": 1757828806.903,
                            "forecaster_count": 18,
                            "interval_lower_bounds": [
                                0.01
                            ],
                            "centers": [
                                0.02
                            ],
                            "interval_upper_bounds": [
                                0.05
                            ],
                            "forecast_values": [
                                0.98,
                                0.02
                            ],
                            "means": [
                                0.07337270404476635
                            ],
                            "histogram": [
                                [
                                    1.5288293908805635,
                                    1.3904879142919198,
                                    2.055653057183432,
                                    0.0,
                                    0.0,
                                    0.793376816730412,
                                    0.0,
                                    0.459076198919707,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13444868060126633,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16643491542409378,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2821773463691511,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20252551992505247
                                ]
                            ]
                        },
                        "score_data": {},
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 3,
                "user_vote": null
            },
            "forecasts_count": 31,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "There has been ongoing debate regarding whether we can develop AI superintelligence: i.e., AI smarter than any humans. Various tests have been proposed to determine the arrival of superintelligence, however they do not agree on the definition of ASI. \n\nHere, we propose to detect ASI without actually defining it, by measuring its' economic impact. According to The Economist (July 25, 2025 issue, \"The economics of superintelligence\"), AI superintelligence (ASI) may increase annual GDP growth rates to the 20-30% range. \n\nThis has never been achieved in history among developed nations and would signal the arrival of ASI because nothing else is thought to plausibly increase GDP by that much.\n\nThe attached graph shows highest recorded GDP growths in developed countries. Note that Macau is under the 2 million population threshold and is not a country.![](https://metaculus-web-media.s3.amazonaws.com/user_uploaded/gdp.png)"
        }
    ]
}