-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
83 lines (48 loc) · 5.03 KB
/
index.qmd
File metadata and controls
83 lines (48 loc) · 5.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: "ForeignAssistance dot gov emergency backup"
toc: true
---
USAID's [ForeignAssistance.gov](https://foreignassistance.gov/) was taken offline on January 31, 2025. It returned on February 3, 2025, but it's not clear how long it will be available.
As a backup, I've uploaded the entire ForeignAssistance.gov dataset to a website/database/API at <https://foreignassistance-data.andrewheiss.com/>. Everything as of December 19, 2024 is available there, both as a queryable SQL database and as downloadable CSV files.
To simplify things, I've also provided links for each individual dataset below.
::: {.callout-tip}
#### Run your own!
You can run your own version of this [Datasette](https://datasette.io/) API with a basic Docker Compose file. [See here for the complete source code](https://github.com/andrewheiss/foreign-assistance-data) for `foreignassistance-data.andrewheiss.com` and instructions for running your own copy.
:::
## U.S. Foreign Assistance
### Complete Dataset
The complete ForeignAssistance.gov dataset.
- [{{< fa file-csv >}} CSV](https://www.dropbox.com/scl/fi/btzeaaq84wdpahb7c033g/data-raw_2025-02-03.zip?rlkey=atqpr633ayy4ya9p428vi6lon&dl=1)
- [{{< fa cloud >}} API](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance)
### Country Summary
These tables offer a summary of obligations and disbursements in current and constant dollars by country from 1946 to the most recent year.
- [{{< fa file-csv >}} CSV](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_country.csv) (**Right click the link and select "Save link as…"**)
- [{{< fa cloud >}} API](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_country)
### USG Sector Summary
These tables offer a summary of obligations and disbursements in current and constant dollars by U.S. Government (USG) sector and country from 2001 to the most recent year.
- [{{< fa file-csv >}} CSV](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_usg_sector.csv) (**Right click the link and select "Save link as…"**)
- [{{< fa cloud >}} API](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_usg_sector)
### Funding Agency Summary
These tables offer a summary of obligations and disbursements in current and constant dollars by funding agency, funding account, and country from 2001 to the most recent year.
- [{{< fa file-csv >}} CSV](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_funding.csv) (**Right click the link and select "Save link as…"**)
- [{{< fa cloud >}} API](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_funding)
### Budget Dataset
The complete foreign aid budget dataset: President's Budget Request, initial allocations, and final allocations
- [{{< fa file-csv >}} CSV](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_budget_complete.csv) (**Right click the link and select "Save link as…"**)
- [{{< fa cloud >}} API](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_budget_complete)
### OECD/DAC Sector Summary
These tables offer a summary of obligations and disbursements by OECD/DAC sector and sector category from 2001 to the most recent year.
- [{{< fa file-csv >}} CSV](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_dac_sector.csv) (**Right click the link and select "Save link as…"**)
- [{{< fa cloud >}} API](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_dac_sector)
### Managing Agency Summary
These tables offer a summary of obligations and disbursements in current and constant dollars by managing agency and country from 2001 to the most recent year.
- [{{< fa file-csv >}} CSV](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_implementing.csv) (**Right click the link and select "Save link as…"**)
- [{{< fa cloud >}} API](https://foreignassistance-data.andrewheiss.com/2025-02-03_foreign-assistance/~2E~2Fus_foreign_aid_implementing)
### Data Dictionary
A table with information describing the contents and structure of the U.S. ForeignAssistance.gov data fields.
- [{{< fa file-pdf >}} PDF](data/DataDictionary_ForeignAssistancegov.pdf)
## Other U.S. Government International Flows
### U.S. International Development Finance Corporation Active Project Dataset
The Active Projects database reflects active DFC commitments as of the most recent completed calendar quarter. The database is updated approximately 45 days after the end of each quarter.
*Note: In addition to its programs categorized as other international flows, this dataset includes data on DFC's Technical Assistance programs, which are also included in the Foreign Assistance data throughout this site.*
- [{{< fa file-excel >}} XSLX](data/USDFC_ActiveProjects.xlsx)