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

{
    "count": 6420,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=6100",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=6060",
    "results": [
        {
            "id": 562,
            "title": "A living thylacine (Tasmanian tiger) by 2020?",
            "short_title": "",
            "url_title": "",
            "slug": "a-living-thylacine-tasmanian-tiger-by-2020",
            "author_id": 101200,
            "author_username": "paulgabrielsen",
            "coauthors": [],
            "created_at": "2017-09-25T13:58:33.790884Z",
            "published_at": "2017-09-28T07:00:00Z",
            "edited_at": "2025-09-05T17:28:51.586875Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-28T07:00:00Z",
            "comment_count": 7,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-01-01T07:00:00Z",
            "scheduled_close_time": "2019-01-01T07:00:00Z",
            "scheduled_resolve_time": "2019-12-31T19:02:00Z",
            "actual_resolve_time": "2019-12-31T19:02:00Z",
            "open_time": "2017-09-28T07:00:00Z",
            "nr_forecasters": 136,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15867,
                        "name": "Environment & Climate",
                        "slug": "climate",
                        "emoji": "🌎",
                        "type": "topic"
                    }
                ],
                "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": "forecaster",
                        "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": "forecaster",
                    "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": 3697,
                        "name": "Environment & Climate",
                        "slug": "environment-climate",
                        "emoji": "🌱",
                        "description": "Environment & Climate",
                        "type": "category"
                    },
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 562,
                "title": "A living thylacine (Tasmanian tiger) by 2020?",
                "created_at": "2017-09-25T13:58:33.790884Z",
                "open_time": "2017-09-28T07:00:00Z",
                "cp_reveal_time": "2017-09-29T01:53:28.783699Z",
                "spot_scoring_time": "2017-09-29T01:53:28.783699Z",
                "scheduled_resolve_time": "2019-12-31T19:02:00Z",
                "actual_resolve_time": "2019-12-31T19:02:00Z",
                "resolution_set_time": "2019-12-31T19:02:00Z",
                "scheduled_close_time": "2019-01-01T07:00:00Z",
                "actual_close_time": "2019-01-01T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "In 1936, the last known thylacine (also called a Tasmanian tiger) died in a zoo in Hobart, Tasmania. After that the species was presumed extinct, but sightings of thylacines persisted in the following decades, suggesting that some thylacines may have survived.\n\nSeveral sightings have [allegedly captured footage](https://www.youtube.com/watch?v=D_M-SskpGi4) of the animal, and while the footage is compelling, it is not unambiguous. \n\nIn September 2017, [another thylacine video surfaced](http://www.abc.net.au/news/2017-09-06/tasmanian-tiger-sighting-claimed-by-trio/8877598), taken using an automated camera trap - although the identity of the animal in the video is a [point of controversy](http://www.abc.net.au/news/2017-09-07/rival-thylacine-group-sceptical-of-vision/8883178) among the thylacine community.\n\nIn fall 2017, biologist Bill Laurance plans to [deploy 50 camera traps](https://www.newscientist.com/article/mg23431240-500-its-eyes-shone-red-could-the-tasmanian-tiger-be-alive/) throughout the Cape York peninsula in Tasmania, hoping to catch a glimpse of an elusive thylacine - if any still exist.\n\n***Will a living thylacine be documented conclusively by 2020?***\n\n*This question will resolve as positive if credible, unambiguous evidence of a contemporary, living thylacine is reported by a credible news agency on or before Jan 1, 2020. Evidence may include, but is not limited to, clear photographic or video documentation of a living animal.*",
                "fine_print": "",
                "post_id": 562,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1546288616.076386,
                                "end_time": null,
                                "forecaster_count": 136,
                                "interval_lower_bounds": [
                                    0.04
                                ],
                                "centers": [
                                    0.1
                                ],
                                "interval_upper_bounds": [
                                    0.25
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1546288616.076386,
                            "end_time": null,
                            "forecaster_count": 136,
                            "interval_lower_bounds": [
                                0.04
                            ],
                            "centers": [
                                0.1
                            ],
                            "interval_upper_bounds": [
                                0.25
                            ],
                            "forecast_values": [
                                0.9,
                                0.1
                            ],
                            "means": [
                                0.15107364416102667
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    3.9873402408022445,
                                    1.3642752847893083,
                                    0.0446297319186194,
                                    0.1922138261357255,
                                    3.0330747412239125,
                                    0.0,
                                    0.0,
                                    0.8538374621635252,
                                    0.7113246376237179,
                                    2.1458431311016124,
                                    0.0,
                                    4.8698955189427907e-05,
                                    0.025683570036994337,
                                    0.0,
                                    1.1872690872324916,
                                    0.0,
                                    0.00014577056208057426,
                                    0.6548094669151913,
                                    0.0,
                                    1.821726726107074,
                                    0.091786936610927,
                                    0.0,
                                    0.07150732947351385,
                                    0.0,
                                    0.9175328582387688,
                                    2.091429918783865,
                                    0.006069583664008037,
                                    0.017744626870768665,
                                    0.0,
                                    0.12354878475980391,
                                    0.0008423389302437025,
                                    0.5210868144904889,
                                    0.06955065644193514,
                                    0.000973694977066479,
                                    0.012236070645751752,
                                    0.00043851369045667585,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16332946124152695,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.017941098429898977,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6810635330636124,
                                    0.0,
                                    0.0,
                                    0.7377966029770511,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02124456642863366,
                                    0.0,
                                    0.0,
                                    0.009448457392497077,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24293702545575063,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0026923492397866564,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002256050802275833,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.001711472500579344
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 17.288896678349204,
                            "coverage": 0.999716858580517,
                            "baseline_score": 81.41215514122736,
                            "spot_peer_score": 1.1796896853974241,
                            "peer_archived_score": 17.288896678349204,
                            "baseline_archived_score": 81.41215514122736,
                            "spot_peer_archived_score": 1.1796896853974241
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1539731298.770257,
                                "end_time": null,
                                "forecaster_count": 131,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1539731298.770257,
                            "end_time": null,
                            "forecaster_count": 131,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.8819544542776531,
                                0.11804554572234696
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 10,
                "user_vote": null
            },
            "forecasts_count": 251,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 561,
            "title": "Will Trump finish the year without mentioning the phrase \"Artificial Intelligence\"?",
            "short_title": "Trump mentions AI",
            "url_title": "Trump mentions AI",
            "slug": "trump-mentions-ai",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-09-23T16:56:50.811783Z",
            "published_at": "2017-09-26T07:00:00Z",
            "edited_at": "2025-09-05T17:28:59.256512Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-26T07:00:00Z",
            "comment_count": 4,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-11-01T07:00:00Z",
            "scheduled_close_time": "2017-11-01T07:00:00Z",
            "scheduled_resolve_time": "2018-04-10T00:50:00Z",
            "actual_resolve_time": "2018-04-10T00:50:00Z",
            "open_time": "2017-09-26T07:00:00Z",
            "nr_forecasters": 51,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15869,
                        "name": "Artificial Intelligence",
                        "slug": "ai",
                        "emoji": "🤖",
                        "type": "topic"
                    }
                ],
                "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": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    },
                    {
                        "id": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3694,
                        "name": "Artificial Intelligence",
                        "slug": "artificial-intelligence",
                        "emoji": "🤖",
                        "description": "Artificial Intelligence",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 561,
                "title": "Will Trump finish the year without mentioning the phrase \"Artificial Intelligence\"?",
                "created_at": "2017-09-23T16:56:50.811783Z",
                "open_time": "2017-09-26T07:00:00Z",
                "cp_reveal_time": "2017-09-27T06:05:24.868329Z",
                "spot_scoring_time": "2017-09-27T06:05:24.868329Z",
                "scheduled_resolve_time": "2018-04-10T00:50:00Z",
                "actual_resolve_time": "2018-04-10T00:50:00Z",
                "resolution_set_time": "2018-04-10T00:50:00Z",
                "scheduled_close_time": "2017-11-01T07:00:00Z",
                "actual_close_time": "2017-11-01T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "There are a number of technologies that may fundamentally rework society over the next few decades that are, nonetheless, having almost little to no attention paid to them by US policymakers.  \n\nOne of them is almost certainly Artificial Intelligence.  As of question launch, a search of Trump's [speech transcripts](https://transcripts.factcheck.org) at FactCheck.org shows no mention of \"Artificial Intelligence.\"",
                "resolution_criteria": "*** Will this continue until Dec. 31 2017? ***\n\nResolution is positive if \"Artificial Intelligence\" does not show up in FactCheck.org's transcripts on Dec. 31, 2017.",
                "fine_print": "",
                "post_id": 561,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1509507389.920178,
                                "end_time": null,
                                "forecaster_count": 51,
                                "interval_lower_bounds": [
                                    0.72
                                ],
                                "centers": [
                                    0.8
                                ],
                                "interval_upper_bounds": [
                                    0.86
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1509507389.920178,
                            "end_time": null,
                            "forecaster_count": 51,
                            "interval_lower_bounds": [
                                0.72
                            ],
                            "centers": [
                                0.8
                            ],
                            "interval_upper_bounds": [
                                0.86
                            ],
                            "forecast_values": [
                                0.19999999999999996,
                                0.8
                            ],
                            "means": [
                                0.7793278225830319
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.01590012308576472,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12971585974003152,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2473710650506747,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04888313629975682,
                                    0.0,
                                    0.055089962873426206,
                                    0.4644052275483366,
                                    0.0,
                                    0.0,
                                    0.13901102316013342,
                                    0.0,
                                    0.02787040782505333,
                                    0.30399229112632575,
                                    0.15724883273568244,
                                    0.3193625093223559,
                                    0.0,
                                    0.5576688763820327,
                                    0.0,
                                    0.9860032208160248,
                                    0.5164960024539398,
                                    0.0,
                                    1.0908397484824006,
                                    0.0,
                                    0.09112396068789722,
                                    0.7476152046295282,
                                    0.37643329243262963,
                                    1.8569626637503138,
                                    0.31894579164604525,
                                    0.14294776347577356,
                                    0.6484149088826142,
                                    0.0021518476613089726,
                                    0.020800064696594383,
                                    0.9320576437636137,
                                    0.6983056029809626,
                                    0.0,
                                    0.0,
                                    0.045796127425572486,
                                    0.0,
                                    0.011157123373592481,
                                    0.0,
                                    0.0,
                                    1.8371073538556144,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 12.011305574381161,
                            "coverage": 0.9990138369094232,
                            "baseline_score": 52.638445163652634,
                            "spot_peer_score": 2.9385226048310287,
                            "peer_archived_score": 12.011305574381161,
                            "baseline_archived_score": 52.638445163652634,
                            "spot_peer_archived_score": 2.9385226048310287
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1508737732.321238,
                                "end_time": null,
                                "forecaster_count": 45,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1508737732.321238,
                            "end_time": null,
                            "forecaster_count": 45,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.38142907246673197,
                                0.618570927533268
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 13,
                "user_vote": null
            },
            "forecasts_count": 71,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "There are a number of technologies that may fundamentally rework society over the next few decades that are, nonetheless, having almost little to no attention paid to them by US policymakers.  \n\nOne of them is almost certainly Artificial Intelligence.  As of question launch, a search of Trump's [speech transcripts](https://transcripts.factcheck.org) at FactCheck.org shows no mention of \"Artificial Intelligence.\""
        },
        {
            "id": 560,
            "title": "Will Trump go two more months without uttering the words \"Bitcoin\" or \"Cryptocurrency\"?",
            "short_title": "trump talks about crypto",
            "url_title": "trump talks about crypto",
            "slug": "trump-talks-about-crypto",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-09-23T16:54:31.238080Z",
            "published_at": "2017-09-24T07:00:00Z",
            "edited_at": "2025-09-05T17:28:45.509274Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-24T07:00:00Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-10-15T07:00:00Z",
            "scheduled_close_time": "2017-10-15T07:00:00Z",
            "scheduled_resolve_time": "2017-12-01T16:31:36.915000Z",
            "actual_resolve_time": "2017-12-01T16:31:36.915000Z",
            "open_time": "2017-09-24T07:00:00Z",
            "nr_forecasters": 58,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    },
                    {
                        "id": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 560,
                "title": "Will Trump go two more months without uttering the words \"Bitcoin\" or \"Cryptocurrency\"?",
                "created_at": "2017-09-23T16:54:31.238080Z",
                "open_time": "2017-09-24T07:00:00Z",
                "cp_reveal_time": "2017-09-24T18:35:20.272778Z",
                "spot_scoring_time": "2017-09-24T18:35:20.272778Z",
                "scheduled_resolve_time": "2017-12-01T16:31:36.915000Z",
                "actual_resolve_time": "2017-12-01T16:31:36.915000Z",
                "resolution_set_time": "2017-12-01T16:31:36.915000Z",
                "scheduled_close_time": "2017-10-15T07:00:00Z",
                "actual_close_time": "2017-10-15T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "There are a number of technologies that may fundamentally rework society over the next few decades that are, nonetheless, having almost little to no attention paid to them by US policymakers.  \n\nOne of them *may* be cryptocurrencies and blockchain technologies.  As of question launch, a search of Trump's [speech transcripts](https://transcripts.factcheck.org) at FactCheck.org shows no mention of \"Bitcoin\" or \"Cryptocurrency.\"",
                "resolution_criteria": "*** Will this continue until Dec. 1 2017? ***\n\nResolution is positive if neither term shows up in FactCheck.org's transcripts on Dec. 1, 2017.",
                "fine_print": "",
                "post_id": 560,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1508041759.796263,
                                "end_time": null,
                                "forecaster_count": 58,
                                "interval_lower_bounds": [
                                    0.64
                                ],
                                "centers": [
                                    0.7
                                ],
                                "interval_upper_bounds": [
                                    0.8
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1508041759.796263,
                            "end_time": null,
                            "forecaster_count": 58,
                            "interval_lower_bounds": [
                                0.64
                            ],
                            "centers": [
                                0.7
                            ],
                            "interval_upper_bounds": [
                                0.8
                            ],
                            "forecast_values": [
                                0.30000000000000004,
                                0.7
                            ],
                            "means": [
                                0.7083487299803928
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.05960942483775391,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02368792724304404,
                                    0.0,
                                    0.1827395575225561,
                                    0.0,
                                    0.0,
                                    0.001339079145820899,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.667196579275483,
                                    0.0,
                                    0.07311124410978406,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.731958936145664,
                                    0.0,
                                    0.11782585722242149,
                                    0.8190790998590399,
                                    0.7923365596101863,
                                    0.5812039023762821,
                                    0.0,
                                    1.4892387689777262,
                                    0.8759394317132335,
                                    0.0,
                                    0.5324953840988822,
                                    0.6222927254089794,
                                    0.7148638195591454,
                                    0.14101079145771606,
                                    0.5027964435460978,
                                    1.0312676808120274,
                                    0.08072123588639313,
                                    0.0,
                                    0.0,
                                    0.0027844015881518533,
                                    1.2932041047529457,
                                    0.25391007566435586,
                                    0.9704703615420042,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08895535332445731,
                                    0.006942996711877092,
                                    0.0,
                                    0.46659314114725825,
                                    0.416759592357521,
                                    0.018129373144611455,
                                    0.0020262681176405166,
                                    0.0,
                                    0.0,
                                    0.017343552043712192,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.15979732890144957
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 8.098297063176153,
                            "coverage": 0.9970086255082222,
                            "baseline_score": 52.684352025020424,
                            "spot_peer_score": 25.831758995538333,
                            "peer_archived_score": 8.098297063176153,
                            "baseline_archived_score": 52.684352025020424,
                            "spot_peer_archived_score": 25.831758995538333
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1507971650.493475,
                                "end_time": null,
                                "forecaster_count": 57,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1507971650.493475,
                            "end_time": null,
                            "forecaster_count": 57,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.33049626901960805,
                                0.669503730980392
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 2,
                "user_vote": null
            },
            "forecasts_count": 99,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "There are a number of technologies that may fundamentally rework society over the next few decades that are, nonetheless, having almost little to no attention paid to them by US policymakers.  \n\nOne of them *may* be cryptocurrencies and blockchain technologies.  As of question launch, a search of Trump's [speech transcripts](https://transcripts.factcheck.org) at FactCheck.org shows no mention of \"Bitcoin\" or \"Cryptocurrency.\""
        },
        {
            "id": 559,
            "title": "Will Uber be operating in London on Dec. 1?",
            "short_title": "",
            "url_title": "",
            "slug": "will-uber-be-operating-in-london-on-dec-1",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-09-22T20:11:07.260758Z",
            "published_at": "2017-09-23T07:00:00Z",
            "edited_at": "2025-09-05T17:29:28.440512Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-23T07:00:00Z",
            "comment_count": 3,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-10-15T07:00:00Z",
            "scheduled_close_time": "2017-10-15T07:00:00Z",
            "scheduled_resolve_time": "2017-12-04T18:31:29.879000Z",
            "actual_resolve_time": "2017-12-04T18:31:29.879000Z",
            "open_time": "2017-09-23T07:00:00Z",
            "nr_forecasters": 49,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": "forecaster",
                    "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"
                    }
                ]
            },
            "question": {
                "id": 559,
                "title": "Will Uber be operating in London on Dec. 1?",
                "created_at": "2017-09-22T20:11:07.260758Z",
                "open_time": "2017-09-23T07:00:00Z",
                "cp_reveal_time": "2017-09-24T00:43:39.497201Z",
                "spot_scoring_time": "2017-09-24T00:43:39.497201Z",
                "scheduled_resolve_time": "2017-12-04T18:31:29.879000Z",
                "actual_resolve_time": "2017-12-04T18:31:29.879000Z",
                "resolution_set_time": "2017-12-04T18:31:29.879000Z",
                "scheduled_close_time": "2017-10-15T07:00:00Z",
                "actual_close_time": "2017-10-15T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "There has long been tension between ride-share company Uber and many of the municipalities in which it operates.  This had risen to a head recently as the city of London has [declined to renew Uber's license](https://www.reuters.com/article/us-uber-britain/unfit-uber-stripped-of-london-license-idUSKCN1BX151).\n\nVery quickly, a petition has been launched to restore the license (and service).  How will it all shake out.  To be definite we ask:\n\n** On December 1, will it be possible to take an Uber between generic pairs of points in London using Uber's app? **\n\nResolution is positive if one can use Uber in substantially the same manner as was possible on or around Sept. 15, 2017, even if the number of drivers is smaller (within a factor of 5 of the Sept. 15 number.)",
                "fine_print": "",
                "post_id": 559,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1508041642.187247,
                                "end_time": null,
                                "forecaster_count": 49,
                                "interval_lower_bounds": [
                                    0.71
                                ],
                                "centers": [
                                    0.9
                                ],
                                "interval_upper_bounds": [
                                    0.91
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1508041642.187247,
                            "end_time": null,
                            "forecaster_count": 49,
                            "interval_lower_bounds": [
                                0.71
                            ],
                            "centers": [
                                0.9
                            ],
                            "interval_upper_bounds": [
                                0.91
                            ],
                            "forecast_values": [
                                0.09999999999999998,
                                0.9
                            ],
                            "means": [
                                0.8218465118171896
                            ],
                            "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.01831563888873418,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.029132572966941807,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16466410993500383,
                                    0.0,
                                    0.0024787521766663585,
                                    0.0,
                                    0.0,
                                    0.008531995357508187,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19892345174351658,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19164465061608277,
                                    0.0,
                                    0.0,
                                    0.010561813766971701,
                                    0.0,
                                    0.12444051449658512,
                                    0.08915094763644647,
                                    0.0,
                                    0.0,
                                    0.5949610715209219,
                                    0.11034223931239878,
                                    0.0,
                                    0.0,
                                    0.4700096739574802,
                                    0.9307200270794798,
                                    0.0,
                                    0.00515416995245163,
                                    0.04978706836786394,
                                    0.0,
                                    0.0,
                                    0.038452075194978584,
                                    0.42175560236788645,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10730754030840367,
                                    0.0,
                                    0.0,
                                    0.01542797475028349,
                                    0.0,
                                    0.012852091876617526,
                                    0.0,
                                    0.0,
                                    0.2887019954159326,
                                    0.0,
                                    1.310662518613986,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.529297488924196,
                                    1.658009348643233,
                                    0.07128274001026091,
                                    0.07982935021231018,
                                    0.0,
                                    1.691522167959465,
                                    0.39962148407489445,
                                    0.3678794411714424,
                                    0.5089300594347316,
                                    0.006737946999085467
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 18.482624717083784,
                            "coverage": 0.997694948282883,
                            "baseline_score": 30.4628812705253,
                            "spot_peer_score": 53.12599090784535,
                            "peer_archived_score": 18.482624717083784,
                            "baseline_archived_score": 30.4628812705253,
                            "spot_peer_archived_score": 53.12599090784535
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1508041632.665896,
                                "end_time": null,
                                "forecaster_count": 49,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1508041632.665896,
                            "end_time": null,
                            "forecaster_count": 49,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.14852421482073042,
                                0.8514757851792696
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 5,
                "user_vote": null
            },
            "forecasts_count": 96,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 558,
            "title": "Vaquita porpoise declared extinct before 2020?",
            "short_title": "",
            "url_title": "",
            "slug": "vaquita-porpoise-declared-extinct-before-2020",
            "author_id": 101200,
            "author_username": "paulgabrielsen",
            "coauthors": [],
            "created_at": "2017-09-22T01:30:05.095720Z",
            "published_at": "2017-09-25T07:00:00Z",
            "edited_at": "2025-09-05T17:29:21.980908Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-25T07:00:00Z",
            "comment_count": 5,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2018-06-30T06:00:00Z",
            "scheduled_close_time": "2018-06-30T06:00:00Z",
            "scheduled_resolve_time": "2020-05-21T20:44:00Z",
            "actual_resolve_time": "2020-05-21T20:44:00Z",
            "open_time": "2017-09-25T07:00:00Z",
            "nr_forecasters": 69,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15867,
                        "name": "Environment & Climate",
                        "slug": "climate",
                        "emoji": "🌎",
                        "type": "topic"
                    }
                ],
                "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": "forecaster",
                        "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": "forecaster",
                    "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": 3697,
                        "name": "Environment & Climate",
                        "slug": "environment-climate",
                        "emoji": "🌱",
                        "description": "Environment & Climate",
                        "type": "category"
                    },
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 558,
                "title": "Vaquita porpoise declared extinct before 2020?",
                "created_at": "2017-09-22T01:30:05.095720Z",
                "open_time": "2017-09-25T07:00:00Z",
                "cp_reveal_time": "2017-09-27T06:20:16.823388Z",
                "spot_scoring_time": "2017-09-27T06:20:16.823388Z",
                "scheduled_resolve_time": "2020-05-21T20:44:00Z",
                "actual_resolve_time": "2020-05-21T20:44:00Z",
                "resolution_set_time": "2020-05-21T20:44:00Z",
                "scheduled_close_time": "2018-06-30T06:00:00Z",
                "actual_close_time": "2018-06-30T06:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "The vaquita porpoise (*Phocoena sinus*) is the most endangered cetacean species, with recent estimates of population around [30 individuals](mammal-down-30-individuals?utm_source=sciencemagazine&utm_medium=facebook-text&utm_campaign=30vaquitas-10887). The species is located exclusively in the Gulf of California, limiting its potential habitats, and has been decimated by fishermen who employ highly effective [gillnets](https://en.wikipedia.org/wiki/Vaquita#Primary_threats) to catch the totoaba fish, also critically endangered and highly valued in Chinese markets. \n\nMexico has declared [bans on gill netting](https://www.nytimes.com/2015/04/17/world/americas/mexicos-president-rolls-out-plan-to-save-endangered-porpoise.html) in an attempt to save the vaquita, but populations have continued to decline. \n\nConservationists are hoping to develop a plan to bring [some vaquitas](http://www.sciencemag.org/news/2017/02/world-s-most-endangered-marine-mammal-down-30-individuals?utm_source=sciencemagazine&utm_medium=facebook-text&utm_campaign=30vaquitas-10887) into captivity as a last-ditch attempt to save the species, but by the time such a plan is implemented, it may be too late.\n\n***Will the vaquita be declared extinct before 2020?***\n\n*This question will resolve as positive if the first IUCN Red List update published after January 1, 2020 lists* Phocoena sinus *as extinct.*",
                "fine_print": "",
                "post_id": 558,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1530317447.486333,
                                "end_time": null,
                                "forecaster_count": 69,
                                "interval_lower_bounds": [
                                    0.25
                                ],
                                "centers": [
                                    0.4
                                ],
                                "interval_upper_bounds": [
                                    0.48
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1530317447.486333,
                            "end_time": null,
                            "forecaster_count": 69,
                            "interval_lower_bounds": [
                                0.25
                            ],
                            "centers": [
                                0.4
                            ],
                            "interval_upper_bounds": [
                                0.48
                            ],
                            "forecast_values": [
                                0.6,
                                0.4
                            ],
                            "means": [
                                0.36730765568808255
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.13087410911269032,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4104811068714913,
                                    0.8547258476197017,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5011495311528927,
                                    0.0,
                                    0.0,
                                    0.0331191247199604,
                                    0.0,
                                    0.45422141387965626,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    2.8697158007044985,
                                    0.0,
                                    0.0,
                                    0.049039889491686216,
                                    0.0,
                                    0.10819054156401371,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20219981368744158,
                                    0.07622882299685071,
                                    0.006805670804060742,
                                    0.0,
                                    0.33436525289072216,
                                    1.0367465725525364,
                                    0.0,
                                    0.5350055731436427,
                                    0.0,
                                    0.6743728691525624,
                                    0.5804624644800325,
                                    0.5708338054187606,
                                    0.27656483161017664,
                                    1.1614606972686752,
                                    0.006338906271700565,
                                    1.853865514624795,
                                    0.05385505242225807,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0041768548738893045,
                                    0.0,
                                    0.004958639536235962,
                                    0.0,
                                    0.0,
                                    0.5404057904771835,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0010154633171455994,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.26475850013234253,
                                    0.0,
                                    0.0,
                                    0.2906730883457752,
                                    0.0,
                                    0.0018241815415611054,
                                    0.09959693749384557,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13053860573676793
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 21.650850352477825,
                            "coverage": 0.9985036827985929,
                            "baseline_score": 11.70648209581824,
                            "spot_peer_score": 37.397442715500844,
                            "peer_archived_score": 21.650850352477825,
                            "baseline_archived_score": 11.70648209581824,
                            "spot_peer_archived_score": 37.397442715500844
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1530095297.252741,
                                "end_time": null,
                                "forecaster_count": 65,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1530095297.252741,
                            "end_time": null,
                            "forecaster_count": 65,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.8582572300713325,
                                0.14174276992866758
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 6,
                "user_vote": null
            },
            "forecasts_count": 112,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 557,
            "title": "Another hit by two Cat 4+ hurricanes in the same year?",
            "short_title": "",
            "url_title": "",
            "slug": "another-hit-by-two-cat-4-hurricanes-in-the-same-year",
            "author_id": 101200,
            "author_username": "paulgabrielsen",
            "coauthors": [],
            "created_at": "2017-09-22T01:25:55.970912Z",
            "published_at": "2017-09-25T07:00:00Z",
            "edited_at": "2025-09-05T17:28:46.986235Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-25T07:00:00Z",
            "comment_count": 39,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-11-30T07:00:00Z",
            "scheduled_close_time": "2019-11-30T07:00:00Z",
            "scheduled_resolve_time": "2023-01-01T07:00:00Z",
            "actual_resolve_time": "2023-01-01T07:00:00Z",
            "open_time": "2017-09-25T07:00:00Z",
            "nr_forecasters": 150,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32602,
                        "name": "2016-2025 Leaderboard",
                        "slug": "2016_2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15867,
                        "name": "Environment & Climate",
                        "slug": "climate",
                        "emoji": "🌎",
                        "type": "topic"
                    }
                ],
                "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": "forecaster",
                        "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": "forecaster",
                    "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": 3697,
                        "name": "Environment & Climate",
                        "slug": "environment-climate",
                        "emoji": "🌱",
                        "description": "Environment & Climate",
                        "type": "category"
                    },
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 557,
                "title": "Another hit by two Cat 4+ hurricanes in the same year?",
                "created_at": "2017-09-22T01:25:55.970912Z",
                "open_time": "2017-09-25T07:00:00Z",
                "cp_reveal_time": "2017-09-26T15:17:53.344867Z",
                "spot_scoring_time": "2017-09-26T15:17:53.344867Z",
                "scheduled_resolve_time": "2023-01-01T07:00:00Z",
                "actual_resolve_time": "2023-01-01T07:00:00Z",
                "resolution_set_time": "2023-01-01T07:00:00Z",
                "scheduled_close_time": "2019-11-30T07:00:00Z",
                "actual_close_time": "2019-11-30T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "Prior to 2017, the United States had never recorded landfall of more than one hurricane Category 4 or stronger in a single year. Since 1856, only [18 Category 4](https://en.wikipedia.org/wiki/List_of_Category_4_Atlantic_hurricanes) and [five Category 5](https://en.wikipedia.org/wiki/List_of_Category_5_Atlantic_hurricanes) storms have made landfall in the United States. But in 2017 both Hurricanes Harvey and Irma struck as Category 4 storms, hitting Texas and Florida, respectively. Subsequently, hurricane Jose developed into a Category 4 and hurricane Maria strengthened into a Category 5 storm, devastating Puerto Rico.\n\nThe highly destructive Atlantic hurricane season has focused attention on the relationship between climate change and the strength of hurricanes. Because [warm ocean water fuels hurricanes](http://theconversation.com/do-hurricanes-feel-the-effects-of-climate-change-83761) and warmer water = stronger hurricanes (and climate change = warmer water) stronger storms may become the norm in future decades. \n\n***Will two Category 4+ hurricanes hit the United States within the same year in the next five years?***\n\n*This question will resolve as positive if at least two named Atlantic hurricanes, both classified as Category 4 or 5 storms upon landfall, arrive on the territory of the United States before December 31, 2022. This resolution criteria includes landfall on the Florida Keys or other islands that are part of one of the 50 United States.*",
                "fine_print": "",
                "post_id": 557,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1575068900.341586,
                                "end_time": null,
                                "forecaster_count": 150,
                                "interval_lower_bounds": [
                                    0.23
                                ],
                                "centers": [
                                    0.4
                                ],
                                "interval_upper_bounds": [
                                    0.55
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1575068900.341586,
                            "end_time": null,
                            "forecaster_count": 150,
                            "interval_lower_bounds": [
                                0.23
                            ],
                            "centers": [
                                0.4
                            ],
                            "interval_upper_bounds": [
                                0.55
                            ],
                            "forecast_values": [
                                0.6,
                                0.4
                            ],
                            "means": [
                                0.4089308228441854
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5333919947611787,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1358484121546608,
                                    2.71156933753219e-05,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.568045592937677,
                                    0.8484002680692377,
                                    0.0,
                                    1.8010676179603247,
                                    0.0,
                                    0.8963152703416434,
                                    0.0,
                                    0.05666050727665699,
                                    1.2232664025580458,
                                    0.0,
                                    0.9842177866077257,
                                    0.0,
                                    1.0643586599232724,
                                    0.8555954685231117,
                                    0.0,
                                    0.8281138995694771,
                                    0.0,
                                    1.0252535284799213,
                                    0.12263324218195391,
                                    0.0,
                                    0.17215496780134046,
                                    0.0,
                                    0.0,
                                    0.26217669365111806,
                                    0.05689105281326842,
                                    0.6608613609824058,
                                    0.0,
                                    0.08633762966036197,
                                    0.0,
                                    0.07272638609982825,
                                    0.11672392176611779,
                                    0.0,
                                    0.0,
                                    0.7615646201946531,
                                    0.0,
                                    1.9652478579600916,
                                    0.9602216285328893,
                                    0.7155336867475592,
                                    0.10050233249471513,
                                    0.006509603163548892,
                                    0.792258786357829,
                                    0.0019328601923287647,
                                    0.0599965881910523,
                                    0.0,
                                    0.6064648004606971,
                                    1.5175651892027864,
                                    0.00745418629536983,
                                    0.06539167323958407,
                                    0.0232333312471299,
                                    0.0,
                                    0.08111079638600649,
                                    1.0002306831652994,
                                    0.06001361242866311,
                                    0.512858976568525,
                                    0.029385532947176683,
                                    0.024353396902497264,
                                    0.0,
                                    0.0,
                                    0.0002619259536207263,
                                    0.0,
                                    0.00992624154570985,
                                    0.0,
                                    0.10480882307146908,
                                    0.1616734620454395,
                                    0.02976391371857028,
                                    0.2605055663803648,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0729989096998345,
                                    0.001046521044590731,
                                    0.04050762994539753,
                                    0.0,
                                    0.0,
                                    0.004896446781029056,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0005224229996414573,
                                    0.0024726848978668127,
                                    0.0,
                                    0.1288109199441874,
                                    0.0,
                                    0.5172120120026968
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 34.61486406963664,
                            "coverage": 0.9998590497485111,
                            "baseline_score": -24.78707232233469,
                            "spot_peer_score": -5.6381267666080985,
                            "peer_archived_score": 34.61486406963664,
                            "baseline_archived_score": -24.78707232233469,
                            "spot_peer_archived_score": -5.6381267666080985
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1575068900.384355,
                                "end_time": null,
                                "forecaster_count": 150,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1575068900.384355,
                            "end_time": null,
                            "forecaster_count": 150,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.778237908433346,
                                0.2217620915666541
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 13,
                "user_vote": null
            },
            "forecasts_count": 331,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 554,
            "title": "Will a country other than China shut down a cryptocurrency exchange by Dec. 1?",
            "short_title": "crypto exchange shut down dec 2017",
            "url_title": "crypto exchange shut down dec 2017",
            "slug": "crypto-exchange-shut-down-dec-2017",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-09-14T13:24:02.100907Z",
            "published_at": "2017-09-24T07:00:00Z",
            "edited_at": "2025-09-05T17:29:25.472041Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-24T07:00:00Z",
            "comment_count": 16,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-10-15T07:00:00Z",
            "scheduled_close_time": "2017-10-15T07:00:00Z",
            "scheduled_resolve_time": "2017-12-05T14:58:05.977000Z",
            "actual_resolve_time": "2017-12-05T14:58:05.977000Z",
            "open_time": "2017-09-24T07:00:00Z",
            "nr_forecasters": 54,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 554,
                "title": "Will a country other than China shut down a cryptocurrency exchange by Dec. 1?",
                "created_at": "2017-09-14T13:24:02.100907Z",
                "open_time": "2017-09-24T07:00:00Z",
                "cp_reveal_time": "2017-09-24T19:20:18.958515Z",
                "spot_scoring_time": "2017-09-24T19:20:18.958515Z",
                "scheduled_resolve_time": "2017-12-05T14:58:05.977000Z",
                "actual_resolve_time": "2017-12-05T14:58:05.977000Z",
                "resolution_set_time": "2017-12-05T14:58:05.977000Z",
                "scheduled_close_time": "2017-10-15T07:00:00Z",
                "actual_close_time": "2017-10-15T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "All of the largest, and probably all, cryptocurrency exchange in China have as of question writing announced that they will shut down, due to China's ban on cryptocurrency trading and ICOs.\n\nOther countries seem be less willing (and may be less able) to ban cryptocurrency exchanges, but it could happen.  We ask:",
                "resolution_criteria": "*** Will a major cryptocurrency exchange outside of China shut down by Nov. 30 2017 citing a request or order from its host country's national government? ***\n\nFor these purposes we'll consider a \"major\" exchange to mean one with a daily trading volume of  >$5 M as of 9/24/17, which includes about the top 40 exchanges.  \"Shut down\" will mean that an official announcement by the exchange is released stating that all cryptocurrency trading will shut down by a specific date.\n\n*(Edit 9/24/17: changed \"major\" criterion to start at $5M not $50M in daily trading volume, which was a typo.)*",
                "fine_print": "",
                "post_id": 554,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1508039460.867954,
                                "end_time": null,
                                "forecaster_count": 54,
                                "interval_lower_bounds": [
                                    0.3
                                ],
                                "centers": [
                                    0.37
                                ],
                                "interval_upper_bounds": [
                                    0.5
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1508039460.867954,
                            "end_time": null,
                            "forecaster_count": 54,
                            "interval_lower_bounds": [
                                0.3
                            ],
                            "centers": [
                                0.37
                            ],
                            "interval_upper_bounds": [
                                0.5
                            ],
                            "forecast_values": [
                                0.63,
                                0.37
                            ],
                            "means": [
                                0.410433980408684
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.015643990111346248,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05080900114132035,
                                    0.0090705904541796,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14039373355087437,
                                    0.05030905064265755,
                                    0.0,
                                    0.0,
                                    0.8233191700385472,
                                    0.0,
                                    0.0,
                                    0.03974132889310917,
                                    0.0,
                                    0.6209613353060094,
                                    0.0,
                                    0.757750262606011,
                                    0.0,
                                    0.0,
                                    0.33171761475866546,
                                    0.0,
                                    0.007454186295369823,
                                    0.0,
                                    0.0,
                                    1.2458855081826026,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.812986479619698,
                                    0.2011093313353233,
                                    0.34510884620159465,
                                    1.1932537547192879,
                                    0.5677130138662033,
                                    0.28203990864161294,
                                    1.280262413318388,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.35918636306610896,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.0164986489406944,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.45337725660330125,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1539321045549336,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.38854550310770575,
                                    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.05634097148935982
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 6.402583140287271,
                            "coverage": 0.99701596430672,
                            "baseline_score": 47.329874189856156,
                            "spot_peer_score": 25.561593326978546,
                            "peer_archived_score": 6.402583140287271,
                            "baseline_archived_score": 47.329874189856156,
                            "spot_peer_archived_score": 25.561593326978546
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1507999656.021199,
                                "end_time": null,
                                "forecaster_count": 53,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1507999656.021199,
                            "end_time": null,
                            "forecaster_count": 53,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.8858520349134753,
                                0.11414796508652468
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 6,
                "user_vote": null
            },
            "forecasts_count": 97,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "All of the largest, and probably all, cryptocurrency exchange in China have as of question writing announced that they will shut down, due to China's ban on cryptocurrency trading and ICOs.\n\nOther countries seem be less willing (and may be less able) to ban cryptocurrency exchanges, but it could happen.  We ask:"
        },
        {
            "id": 553,
            "title": "Short-term increase in Market Volatility?",
            "short_title": "",
            "url_title": "",
            "slug": "short-term-increase-in-market-volatility",
            "author_id": 10,
            "author_username": "Greg",
            "coauthors": [],
            "created_at": "2017-09-14T13:04:47.288379Z",
            "published_at": "2017-09-14T13:04:05Z",
            "edited_at": "2025-09-05T17:28:57.138676Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-14T13:04:05Z",
            "comment_count": 1,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-10-01T12:00:00Z",
            "scheduled_close_time": "2017-10-01T12:00:00Z",
            "scheduled_resolve_time": "2017-10-17T13:26:30.886000Z",
            "actual_resolve_time": "2017-10-17T13:26:30.886000Z",
            "open_time": "2017-09-14T13:04:05Z",
            "nr_forecasters": 33,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": "forecaster",
                    "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"
                    }
                ]
            },
            "question": {
                "id": 553,
                "title": "Short-term increase in Market Volatility?",
                "created_at": "2017-09-14T13:04:47.288379Z",
                "open_time": "2017-09-14T13:04:05Z",
                "cp_reveal_time": "2017-09-15T02:37:24.953809Z",
                "spot_scoring_time": "2017-09-15T02:37:24.953809Z",
                "scheduled_resolve_time": "2017-10-17T13:26:30.886000Z",
                "actual_resolve_time": "2017-10-17T13:26:30.886000Z",
                "resolution_set_time": "2017-10-17T13:26:30.886000Z",
                "scheduled_close_time": "2017-10-01T12:00:00Z",
                "actual_close_time": "2017-10-01T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "In the popular financial press, the [VIX Index] is often referred to as the \"fear gauge\". In reality, it is a quantitative assessment of expected stock market volatility over the next thirty day period, and is computed from S&P 500 stock index option prices.\n\nTo rule-of-thumb accuracy, the numerical value of the VIX corresponds to the annualized one-sigma percentage change in the value of the S&P 500 Index over the next month. As of the opening of this question, the VIX stands just below 11, so very roughly speaking, this means that the market ascribes a 30% chance that stocks will have changed in price by more than 3.2% by mid-October 2017. \n\nTypically, the value of the VIX lies between 12 and 20, but it regularly spikes during times of market turmoil. During the 2008 financial crisis, for example, the VIX briefly reached values above 80. So far during 2017, however, stock volatility has consistently tested near-record low levels, but jitters last month surrounding the situation on the Korean peninsula briefly caused the index to jump by more than 50%. \n\nPrior to October 15, 2017, will the VIX Index have an intra-day print with a value above 25?\n\n[VIX Index]:https://www.cboe.com/micro/vix/vixintro.aspx",
                "fine_print": "",
                "post_id": 553,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1506838151.520075,
                                "end_time": null,
                                "forecaster_count": 33,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.41
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1506838151.520075,
                            "end_time": null,
                            "forecaster_count": 33,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.41
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.2650228092090979
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.2872230570033311,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7654150283970271,
                                    0.1538804463707397,
                                    0.17472138726266326,
                                    0.029941953078415226,
                                    0.0,
                                    1.5264116545084747,
                                    0.0,
                                    0.00869886565297425,
                                    0.0,
                                    0.0,
                                    0.8379487954001852,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.4180221589790971,
                                    0.0,
                                    0.34848960163546905,
                                    0.0,
                                    0.0,
                                    0.38723206162456447,
                                    0.2801509562747174,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.1976105664975124,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.47494197203925326,
                                    0.0,
                                    0.6980965657768824,
                                    0.5243776579668233,
                                    0.0,
                                    0.06427640630688772,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10223706135307076,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.088218564506665,
                                    0.11777121751898838,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.018087904224968542,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0541425161069094,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.013162951709963655,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.429306930151368
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 35.255040618047005,
                            "coverage": 0.9991111578799217,
                            "baseline_score": 63.09006588466207,
                            "spot_peer_score": 52.66910872426665,
                            "peer_archived_score": 35.255040618047005,
                            "baseline_archived_score": 63.09006588466207,
                            "spot_peer_archived_score": 52.66910872426665
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1506825085.636719,
                                "end_time": null,
                                "forecaster_count": 33,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1506825085.636719,
                            "end_time": null,
                            "forecaster_count": 33,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9214108610444246,
                                0.07858913895557537
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 3,
                "user_vote": null
            },
            "forecasts_count": 53,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 550,
            "title": "Chinese Crypto-shutdown?",
            "short_title": "",
            "url_title": "",
            "slug": "chinese-crypto-shutdown",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-09-08T21:50:02.178049Z",
            "published_at": "2017-09-08T22:00:00Z",
            "edited_at": "2025-09-05T17:29:19.552441Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-08T22:00:00Z",
            "comment_count": 2,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-09-14T07:00:00Z",
            "scheduled_close_time": "2017-09-14T07:00:00Z",
            "scheduled_resolve_time": "2017-09-15T15:56:15.800000Z",
            "actual_resolve_time": "2017-09-15T15:56:15.800000Z",
            "open_time": "2017-09-08T22:00:00Z",
            "nr_forecasters": 24,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": "forecaster",
                    "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 550,
                "title": "Chinese Crypto-shutdown?",
                "created_at": "2017-09-08T21:50:02.178049Z",
                "open_time": "2017-09-08T22:00:00Z",
                "cp_reveal_time": "2017-09-10T07:40:24.248124Z",
                "spot_scoring_time": "2017-09-10T07:40:24.248124Z",
                "scheduled_resolve_time": "2017-09-15T15:56:15.800000Z",
                "actual_resolve_time": "2017-09-15T15:56:15.800000Z",
                "resolution_set_time": "2017-09-15T15:56:15.800000Z",
                "scheduled_close_time": "2017-09-14T07:00:00Z",
                "actual_close_time": "2017-09-14T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "According to [this article](https://techcrunch.com/2017/09/08/bitcoin-price-drops-following-report-that-china-is-going-to-shut-down-local-exchanges/?utm_source=tcfbpage&sr_share=facebook), China may have a plan to shut down local cryptocurrency exchanges.\n\nAs a short-fuse warmup to the upcoming [cryptocurrency competition](https://www.metaculus.com/contests/?selected=cryptocurrency2017) we ask:\n\n*** By September 15, will a any of the three Chinese cryptocurrency exchanges Yunbi, Dohonghua or Tuanbao cease operations? ***\n\nThese three choices are taken from [this story](https://news.bitcoin.com/chinese-cryptocurrency-exchanges-delist-ico-markets/), which names these three as local exchanges that are attempting to comply with the recent [Chinese ICO ban](https://www.cnbc.com/2017/09/04/chinese-icos-china-bans-fundraising-through-initial-coin-offerings-report-says.html).\n\nResolution by credible media report or posted notice on one of the three exchange sites.",
                "fine_print": "",
                "post_id": 550,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1505371760.286717,
                                "end_time": null,
                                "forecaster_count": 24,
                                "interval_lower_bounds": [
                                    0.04
                                ],
                                "centers": [
                                    0.09
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1505371760.286717,
                            "end_time": null,
                            "forecaster_count": 24,
                            "interval_lower_bounds": [
                                0.04
                            ],
                            "centers": [
                                0.09
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.91,
                                0.09
                            ],
                            "means": [
                                0.1582319898168864
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    1.8117493037268142,
                                    0.0,
                                    0.0,
                                    0.5187470996717524,
                                    0.0,
                                    0.20549066020331952,
                                    1.3813307730521278,
                                    0.0,
                                    0.314326790937948,
                                    1.007053028686657,
                                    0.0,
                                    0.40698478172960956,
                                    0.0,
                                    0.0,
                                    0.3022163541158387,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.35843923208154005,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8208457652573098,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34712245013463294,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09000744226925296,
                                    0.0,
                                    0.1497213340679702,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08633762966036206,
                                    0.0,
                                    0.055079400708367705,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.460301366269204,
                                    0.0,
                                    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": {
                            "peer_score": 11.906625218516837,
                            "coverage": 0.9994556634001033,
                            "baseline_score": 51.27905524976638,
                            "spot_peer_score": -3.338534591191812,
                            "peer_archived_score": 11.906625218516837,
                            "baseline_archived_score": 51.27905524976638,
                            "spot_peer_archived_score": -3.338534591191812
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1505293988.328031,
                                "end_time": null,
                                "forecaster_count": 20,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1505293988.328031,
                            "end_time": null,
                            "forecaster_count": 20,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9183320278812879,
                                0.0816679721187121
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 44,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 549,
            "title": "Will an attack on the US electric grid cause a significant power outage by end of 2018?",
            "short_title": "",
            "url_title": "",
            "slug": "will-an-attack-on-the-us-electric-grid-cause-a-significant-power-outage-by-end-of-2018",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-09-06T18:49:57.684585Z",
            "published_at": "2017-09-09T07:00:00Z",
            "edited_at": "2025-09-05T17:28:56.966085Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-09T07:00:00Z",
            "comment_count": 7,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2018-02-15T08:00:00Z",
            "scheduled_close_time": "2018-02-15T08:00:00Z",
            "scheduled_resolve_time": "2019-01-01T11:00:00Z",
            "actual_resolve_time": "2019-01-01T11:00:00Z",
            "open_time": "2017-09-09T07:00:00Z",
            "nr_forecasters": 119,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": "forecaster",
                    "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": 3687,
                        "name": "Geopolitics",
                        "slug": "geopolitics",
                        "emoji": "🌍",
                        "description": "Geopolitics",
                        "type": "category"
                    },
                    {
                        "id": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 549,
                "title": "Will an attack on the US electric grid cause a significant power outage by end of 2018?",
                "created_at": "2017-09-06T18:49:57.684585Z",
                "open_time": "2017-09-09T07:00:00Z",
                "cp_reveal_time": "2017-09-10T20:33:20.766385Z",
                "spot_scoring_time": "2017-09-10T20:33:20.766385Z",
                "scheduled_resolve_time": "2019-01-01T11:00:00Z",
                "actual_resolve_time": "2019-01-01T11:00:00Z",
                "resolution_set_time": "2019-01-01T11:00:00Z",
                "scheduled_close_time": "2018-02-15T08:00:00Z",
                "actual_close_time": "2018-02-15T08:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "Ted Koppel, of ABC News and Nightline fame, has been sounding the alarm about the vulnerability of the electrical grids in the U.S. to intentional sabotage. \n\nIn his book [Lights Out], Koppel argues that the U.S. grid(s) are both so interconnected and so fragile that a well-crafted attack could knock out power for a multi-state region, leaving residents without electric power for months.  Some other recent relevant references are [here](https://www.wired.com/story/russian-hackers-attack-ukraine/) and [here](https://arstechnica.com/information-technology/2017/09/hackers-lie-in-wait-after-penetrating-us-and-europe-power-grid-networks/).\n\nFor the purposes of this question, an attack with less dramatic impact will do:\n\n**Between September 15, 2017 and December 30, 2018, will an intentional attack on our electrical power infrastructure knock out power for more than 30% of residents in [one of the ten most populous U.S. cities]\nfor a period of 72 hours or more?**\n\nFor a positive resolution, there must be a public statement by either a law enforcement organization or a utility company confirming that the outage was not an accident.  The attack may be physical or a hacking/cyber attack.\n\n[Lights Out]:http://www.amazon.com/Lights-Out-Cyberattack-Unprepared-Surviving/dp/055341996X/\n[one of the ten most populous U.S. cities]:https://en.wikipedia.org/wiki/List_of_United_States_cities_by_population",
                "fine_print": "",
                "post_id": 549,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1518641537.359754,
                                "end_time": null,
                                "forecaster_count": 119,
                                "interval_lower_bounds": [
                                    0.04
                                ],
                                "centers": [
                                    0.05
                                ],
                                "interval_upper_bounds": [
                                    0.15
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1518641537.359754,
                            "end_time": null,
                            "forecaster_count": 119,
                            "interval_lower_bounds": [
                                0.04
                            ],
                            "centers": [
                                0.05
                            ],
                            "interval_upper_bounds": [
                                0.15
                            ],
                            "forecast_values": [
                                0.95,
                                0.05
                            ],
                            "means": [
                                0.11570540277404888
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    4.029472973567129,
                                    0.9417314444502731,
                                    0.021471897549114355,
                                    1.3189053645844901,
                                    5.234762612399017,
                                    0.5210247901408582,
                                    0.31044540102450374,
                                    0.7309344665365778,
                                    0.0,
                                    0.7854762467406926,
                                    0.313056768465205,
                                    0.04508154529335481,
                                    0.09397670286251165,
                                    0.0,
                                    1.1114311573410727,
                                    0.1587075482773552,
                                    0.007966573119728275,
                                    0.08974699538943688,
                                    0.0,
                                    0.05065003715600236,
                                    0.011938683744747294,
                                    0.0,
                                    0.0,
                                    0.9120519860872299,
                                    1.1466579356592876,
                                    0.20570070365489407,
                                    0.22350185481781054,
                                    0.0,
                                    0.0,
                                    0.04420563299967662,
                                    0.08352892153066463,
                                    0.058049779671705354,
                                    0.020066327556907168,
                                    0.0,
                                    0.3910600832301923,
                                    0.0,
                                    0.0,
                                    0.001430382810199748,
                                    0.0,
                                    0.004791327568396407,
                                    0.0,
                                    0.0,
                                    0.491571283551017,
                                    0.5685695226730774,
                                    0.000673406876840072,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2679247643259863,
                                    0.0,
                                    0.0,
                                    0.10556186743157625,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002998351620838225,
                                    0.0,
                                    0.01614116994432738,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "peer_score": 7.470975301073394,
                            "coverage": 0.9999586895341677,
                            "baseline_score": 85.24710738884438,
                            "spot_peer_score": 6.978759437457474,
                            "peer_archived_score": 7.470975301073394,
                            "baseline_archived_score": 85.24710738884438,
                            "spot_peer_archived_score": 6.978759437457474
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1518639785.487604,
                                "end_time": null,
                                "forecaster_count": 118,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1518639785.487604,
                            "end_time": null,
                            "forecaster_count": 118,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9115318286233016,
                                0.08846817137669832
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 15,
                "user_vote": null
            },
            "forecasts_count": 155,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 544,
            "title": "Passing the torch: Will a Bitcoin's dollar value exceed the Nasdaq Index value?",
            "short_title": "BTC passes NASDAQ",
            "url_title": "BTC passes NASDAQ",
            "slug": "btc-passes-nasdaq",
            "author_id": 10,
            "author_username": "Greg",
            "coauthors": [],
            "created_at": "2017-09-02T04:21:17.871863Z",
            "published_at": "2017-09-15T12:00:00Z",
            "edited_at": "2025-09-05T17:29:05.964244Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-15T12:00:00Z",
            "comment_count": 9,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-09-30T12:00:00Z",
            "scheduled_close_time": "2017-09-30T12:00:00Z",
            "scheduled_resolve_time": "2017-11-02T15:05:56.596000Z",
            "actual_resolve_time": "2017-11-02T15:05:56.596000Z",
            "open_time": "2017-09-15T12:00:00Z",
            "nr_forecasters": 35,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 544,
                "title": "Passing the torch: Will a Bitcoin's dollar value exceed the Nasdaq Index value?",
                "created_at": "2017-09-02T04:21:17.871863Z",
                "open_time": "2017-09-15T12:00:00Z",
                "cp_reveal_time": "2017-09-16T14:50:27.193972Z",
                "spot_scoring_time": "2017-09-16T14:50:27.193972Z",
                "scheduled_resolve_time": "2017-11-02T15:05:56.596000Z",
                "actual_resolve_time": "2017-11-02T15:05:56.596000Z",
                "resolution_set_time": "2017-11-02T15:05:56.596000Z",
                "scheduled_close_time": "2017-09-30T12:00:00Z",
                "actual_close_time": "2017-09-30T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The NASDAQ stock market, which opened for trading in 1971, was the world's first electronic stock market. Its well known benchmark, the NASDAQ Composite Index, is a market capitalization-weighted measure of the value of all the domestic and internationally based common stocks listed on the NASDAQ market. The index includes large-cap names such as Apple, Facebook, Google, and Microsoft.\n\nCompanies on the NASDAQ index were the darlings of the late-90s dot-com bubble, and drove the index to an intra-day high print of 5132.52 on March 10, 2000. The bubble burst shortly thereafter, and the index dipped to a low of 1108.49 on October 10th 2002.\n\nRecently, the NASDAQ has reachieved its dot-com era highs. As of this writing, after the market close of September 1, 2017, it stands at 6,435.33.\n\nThe ongoing tech stock run-up, however, has been dwarfed by the success of bitcoin, which is is currently priced at $4833.05, having risen from roughly $1000 at the start of 2017.",
                "resolution_criteria": "Prior to December 1, 2017, will the numerical value of the dollar to bitcoin rate exceed the numerical value of the Nasdaq Composite Index?",
                "fine_print": "",
                "post_id": 544,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1506754947.209058,
                                "end_time": null,
                                "forecaster_count": 35,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.31
                                ],
                                "interval_upper_bounds": [
                                    0.35
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1506754947.209058,
                            "end_time": null,
                            "forecaster_count": 35,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.31
                            ],
                            "interval_upper_bounds": [
                                0.35
                            ],
                            "forecast_values": [
                                0.69,
                                0.31
                            ],
                            "means": [
                                0.25885073055185737
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.2558710201941443,
                                    0.007327801183143461,
                                    0.0,
                                    0.0,
                                    0.03799394507683481,
                                    0.0,
                                    0.0,
                                    0.18760077787182092,
                                    0.0,
                                    2.1091694084508243,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16646434153021028,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4973417743957285,
                                    0.05414553402405742,
                                    0.0,
                                    0.0,
                                    0.6447747757508819,
                                    0.4000843884103185,
                                    0.0,
                                    0.0,
                                    0.11367379311272378,
                                    0.0,
                                    0.4253273367771832,
                                    1.359715627228719,
                                    0.9183948249798383,
                                    0.486787614736767,
                                    0.0,
                                    0.7058761934376654,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8423858322996396,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1296267078906556,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "peer_score": 40.62237309940877,
                            "coverage": 0.9996306766411404,
                            "baseline_score": -164.5830792451639,
                            "spot_peer_score": 28.172436610307653,
                            "peer_archived_score": 40.62237309940877,
                            "baseline_archived_score": -164.5830792451639,
                            "spot_peer_archived_score": 28.172436610307653
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1506754947.221724,
                                "end_time": null,
                                "forecaster_count": 35,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1506754947.221724,
                            "end_time": null,
                            "forecaster_count": 35,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9282126038161007,
                                0.07178739618389925
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 13,
                "user_vote": null
            },
            "forecasts_count": 51,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The NASDAQ stock market, which opened for trading in 1971, was the world's first electronic stock market. Its well known benchmark, the NASDAQ Composite Index, is a market capitalization-weighted measure of the value of all the domestic and internationally based common stocks listed on the NASDAQ market. The index includes large-cap names such as Apple, Facebook, Google, and Microsoft.\n\nCompanies on the NASDAQ index were the darlings of the late-90s dot-com bubble, and drove the index to an intra-day high print of 5132.52 on March 10, 2000. The bubble burst shortly thereafter, and the index dipped to a low of 1108.49 on October 10th 2002.\n\nRecently, the NASDAQ has reachieved its dot-com era highs. As of this writing, after the market close of September 1, 2017, it stands at 6,435.33.\n\nThe ongoing tech stock run-up, however, has been dwarfed by the success of bitcoin, which is is currently priced at $4833.05, having risen from roughly $1000 at the start of 2017."
        },
        {
            "id": 542,
            "title": "A major \"theft\" of cryptocurrency in November 2017?",
            "short_title": "crypto theft nov 2017",
            "url_title": "crypto theft nov 2017",
            "slug": "crypto-theft-nov-2017",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-09-01T14:48:42.777645Z",
            "published_at": "2017-09-15T07:00:00Z",
            "edited_at": "2025-09-05T17:28:58.999816Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-15T07:00:00Z",
            "comment_count": 7,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-11-01T07:00:00Z",
            "scheduled_close_time": "2017-11-01T07:00:00Z",
            "scheduled_resolve_time": "2017-11-21T17:07:24.205000Z",
            "actual_resolve_time": "2017-11-21T17:07:24.205000Z",
            "open_time": "2017-09-15T07:00:00Z",
            "nr_forecasters": 45,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 542,
                "title": "A major \"theft\" of cryptocurrency in November 2017?",
                "created_at": "2017-09-01T14:48:42.777645Z",
                "open_time": "2017-09-15T07:00:00Z",
                "cp_reveal_time": "2017-09-15T19:51:19.629754Z",
                "spot_scoring_time": "2017-09-15T19:51:19.629754Z",
                "scheduled_resolve_time": "2017-11-21T17:07:24.205000Z",
                "actual_resolve_time": "2017-11-21T17:07:24.205000Z",
                "resolution_set_time": "2017-11-21T17:07:24.205000Z",
                "scheduled_close_time": "2017-11-01T07:00:00Z",
                "actual_close_time": "2017-11-01T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Despite its being carefully designed for security, piles of hundred of millions of dollars lying around \"in the bits\" are bound to attract some clever schemes, and there have been a few quite notable thefts/swindles/heists of cryptocurrencies.\n\nBiggest and most famous, probably, was Mt. Gox, in which per Wikipedia, \n\n> approximately 850,000 bitcoins belonging to customers and the company were missing and likely stolen, an amount valued at more than $450 million at the time.Although 200,000 bitcoins have since been \"found\", the reason(s) for the disappearance—theft, fraud, mismanagement, or a combination of these—were initially unclear.\n\nAnother major event was the [DAO heist](https://www.wired.com/2016/06/50-million-hack-just-showed-dao-human/).  Again per Wikipedia, \n\n> users exploited a vulnerability in the DAO code to enable them to siphon off one third of The DAO's funds to a subsidiary account. On 20 July 2016, the Ethereum community decided to hard-fork the Ethereum blockchain to restore virtually all funds to the original contract.",
                "resolution_criteria": "*** Will there be a significant theft of cryptocurrency during November 2017? ***\n\nFor an event to count as positive resolution it should fulfill the following criteria:\n\n- The total amount stolen/swindled/siphoned should must exceed $500,000 in value (using the cost of the currency at the time of theft.)\n\n- The event should be generally described in articles as a \"theft\" or similar words. (Rather than, for example, a \"scam\" or a \"swindle.\")  Thus for example a \"pump and run\" scheme would not count, but impersonating an exchange or company server to redirect funds would.\n\n- The theft itself, in terms of coin transfer, should take place between Nov. 1 and Nov. 30, inclusive.\n\n- Resolution is still positive if the funds are \"recovered\" in some way, e.g. as in Ethereum's hard fork.",
                "fine_print": "",
                "post_id": 542,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1509479127.176508,
                                "end_time": null,
                                "forecaster_count": 45,
                                "interval_lower_bounds": [
                                    0.16
                                ],
                                "centers": [
                                    0.28
                                ],
                                "interval_upper_bounds": [
                                    0.33
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1509479127.176508,
                            "end_time": null,
                            "forecaster_count": 45,
                            "interval_lower_bounds": [
                                0.16
                            ],
                            "centers": [
                                0.28
                            ],
                            "interval_upper_bounds": [
                                0.33
                            ],
                            "forecast_values": [
                                0.72,
                                0.28
                            ],
                            "means": [
                                0.25609312907323734
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.5459423148501945,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00690055714538651,
                                    0.00902096530357109,
                                    0.0,
                                    0.08754746944441111,
                                    0.0,
                                    0.7420863134929953,
                                    0.0,
                                    0.0,
                                    0.16378110850070704,
                                    0.6807438226985106,
                                    0.7374671207167564,
                                    0.30541821854539053,
                                    0.0,
                                    0.0,
                                    0.01414047269109762,
                                    1.3791010537308692,
                                    0.0,
                                    0.0,
                                    1.181190931687672,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.3437101241405798,
                                    0.0,
                                    0.03365548811464179,
                                    0.7965517069063007,
                                    0.04492986066620649,
                                    1.01435190594266,
                                    0.0,
                                    0.5409486251071569,
                                    0.11935795955623035,
                                    0.4925280170881631,
                                    0.0,
                                    0.0,
                                    0.20005070513194295,
                                    0.38150119878791605,
                                    0.0,
                                    0.8600494355428064,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09543546787520314,
                                    0.14772949571888752,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "peer_score": 47.07041531212737,
                            "coverage": 0.9972618771963839,
                            "baseline_score": -105.56611907421912,
                            "spot_peer_score": 0.8038740447820762,
                            "peer_archived_score": 47.07041531212737,
                            "baseline_archived_score": -105.56611907421912,
                            "spot_peer_archived_score": 0.8038740447820762
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1508380306.607828,
                                "end_time": null,
                                "forecaster_count": 39,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1508380306.607828,
                            "end_time": null,
                            "forecaster_count": 39,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.8441602466586697,
                                0.1558397533413303
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 10,
                "user_vote": null
            },
            "forecasts_count": 70,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Despite its being carefully designed for security, piles of hundred of millions of dollars lying around \"in the bits\" are bound to attract some clever schemes, and there have been a few quite notable thefts/swindles/heists of cryptocurrencies.\n\nBiggest and most famous, probably, was Mt. Gox, in which per Wikipedia, \n\n> approximately 850,000 bitcoins belonging to customers and the company were missing and likely stolen, an amount valued at more than $450 million at the time.Although 200,000 bitcoins have since been \"found\", the reason(s) for the disappearance—theft, fraud, mismanagement, or a combination of these—were initially unclear.\n\nAnother major event was the [DAO heist](https://www.wired.com/2016/06/50-million-hack-just-showed-dao-human/).  Again per Wikipedia, \n\n> users exploited a vulnerability in the DAO code to enable them to siphon off one third of The DAO's funds to a subsidiary account. On 20 July 2016, the Ethereum community decided to hard-fork the Ethereum blockchain to restore virtually all funds to the original contract."
        },
        {
            "id": 541,
            "title": "More stories in the NY times about SEC regulation of initial coin offerings?",
            "short_title": "NY times stories on ICO regulation",
            "url_title": "NY times stories on ICO regulation",
            "slug": "ny-times-stories-on-ico-regulation",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-09-01T14:39:53.676253Z",
            "published_at": "2017-09-15T07:00:00Z",
            "edited_at": "2025-09-05T17:29:07.171717Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-15T07:00:00Z",
            "comment_count": 2,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-10-01T07:00:00Z",
            "scheduled_close_time": "2017-10-01T07:00:00Z",
            "scheduled_resolve_time": "2017-10-16T03:07:28.826000Z",
            "actual_resolve_time": "2017-10-16T03:07:28.826000Z",
            "open_time": "2017-09-15T07:00:00Z",
            "nr_forecasters": 33,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 541,
                "title": "More stories in the NY times about SEC regulation of initial coin offerings?",
                "created_at": "2017-09-01T14:39:53.676253Z",
                "open_time": "2017-09-15T07:00:00Z",
                "cp_reveal_time": "2017-09-16T18:43:31.595322Z",
                "spot_scoring_time": "2017-09-16T18:43:31.595322Z",
                "scheduled_resolve_time": "2017-10-16T03:07:28.826000Z",
                "actual_resolve_time": "2017-10-16T03:07:28.826000Z",
                "resolution_set_time": "2017-10-16T03:07:28.826000Z",
                "scheduled_close_time": "2017-10-01T07:00:00Z",
                "actual_close_time": "2017-10-01T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Regulation of virtual currencies and \"initial coin offerings\" by the U.S. Securities and Exchange Commission (SEC) is a matter of considerable importance and concern.\n\nIn late July 2017, the S.E.C. [released an investigative report](https://www.sec.gov/news/press-release/2017-131) that established that DAO tokens, a digital asset, are securities, and additionally communicated that \"U.S. securities laws may apply to offers, sales, and trading of interests in virtual organizations\". The assertion of U.S. jurisdiction over cryptocurrency tokens has done little to stem the growing number of initial coin offerings, and the announcement [leaves unclear](https://www.bloomberg.com/news/articles/2017-07-26/what-s-next-for-crypto-coins-as-sec-tames-wild-west-of-finance) what the legal consequences will be for initial coin offerings that occurred before the issuance of the report.\n\nAs of question writing,  [a search of \"S.E.C. Initial coin offerings\" on the NY times](https://query.nytimes.com/search/sitesearch/?action=click&contentCollection&region=TopBar&WT.nav=searchWidget&module=SearchSubmit&pgtype=Homepage#/S.E.C.+initial+coin+offering/365days/) turns up two stories.",
                "resolution_criteria": "*** Will this query turn up four or more stories when run on October 15, 2017? ***\n\n(This would include the first existing stories, i.e. two or more new stories.)",
                "fine_print": "",
                "post_id": 541,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1506835944.164517,
                                "end_time": null,
                                "forecaster_count": 33,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.41
                                ],
                                "interval_upper_bounds": [
                                    0.5
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1506835944.164517,
                            "end_time": null,
                            "forecaster_count": 33,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.41
                            ],
                            "interval_upper_bounds": [
                                0.5
                            ],
                            "forecast_values": [
                                0.5900000000000001,
                                0.41
                            ],
                            "means": [
                                0.39627540222664903
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1538804463707397,
                                    0.0,
                                    0.0,
                                    0.8379487954001852,
                                    0.0,
                                    0.0,
                                    0.34848960163546905,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.013162951709963655,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.330931913624719,
                                    0.0,
                                    0.38723206162456447,
                                    0.0,
                                    0.0,
                                    0.018087904224968542,
                                    0.17472138726266326,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0541425161069094,
                                    0.0,
                                    0.0,
                                    0.6421488754858117,
                                    0.0,
                                    0.06427640630688772,
                                    0.0,
                                    0.0,
                                    0.2501577142572954,
                                    0.0,
                                    0.6356799761664509,
                                    0.31286391742790765,
                                    0.0,
                                    0.0,
                                    0.029941953078415226,
                                    1.2030045550483504,
                                    0.47494197203925326,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8005694857991219,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.110935927006045,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.037065342746035734,
                                    0.0,
                                    0.9160279542388619,
                                    0.2801509562747174,
                                    0.0,
                                    0.7654150283970271,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1349426696819013,
                                    0.0,
                                    0.0,
                                    0.023645968432686428,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "peer_score": 13.210656959330546,
                            "coverage": 0.9867991377828921,
                            "baseline_score": 42.81583394561055,
                            "spot_peer_score": 3.758096678500496,
                            "peer_archived_score": 13.210656959330546,
                            "baseline_archived_score": 42.81583394561055,
                            "spot_peer_archived_score": 3.758096678500496
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1506835944.184463,
                                "end_time": null,
                                "forecaster_count": 33,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1506835944.184463,
                            "end_time": null,
                            "forecaster_count": 33,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9212388768202633,
                                0.07876112317973677
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 4,
                "user_vote": null
            },
            "forecasts_count": 58,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Regulation of virtual currencies and \"initial coin offerings\" by the U.S. Securities and Exchange Commission (SEC) is a matter of considerable importance and concern.\n\nIn late July 2017, the S.E.C. [released an investigative report](https://www.sec.gov/news/press-release/2017-131) that established that DAO tokens, a digital asset, are securities, and additionally communicated that \"U.S. securities laws may apply to offers, sales, and trading of interests in virtual organizations\". The assertion of U.S. jurisdiction over cryptocurrency tokens has done little to stem the growing number of initial coin offerings, and the announcement [leaves unclear](https://www.bloomberg.com/news/articles/2017-07-26/what-s-next-for-crypto-coins-as-sec-tames-wild-west-of-finance) what the legal consequences will be for initial coin offerings that occurred before the issuance of the report.\n\nAs of question writing,  [a search of \"S.E.C. Initial coin offerings\" on the NY times](https://query.nytimes.com/search/sitesearch/?action=click&contentCollection&region=TopBar&WT.nav=searchWidget&module=SearchSubmit&pgtype=Homepage#/S.E.C.+initial+coin+offering/365days/) turns up two stories."
        },
        {
            "id": 538,
            "title": "Will Bitcoin Cash fade into oblivion?",
            "short_title": "BCH market cap fade nov 2017",
            "url_title": "BCH market cap fade nov 2017",
            "slug": "bch-market-cap-fade-nov-2017",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-08-31T21:53:45.177785Z",
            "published_at": "2017-09-15T07:00:00Z",
            "edited_at": "2025-09-05T17:29:02.087330Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-15T07:00:00Z",
            "comment_count": 24,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-11-01T07:00:00Z",
            "scheduled_close_time": "2017-11-01T07:00:00Z",
            "scheduled_resolve_time": "2017-11-16T00:22:44.019000Z",
            "actual_resolve_time": "2017-11-16T00:22:44.019000Z",
            "open_time": "2017-09-15T07:00:00Z",
            "nr_forecasters": 78,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 538,
                "title": "Will Bitcoin Cash fade into oblivion?",
                "created_at": "2017-08-31T21:53:45.177785Z",
                "open_time": "2017-09-15T07:00:00Z",
                "cp_reveal_time": "2017-09-15T20:15:49.748941Z",
                "spot_scoring_time": "2017-09-15T20:15:49.748941Z",
                "scheduled_resolve_time": "2017-11-16T00:22:44.019000Z",
                "actual_resolve_time": "2017-11-16T00:22:44.019000Z",
                "resolution_set_time": "2017-11-16T00:22:44.019000Z",
                "scheduled_close_time": "2017-11-01T07:00:00Z",
                "actual_close_time": "2017-11-01T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The split of Bitcoin into Bitcoin and Bitcoin cash was [occasioned by two irreconcilable factions in disagreement over how Bitcoin should scale in the future.](http://fortune.com/2017/08/11/bitcoin-cash-hard-fork-price-date-why/)\n\nAfter an initial rally, as of question launch Bitcoin cash has been on a steady downslide while Bitcoin itself has been gaining.",
                "resolution_criteria": "*** Will Bitcoin cash continue to fade into relative unimportance, as opposed to rallying into another major currency? ***\n\nResolution is positive if on both Nov. 15, 2017, and Nov. 30, 2017, Bitcoin cash has a market capitalization (as reported on coinmarketcap opening at day opening) of less than 10% that of Bitcoin; resolution is negative otherwise.",
                "fine_print": "",
                "post_id": 538,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1509379104.637943,
                                "end_time": null,
                                "forecaster_count": 78,
                                "interval_lower_bounds": [
                                    0.65
                                ],
                                "centers": [
                                    0.75
                                ],
                                "interval_upper_bounds": [
                                    0.9
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1509379104.637943,
                            "end_time": null,
                            "forecaster_count": 78,
                            "interval_lower_bounds": [
                                0.65
                            ],
                            "centers": [
                                0.75
                            ],
                            "interval_upper_bounds": [
                                0.9
                            ],
                            "forecast_values": [
                                0.25,
                                0.75
                            ],
                            "means": [
                                0.7583341442945112
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.014129853135008788,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06943620487934168,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002932907971702584,
                                    0.0,
                                    0.00901689498641295,
                                    0.007021506238153396,
                                    0.0,
                                    0.0,
                                    0.014275861551769443,
                                    0.0,
                                    0.010161794999997649,
                                    0.0,
                                    0.058909031357943696,
                                    0.0,
                                    0.003449647572140941,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0176692516849034,
                                    0.0,
                                    0.10286659318855344,
                                    0.0,
                                    0.04562961964144999,
                                    1.377803981665143,
                                    0.07526328335590458,
                                    0.11960544235882306,
                                    0.0,
                                    0.0006006204798844153,
                                    0.054992470335507165,
                                    0.03492559661360599,
                                    0.0,
                                    0.0,
                                    0.21189784639931528,
                                    0.05458118870985866,
                                    0.0,
                                    1.030898878765388,
                                    0.01958911193224546,
                                    0.0,
                                    1.384446055368815,
                                    0.8423945157233667,
                                    0.22169561527707232,
                                    0.03185388076940161,
                                    0.0,
                                    1.3272490046847985,
                                    0.2103038468403965,
                                    0.14903745391724665,
                                    0.0,
                                    0.004665038222800205,
                                    1.0532925501335757,
                                    0.0,
                                    0.1130262582794503,
                                    0.0,
                                    0.0,
                                    0.8589740919320105,
                                    0.0,
                                    0.0,
                                    0.001078956545637215,
                                    0.0,
                                    1.5417291243690432,
                                    0.6665693504079824,
                                    0.0,
                                    0.24278903553666345,
                                    0.0,
                                    0.41134781231112405,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4101753591166626,
                                    1.6172483869514855,
                                    0.2596434091051626,
                                    0.0,
                                    0.0,
                                    1.485244027566806
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 1.2283068312044023,
                            "coverage": 0.9972695793639468,
                            "baseline_score": -61.19138463000909,
                            "spot_peer_score": 46.95727691175838,
                            "peer_archived_score": 1.2283068312044023,
                            "baseline_archived_score": -61.19138463000909,
                            "spot_peer_archived_score": 46.95727691175838
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1509377364.786511,
                                "end_time": null,
                                "forecaster_count": 78,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1509377364.786511,
                            "end_time": null,
                            "forecaster_count": 78,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.22796927859162364,
                                0.7720307214083764
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 15,
                "user_vote": null
            },
            "forecasts_count": 211,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The split of Bitcoin into Bitcoin and Bitcoin cash was [occasioned by two irreconcilable factions in disagreement over how Bitcoin should scale in the future.](http://fortune.com/2017/08/11/bitcoin-cash-hard-fork-price-date-why/)\n\nAfter an initial rally, as of question launch Bitcoin cash has been on a steady downslide while Bitcoin itself has been gaining."
        },
        {
            "id": 537,
            "title": "Another significant cryptocurrency split during November 2017?",
            "short_title": "Crypto split",
            "url_title": "Crypto split",
            "slug": "crypto-split",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-08-31T21:46:52.319176Z",
            "published_at": "2017-09-15T07:00:00Z",
            "edited_at": "2025-09-05T17:29:29.079831Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-15T07:00:00Z",
            "comment_count": 20,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-10-15T07:00:00Z",
            "scheduled_close_time": "2017-10-15T07:00:00Z",
            "scheduled_resolve_time": "2017-12-05T15:02:44.049000Z",
            "actual_resolve_time": "2017-12-05T15:02:44.049000Z",
            "open_time": "2017-09-15T07:00:00Z",
            "nr_forecasters": 54,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 537,
                "title": "Another significant cryptocurrency split during November 2017?",
                "created_at": "2017-08-31T21:46:52.319176Z",
                "open_time": "2017-09-15T07:00:00Z",
                "cp_reveal_time": "2017-09-15T19:13:46.184629Z",
                "spot_scoring_time": "2017-09-15T19:13:46.184629Z",
                "scheduled_resolve_time": "2017-12-05T15:02:44.049000Z",
                "actual_resolve_time": "2017-12-05T15:02:44.049000Z",
                "resolution_set_time": "2017-12-05T15:02:44.049000Z",
                "scheduled_close_time": "2017-10-15T07:00:00Z",
                "actual_close_time": "2017-10-15T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "In the relatively short history of cryptocurrencies there have been two major \"splits\": Ethereum into Ethereum and Ethereum Classic, and Bitcoin into Bitcoin and Bitcoin Cash.",
                "resolution_criteria": "*** With there be another major split in November 2017? ***\n\nResolution is positive if between Nov. 1 and Nov. 30 inclusive, a split of any of the following cryptocurrencies occurs: \n\nBitcoin, Ethereum, Bitcoin Cash, Ripple, Litecoin, NEM, Dash, Iota or Monera.\n\n The fork will count as \"major\" if the new currency has a total market cap of > 1% of the original currency as of 12/1/17.\n\n*(Edited 9/15/17 to add criterion for \"major.\")*",
                "fine_print": "",
                "post_id": 537,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1508039366.160235,
                                "end_time": null,
                                "forecaster_count": 54,
                                "interval_lower_bounds": [
                                    0.44
                                ],
                                "centers": [
                                    0.57
                                ],
                                "interval_upper_bounds": [
                                    0.7
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1508039366.160235,
                            "end_time": null,
                            "forecaster_count": 54,
                            "interval_lower_bounds": [
                                0.44
                            ],
                            "centers": [
                                0.57
                            ],
                            "interval_upper_bounds": [
                                0.7
                            ],
                            "forecast_values": [
                                0.43000000000000005,
                                0.57
                            ],
                            "means": [
                                0.5366143988491012
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.01739341316619171,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01785127086467552,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7117892384871534,
                                    0.0,
                                    0.02368489080579067,
                                    0.21925555021421456,
                                    0.0,
                                    0.11607608946629852,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.05634097148935982,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05030905064265755,
                                    0.0,
                                    0.0,
                                    0.10545724016089074,
                                    0.0,
                                    0.0,
                                    0.02713823006833058,
                                    0.0,
                                    0.03513810136237429,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03974132889310917,
                                    0.0,
                                    0.0,
                                    0.08633762966036197,
                                    0.0,
                                    0.0,
                                    0.5677130138662033,
                                    0.9339248175991846,
                                    0.0,
                                    0.0,
                                    0.5271525541054037,
                                    0.2011093313353233,
                                    0.0,
                                    1.276413327972848,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4135695067314287,
                                    1.389995133030156,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18422176936144166,
                                    0.0,
                                    0.812986479619698,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1102493264723474,
                                    0.0,
                                    0.03094679367520054,
                                    0.0,
                                    0.0,
                                    0.6377527919851214,
                                    0.8716505529499683,
                                    0.2847339209338493,
                                    0.0,
                                    0.0,
                                    0.4224336421924873,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1278411749500892,
                                    0.3088223000556539,
                                    0.012926585093015749,
                                    0.4927223200277222,
                                    0.0,
                                    0.0,
                                    0.0806614297521738,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0090705904541796,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 57.56483142250463,
                            "coverage": 0.9944194594278561,
                            "baseline_score": -31.030672466653822,
                            "spot_peer_score": -7.916145091584443,
                            "peer_archived_score": 57.56483142250463,
                            "baseline_archived_score": -31.030672466653822,
                            "spot_peer_archived_score": -7.916145091584443
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1507997721.1535,
                                "end_time": null,
                                "forecaster_count": 53,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1507997721.1535,
                            "end_time": null,
                            "forecaster_count": 53,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.43988868223789723,
                                0.5601113177621028
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 8,
                "user_vote": null
            },
            "forecasts_count": 137,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "In the relatively short history of cryptocurrencies there have been two major \"splits\": Ethereum into Ethereum and Ethereum Classic, and Bitcoin into Bitcoin and Bitcoin Cash."
        },
        {
            "id": 536,
            "title": "A downturn in the cryptocurrency market as a whole?",
            "short_title": "crypto market downturn",
            "url_title": "crypto market downturn",
            "slug": "crypto-market-downturn",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-08-31T21:30:52.104019Z",
            "published_at": "2017-09-15T07:00:00Z",
            "edited_at": "2025-09-05T17:28:46.691857Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-15T07:00:00Z",
            "comment_count": 5,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-10-01T07:00:00Z",
            "scheduled_close_time": "2017-10-01T07:00:00Z",
            "scheduled_resolve_time": "2017-11-20T03:18:15.634000Z",
            "actual_resolve_time": "2017-11-20T03:18:15.634000Z",
            "open_time": "2017-09-15T07:00:00Z",
            "nr_forecasters": 46,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 536,
                "title": "A downturn in the cryptocurrency market as a whole?",
                "created_at": "2017-08-31T21:30:52.104019Z",
                "open_time": "2017-09-15T07:00:00Z",
                "cp_reveal_time": "2017-09-15T16:52:39.492570Z",
                "spot_scoring_time": "2017-09-15T16:52:39.492570Z",
                "scheduled_resolve_time": "2017-11-20T03:18:15.634000Z",
                "actual_resolve_time": "2017-11-20T03:18:15.634000Z",
                "resolution_set_time": "2017-11-20T03:18:15.634000Z",
                "scheduled_close_time": "2017-10-01T07:00:00Z",
                "actual_close_time": "2017-10-01T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The general crytocurrency market has been on a roll for quite a while, as exhibited for example by Smith & Crown's [capitalization-weighted index](https://www.smithandcrown.com/index/).  But of late (in early September) there have been some signs of a selloff.\n\nWill the overall upward movement continue for the next several months or are we due for a downturn?",
                "resolution_criteria": "*** Question resolves positive if the [Smith & Crown index](https://www.smithandcrown.com/index/) on November 15, 2017 is lower than the index on September 15, 2017, and negative otherwise. ***\n\nResolves ambiguous if the index methodology changes in some way that leads to a discontinuous change in the index of more than 0.1%.",
                "fine_print": "",
                "post_id": 536,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1506823101.666308,
                                "end_time": null,
                                "forecaster_count": 46,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.37
                                ],
                                "interval_upper_bounds": [
                                    0.43
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1506823101.666308,
                            "end_time": null,
                            "forecaster_count": 46,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.37
                            ],
                            "interval_upper_bounds": [
                                0.43
                            ],
                            "forecast_values": [
                                0.63,
                                0.37
                            ],
                            "means": [
                                0.3309155418524887
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.12345059748575654,
                                    0.0,
                                    0.061894126969327355,
                                    0.0,
                                    0.27114422392158133,
                                    0.03621693803772868,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08597991970427615,
                                    0.08861704666596604,
                                    0.11083038735431396,
                                    0.0,
                                    0.0,
                                    0.27028660650190456,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4573391763706963,
                                    2.405126279672979,
                                    0.0,
                                    0.7402121186780426,
                                    0.0,
                                    0.0,
                                    0.0418577381553061,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.008376459204076786,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.539066693473018,
                                    0.2472970147271662,
                                    0.0,
                                    1.0,
                                    0.2047065967472563,
                                    0.0,
                                    0.5278095433021,
                                    0.928554641570435,
                                    0.7396417846986983,
                                    1.317094813595444,
                                    0.3542447088992047,
                                    0.22518626811013776,
                                    0.0,
                                    0.5843051095475567,
                                    0.0,
                                    0.0,
                                    0.05485003221803762,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.49680014682221674,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.006407544366770682,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.004662905996750363,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0030815271309911525,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13717490894663273
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 28.787932136841718,
                            "coverage": 0.9922036286502108,
                            "baseline_score": 54.652184445245176,
                            "spot_peer_score": 74.16828178155147,
                            "peer_archived_score": 28.787932136841718,
                            "baseline_archived_score": 54.652184445245176,
                            "spot_peer_archived_score": 74.16828178155147
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1506812533.569109,
                                "end_time": null,
                                "forecaster_count": 45,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1506812533.569109,
                            "end_time": null,
                            "forecaster_count": 45,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.7755941013712735,
                                0.22440589862872654
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 19,
                "user_vote": null
            },
            "forecasts_count": 100,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The general crytocurrency market has been on a roll for quite a while, as exhibited for example by Smith & Crown's [capitalization-weighted index](https://www.smithandcrown.com/index/).  But of late (in early September) there have been some signs of a selloff.\n\nWill the overall upward movement continue for the next several months or are we due for a downturn?"
        },
        {
            "id": 534,
            "title": "Will Ethereum hit 75% of Bitcoin's market cap during November 2017?",
            "short_title": "ETH 75% of BTC in nov 2017",
            "url_title": "ETH 75% of BTC in nov 2017",
            "slug": "eth-75-of-btc-in-nov-2017",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-08-31T00:02:03.609547Z",
            "published_at": "2017-09-15T07:00:00Z",
            "edited_at": "2025-09-05T17:29:08.053869Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-15T07:00:00Z",
            "comment_count": 3,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-10-20T07:00:00Z",
            "scheduled_close_time": "2017-10-20T07:00:00Z",
            "scheduled_resolve_time": "2017-12-01T14:52:21.362000Z",
            "actual_resolve_time": "2017-12-01T14:52:21.362000Z",
            "open_time": "2017-09-15T07:00:00Z",
            "nr_forecasters": 56,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 534,
                "title": "Will Ethereum hit 75% of Bitcoin's market cap during November 2017?",
                "created_at": "2017-08-31T00:02:03.609547Z",
                "open_time": "2017-09-15T07:00:00Z",
                "cp_reveal_time": "2017-09-16T06:34:54.555279Z",
                "spot_scoring_time": "2017-09-16T06:34:54.555279Z",
                "scheduled_resolve_time": "2017-12-01T14:52:21.362000Z",
                "actual_resolve_time": "2017-12-01T14:52:21.362000Z",
                "resolution_set_time": "2017-12-01T14:52:21.362000Z",
                "scheduled_close_time": "2017-10-20T07:00:00Z",
                "actual_close_time": "2017-10-20T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "As of question launch, ETH is at less than 50% of Bitcoin's market cap, after coming as close as 80% in mid-June.",
                "resolution_criteria": "*** Will ETH be above 75% of BTC's market value at some point between Nov. 1 and Nov. 30, inclusive? ***\n\nResolution is positive if the [chart at coinmarketcap](https://coinmarketcap.com/charts/) shows the ratio of ETH/BTC market share to bet greater than 0.75 between Nov. 1 and Nov. 30.  (Crossing this threshold prior to Nov. 1 does not count toward positive resolution).",
                "fine_print": "",
                "post_id": 534,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1508472514.350383,
                                "end_time": null,
                                "forecaster_count": 56,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.3
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1508472514.350383,
                            "end_time": null,
                            "forecaster_count": 56,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.3
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.19740278707386202
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.24728538440391462,
                                    0.3138753164782079,
                                    0.006513847192233464,
                                    0.009514982201565289,
                                    0.41043139835489506,
                                    0.0,
                                    1.4689258897840167,
                                    0.02704288263026733,
                                    0.39618411090454325,
                                    1.5497650225331094,
                                    0.0031787604112146167,
                                    0.07544621294165546,
                                    0.17573956450005151,
                                    0.2898717268244653,
                                    0.8538464967823606,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0262635692906366,
                                    0.030705460506385295,
                                    0.1345137037522881,
                                    0.0,
                                    0.0,
                                    0.9522378480826875,
                                    0.0,
                                    0.0,
                                    1.8934993956709123,
                                    0.0,
                                    2.461371253215086,
                                    0.7104289439189292,
                                    0.0,
                                    0.0,
                                    0.054982568596560574,
                                    0.28366554019642165,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.063556662225258,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01550349210722101,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0052619857942816685,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.013286097205509028,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "peer_score": 10.838520393563721,
                            "coverage": 0.9962590857939745,
                            "baseline_score": 79.53487968855806,
                            "spot_peer_score": 22.261655698469507,
                            "peer_archived_score": 10.838520393563721,
                            "baseline_archived_score": 79.53487968855806,
                            "spot_peer_archived_score": 22.261655698469507
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1508472514.382507,
                                "end_time": null,
                                "forecaster_count": 56,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1508472514.382507,
                            "end_time": null,
                            "forecaster_count": 56,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9003129901564285,
                                0.09968700984357148
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 12,
                "user_vote": null
            },
            "forecasts_count": 101,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "As of question launch, ETH is at less than 50% of Bitcoin's market cap, after coming as close as 80% in mid-June."
        },
        {
            "id": 533,
            "title": "Another ICO-related SEC alert published in November 2017?",
            "short_title": "ICO SEC alert",
            "url_title": "ICO SEC alert",
            "slug": "ico-sec-alert",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-08-30T23:33:26.370537Z",
            "published_at": "2017-09-15T07:00:00Z",
            "edited_at": "2025-09-05T17:28:54.552341Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-15T07:00:00Z",
            "comment_count": 9,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-10-25T07:00:00Z",
            "scheduled_close_time": "2017-10-25T07:00:00Z",
            "scheduled_resolve_time": "2017-12-01T15:08:07.016000Z",
            "actual_resolve_time": "2017-12-01T15:08:07.016000Z",
            "open_time": "2017-09-15T07:00:00Z",
            "nr_forecasters": 38,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 533,
                "title": "Another ICO-related SEC alert published in November 2017?",
                "created_at": "2017-08-30T23:33:26.370537Z",
                "open_time": "2017-09-15T07:00:00Z",
                "cp_reveal_time": "2017-09-16T06:33:59.804276Z",
                "spot_scoring_time": "2017-09-16T06:33:59.804276Z",
                "scheduled_resolve_time": "2017-12-01T15:08:07.016000Z",
                "actual_resolve_time": "2017-12-01T15:08:07.016000Z",
                "resolution_set_time": "2017-12-01T15:08:07.016000Z",
                "scheduled_close_time": "2017-10-25T07:00:00Z",
                "actual_close_time": "2017-10-25T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The SEC has recently stepped in to the cryptocurrency and particularly Initial Coin offering (ICO) space with several public statements and [two \"alerts\" issued](https://search.usa.gov/search/news?utf8=✓&affiliate=secsearch&channel=2085&sort_by=&query=initial+coin+offering) on July 25 and August 28 regarding these offerings.",
                "resolution_criteria": "*** Will one or more additional SEC alerts be issued during November 2017? ***\n\nResolution is positive if the above-linked search shows one or more alerts issued between Nov. 1, 2017 and Nov. 30, 2017, inclusive, and negative otherwise.",
                "fine_print": "",
                "post_id": 533,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1508914018.772056,
                                "end_time": null,
                                "forecaster_count": 38,
                                "interval_lower_bounds": [
                                    0.36
                                ],
                                "centers": [
                                    0.49
                                ],
                                "interval_upper_bounds": [
                                    0.5
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1508914018.772056,
                            "end_time": null,
                            "forecaster_count": 38,
                            "interval_lower_bounds": [
                                0.36
                            ],
                            "centers": [
                                0.49
                            ],
                            "interval_upper_bounds": [
                                0.5
                            ],
                            "forecast_values": [
                                0.51,
                                0.49
                            ],
                            "means": [
                                0.4281532296882198
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0773927070098371,
                                    0.0,
                                    0.5029882706621958,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.3990441490843524,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.28211668489493613,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.41773359555817,
                                    0.0,
                                    0.0,
                                    0.7387530592948932,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6231400779539085,
                                    0.0,
                                    0.08867683223307754,
                                    0.0,
                                    0.0,
                                    0.1148171974242466,
                                    0.716439045345342,
                                    0.31210550135292425,
                                    0.0,
                                    0.7800991750591255,
                                    2.0936906850419525,
                                    0.0,
                                    0.0,
                                    0.6316017706441353,
                                    0.7582661807495745,
                                    0.7915190286302594,
                                    0.15823357870704682,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05797234383343228,
                                    0.0,
                                    0.0,
                                    0.019676189570906492,
                                    0.008649961225964252,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.035579456289155105,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.005716411657967498,
                                    0.0,
                                    0.015538817933844495,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2084569439464253
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 37.513737292999664,
                            "coverage": 0.996806512632511,
                            "baseline_score": -17.320655820589206,
                            "spot_peer_score": 30.68902566160377,
                            "peer_archived_score": 37.513737292999664,
                            "baseline_archived_score": -17.320655820589206,
                            "spot_peer_archived_score": 30.68902566160377
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1508831338.854852,
                                "end_time": null,
                                "forecaster_count": 37,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1508831338.854852,
                            "end_time": null,
                            "forecaster_count": 37,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.6464443609203849,
                                0.3535556390796151
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 4,
                "user_vote": null
            },
            "forecasts_count": 75,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The SEC has recently stepped in to the cryptocurrency and particularly Initial Coin offering (ICO) space with several public statements and [two \"alerts\" issued](https://search.usa.gov/search/news?utf8=✓&affiliate=secsearch&channel=2085&sort_by=&query=initial+coin+offering) on July 25 and August 28 regarding these offerings."
        },
        {
            "id": 529,
            "title": "Will Bitcoin and Ethereum be the two highest market-cap cryptocurrencies for all of November 2017?",
            "short_title": "BTC and ETH top market cap nov 2017",
            "url_title": "BTC and ETH top market cap nov 2017",
            "slug": "btc-and-eth-top-market-cap-nov-2017",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-08-29T22:20:17.131238Z",
            "published_at": "2017-09-15T07:00:00Z",
            "edited_at": "2025-09-05T17:28:56.423258Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-09-15T07:00:00Z",
            "comment_count": 20,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-11-01T07:00:00Z",
            "scheduled_close_time": "2017-11-01T07:00:00Z",
            "scheduled_resolve_time": "2017-11-12T18:06:26.286000Z",
            "actual_resolve_time": "2017-11-12T18:06:26.286000Z",
            "open_time": "2017-09-15T07:00:00Z",
            "nr_forecasters": 64,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "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": "forecaster",
                        "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": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 3179,
                        "type": "question_series",
                        "name": "2017 Cryptocurrency Contest",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2017-09-15T15:59:03.492000Z",
                        "close_date": "2017-12-01T16:59:03.492000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-05-07T15:59:03.532688Z",
                        "edited_at": "2024-05-07T15:59:03.532694Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 3179,
                    "type": "question_series",
                    "name": "2017 Cryptocurrency Contest",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2017-09-15T15:59:03.492000Z",
                    "close_date": "2017-12-01T16:59:03.492000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-05-07T15:59:03.532688Z",
                    "edited_at": "2024-05-07T15:59:03.532694Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 529,
                "title": "Will Bitcoin and Ethereum be the two highest market-cap cryptocurrencies for all of November 2017?",
                "created_at": "2017-08-29T22:20:17.131238Z",
                "open_time": "2017-09-15T07:00:00Z",
                "cp_reveal_time": "2017-09-15T19:46:39.779665Z",
                "spot_scoring_time": "2017-09-15T19:46:39.779665Z",
                "scheduled_resolve_time": "2017-11-12T18:06:26.286000Z",
                "actual_resolve_time": "2017-11-12T18:06:26.286000Z",
                "resolution_set_time": "2017-11-12T18:06:26.286000Z",
                "scheduled_close_time": "2017-11-01T07:00:00Z",
                "actual_close_time": "2017-11-01T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "As of question launch, the top two cryptocurrencies by market capitalization are Bitcoin and Ethereum (by a significant margin) according to [coinmarketcap.com](https://coinmarketcap.com).",
                "resolution_criteria": "This question resolves negative if on Dec. 1 the one-month plot of coin market capitalization plot [here](https://coinmarketcap.com/charts/) covering the month of November shows any currency other than Ethereum or Bitcoin crossing the Ethereum or Bitcoin capitalization curve.  It resolves positively otherwise.",
                "fine_print": "",
                "post_id": 529,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1509486715.634601,
                                "end_time": null,
                                "forecaster_count": 64,
                                "interval_lower_bounds": [
                                    0.9
                                ],
                                "centers": [
                                    0.95
                                ],
                                "interval_upper_bounds": [
                                    0.99
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1509486715.634601,
                            "end_time": null,
                            "forecaster_count": 64,
                            "interval_lower_bounds": [
                                0.9
                            ],
                            "centers": [
                                0.95
                            ],
                            "interval_upper_bounds": [
                                0.99
                            ],
                            "forecast_values": [
                                0.050000000000000044,
                                0.95
                            ],
                            "means": [
                                0.9231009712192784
                            ],
                            "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.016130931261017813,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.23189585376764588,
                                    0.5964945187819407,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7756659660559864,
                                    0.8816217886564627,
                                    0.0,
                                    0.08023668698929762,
                                    0.1470125282415746,
                                    0.0,
                                    0.0,
                                    0.026223454560143997,
                                    0.0,
                                    0.04059264133585082,
                                    0.0,
                                    0.4868057477542032,
                                    0.0,
                                    0.0,
                                    0.7339052366257754,
                                    0.06663686154666806,
                                    0.07317984826329925,
                                    0.003138745684197452,
                                    0.054969296976803916,
                                    3.5027980719230594,
                                    0.16340547027601,
                                    0.8858416466813721,
                                    0.19159977119867486,
                                    5.547471120308281
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 0.04383138391162161,
                            "coverage": 0.9973282779452605,
                            "baseline_score": -396.3968048903171,
                            "spot_peer_score": 7.840644356094718,
                            "peer_archived_score": 0.04383138391162161,
                            "baseline_archived_score": -396.3968048903171,
                            "spot_peer_archived_score": 7.840644356094718
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1508884686.608069,
                                "end_time": null,
                                "forecaster_count": 62,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1508884686.608069,
                            "end_time": null,
                            "forecaster_count": 62,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.08419073651596298,
                                0.915809263484037
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 26,
                "user_vote": null
            },
            "forecasts_count": 104,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "As of question launch, the top two cryptocurrencies by market capitalization are Bitcoin and Ethereum (by a significant margin) according to [coinmarketcap.com](https://coinmarketcap.com)."
        },
        {
            "id": 528,
            "title": "A revival of interest in muon-catalyzed fusion?",
            "short_title": "",
            "url_title": "",
            "slug": "a-revival-of-interest-in-muon-catalyzed-fusion",
            "author_id": 10,
            "author_username": "Greg",
            "coauthors": [],
            "created_at": "2017-08-27T20:14:44.164458Z",
            "published_at": "2017-08-28T20:08:58Z",
            "edited_at": "2025-09-05T17:28:50.727919Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-08-28T20:08:58Z",
            "comment_count": 18,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-01-01T12:00:00Z",
            "scheduled_close_time": "2019-01-01T12:00:00Z",
            "scheduled_resolve_time": "2020-07-04T14:58:00Z",
            "actual_resolve_time": "2020-07-04T14:58:00Z",
            "open_time": "2017-08-28T20:08:58Z",
            "nr_forecasters": 83,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15868,
                        "name": "Nuclear Technology & Risks",
                        "slug": "nuclear",
                        "emoji": "☣️",
                        "type": "topic"
                    }
                ],
                "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": "forecaster",
                        "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": "forecaster",
                    "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": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    },
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    },
                    {
                        "id": 3690,
                        "name": "Nuclear Technology & Risks",
                        "slug": "nuclear",
                        "emoji": "☢️",
                        "description": "Nuclear Technology & Risks",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 528,
                "title": "A revival of interest in muon-catalyzed fusion?",
                "created_at": "2017-08-27T20:14:44.164458Z",
                "open_time": "2017-08-28T20:08:58Z",
                "cp_reveal_time": "2017-08-29T22:24:06.044819Z",
                "spot_scoring_time": "2017-08-29T22:24:06.044819Z",
                "scheduled_resolve_time": "2020-07-04T14:58:00Z",
                "actual_resolve_time": "2020-07-04T14:58:00Z",
                "resolution_set_time": "2020-07-04T14:58:00Z",
                "scheduled_close_time": "2019-01-01T12:00:00Z",
                "actual_close_time": "2019-01-01T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "[Cold fusion](https://en.wikipedia.org/wiki/Cold_fusion) of the late 1980's Fleischmann-Pons variety has long since fallen into disrepute, but it is interesting to recall that the coinage of the term actually dates to a [1956 New York Times article](http://www.nytimes.com/1956/12/30/archives/cold-fusion-of-hydrogen-atoms-a-fourth-method-pulling-together.html) describing the phenomenon of muon-catalyzed fusion. \n\nIn a nutshell, a [muon](https://en.wikipedia.org/wiki/Muon) replaces one of the electrons in a hydrogen molecule (generally of the exotic deuterium-tritium variety), allowing the two nuclei to draw far closer than the normal covalent bond would allow. With proximity thus achieved, the probaility of deuterium-tritium fusion is greatly increased. After a fusion reaction occurs, the responsible muon is free to catalyze further events until it either decays (its rest frame half-life is two microseconds) or is removed from action by \"sticking\" to an alpha particle produced by the fusion. Economic viability of the process for creating energy would require that a single muon catalyze approximately 500 fusion events before it decays, a rate of efficiency that exceeds best efforts by at least a factor of two or three.\n\nMuon-catalyzed fusion was originally observed in laboratory experiments and described in [this article](https://journals.aps.org/pr/abstract/10.1103/PhysRev.105.1127) by Luis Alvarez et al., and was studied in depth by John David Jackson, he of Jackson's [*Electrodynamics*](https://www.amazon.com/Classical-Electrodynamics-Third-David-Jackson/dp/047130932X) fame. Jackson's [1957 Physical Review article](https://journals.aps.org/pr/abstract/10.1103/PhysRev.106.330) is a standard reference, and remarkably, more than a half-century later, he summarized the history of the field in this [2010 review](https://link.springer.com/article/10.1007/s00016-009-0006-9).\n\nThe prospects for muon-catalyzed fusion as an energy source seemed moderately bright during the 1980s and 1990s, following the elucidation and observation of [molecular states of the deuterium-tritium-muon positive ion](http://adsabs.harvard.edu/abs/1967JETPL...5...91V). The field has largely stalled in recent years, however, as workable schemes for either producing muons more cheaply, or improving their catalytic efficiency have failed to emerge.\n\nAt the close of the 2010 article, Jackson seemed optimistic, writing, \"The effort for such a specialized field has been prodigious, especially in the last 30 years. On the applied side, ideas continue on how to increase the number of fusions per muon and design hybrid systems to get into the realm of net energy production.\" Certainly, it is fair to state that development of effective muon-catalyzed fusion for energy production would be a global game changer.\n\nPrior to Jan 1, 2020, will a peer-reviewed article appear in the mainstream physics literature which discusses a discovery of a physical phenomenon or which outlines an engineering technique that can either (1) increase the number of deuterium-tritium fusions per muon, or (2) decrease the energy cost of muon production to the point where a break-even reactor is feasible?",
                "fine_print": "",
                "post_id": 528,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1546297090.970697,
                                "end_time": null,
                                "forecaster_count": 83,
                                "interval_lower_bounds": [
                                    0.17
                                ],
                                "centers": [
                                    0.3
                                ],
                                "interval_upper_bounds": [
                                    0.38
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1546297090.970697,
                            "end_time": null,
                            "forecaster_count": 83,
                            "interval_lower_bounds": [
                                0.17
                            ],
                            "centers": [
                                0.3
                            ],
                            "interval_upper_bounds": [
                                0.38
                            ],
                            "forecast_values": [
                                0.7,
                                0.3
                            ],
                            "means": [
                                0.2904032213205713
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.31781959343888977,
                                    0.0,
                                    0.005313788500141374,
                                    0.7567875495527383,
                                    0.04792995186424558,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.3966731141911124,
                                    0.01640066199948675,
                                    0.0376477651787916,
                                    0.16036165193204036,
                                    0.0,
                                    0.042839650814824645,
                                    0.0,
                                    0.9085842027326947,
                                    0.5438276275949664,
                                    0.0,
                                    0.6599822717069646,
                                    0.0,
                                    0.6016326041411628,
                                    0.03453192803547644,
                                    0.2394794112748967,
                                    0.8169759660885071,
                                    0.0,
                                    0.4088495282428946,
                                    0.0,
                                    0.0,
                                    1.631050955667382,
                                    0.010488922435444322,
                                    0.048428294021351945,
                                    1.4246117588118665,
                                    0.4186847677990752,
                                    0.0,
                                    0.5541154142974104,
                                    0.09528689388306855,
                                    0.6375136813109524,
                                    0.0,
                                    0.17216178117453548,
                                    0.5351799653034296,
                                    0.001557486043652286,
                                    0.0,
                                    0.9464393003703787,
                                    0.5044513853022176,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13509753112380862,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.42137912002218264,
                                    0.13959566381946276,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4752884891142051,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.021951255190573254,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.37291857732980915,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18373971926206425,
                                    0.0,
                                    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": {
                            "peer_score": 42.84229872426613,
                            "coverage": 0.9995138383209233,
                            "baseline_score": -94.81590493617293,
                            "spot_peer_score": -80.65573706260788,
                            "peer_archived_score": 42.84229872426613,
                            "baseline_archived_score": -94.81590493617293,
                            "spot_peer_archived_score": -80.65573706260788
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1545087086.903748,
                                "end_time": null,
                                "forecaster_count": 80,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1545087086.903748,
                            "end_time": null,
                            "forecaster_count": 80,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.8975256269737225,
                                0.10247437302627746
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 9,
                "user_vote": null
            },
            "forecasts_count": 122,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        }
    ]
}