There's no chart here yet because we don't know what fields you'd like to see plotted.
Please tell us by clicking the Customize visualization button.
You can always change the filters to modify the charts.
Topic | Governance |
Limitations | No limitations were specified for this dataset |
Periodicity | Yearly |
Concept | No concept was specified for this dataset |
Date Created | 4/11/2025 1:42:35 AM |
Last Modified | 1/1/0001 12:00:00 AM |
Theme(s) | Governance |
Categories | |
Source(s) |
Description | The dataset includes various columns such as country names (\textbf{Country}), unique country codes (\textbf{Country\_Code}), detailed indicator descriptions (\textbf{Indicator}), unit specifications (\textbf{Unit}), frequency details (\textbf{Frequency}), recording years (\textbf{Year}), numerical values indicating economic decline (\textbf{Value}), and update timestamps (\textbf{Update}). |
Insights | This dataset can reveal trends in economic stability among various countries over time, aiding researchers in understanding which economies have improved or deteriorated their stability characteristics in response to geopolitical changes. |
Tags | The primary theme is the economic stability of countries over time, particularly highlighting those deemed fragile due to legal, military, and social turbulence. |
The ADP Portal provides powerfull API query support, to use this dataset in your code please copy the link below.
A simple ajax request to the data API using jQuery.
var filters = {};
$.post(
"https://dataportal.unescwa.org/API/ACG/Dataset?name=d927d79e-0f09-0232-502a-22781e09438a&organization=acg&source=acg&ReturnFull=true",
JSON.stringify(filters),
function (result) {
// Process result here
}
);
You can copy and paste the embed code into a CMS or blog software that supports raw HTML