Latin Macro Watch Dataset
The Latin Macro Watch (LMW) is a macroeconomic and financial database that offers indicators on economic activity, fiscal and external accounts, financial markets, and forecasts. Historical data at monthly, quarterly, and annual frequencies will be available starting in 1990 and cover the 26 borrowing members of the Inter-American Development Bank. The database is currently undergoing a revision and enhancement process.
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/latin-macro-watch-dataset-tbnd-z94f\".\"latin_macro_watch_dataset\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.