IFC Investment By Region - Annual Summary
IFC's Regional Departments are responsible for the overall strategy in their respective regions and client relations. They also handle IFC's relationships with the relevant member countries' governments and local stakeholders-NGOs, media, and communities.
Learn more at http://www1.ifc.org/wps/wcm/connect/region__ext_content/regions/regions/regions+landing+page .
Note: Dollars in millions, for the year ended June 30. Short-term finance investments are included in figures prior to 2015. The sum up of Regions may be different from the total due to rounding.
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 \"finances-worldbank/ifc-investment-by-region-annual-summary-wdx8-uxce\".\"ifc_investment_by_region_annual_summary\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.