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 | Inequality |
Limitations | No limitations were specified for this dataset |
Periodicity | Yearly |
Concept | No concept was specified for this dataset |
Date Created | 3/13/2023 12:32:17 PM |
Last Modified | 3/21/2023 9:30:31 AM |
Theme(s) | Inequality |
Categories | inequality |
Source(s) | OECD |
Description | |
Insights | |
Tags |
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://escwaapigateway.azure-api.net/dlv1/thirdparties?name=oecd/Income_inequality_13032023123216&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