Living with Debt: How to Limit Risks of Sovereign Finance? - IPES 2007
This dataset was created to support 2007 IPES Living with Debt: How to Limit Risks of Sovereign Finance? and includes data on the following topics: macroeconomics, social progress, sovereign debt in Latin America
<br><br><b>Click here to access the data: https://mydata.iadb.org/d/7cm5-ndt4</b></br></br>
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"mydata-iadb/living-with-debt-how-to-limit-risks-of-sovereign-7cm5-ndt4\".\"living_with_debt_how_to_limit_risks_of_sovereign\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.