Skip to content

DepartmentOfGovernmentEfficiency/15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

15

Overview

This script fetches award data from the USAspending API for a specified agency and extracts key details including recipient name, award type, award date, and total obligations in USD. In particular this is pulling from top tier Agency 015.

Requirements

  • Python 3.x
  • requests library
  • pandas library

Installation

Ensure you have Python 3 installed and install the required dependencies:

pip install requests pandas

Usage

Run the script using:

python3 15.py

When executed, the script will print a raw API response similar to the following, and you should see:

Screenshot 2025-02-12 at 10 42 56 PM

This output changes depending on the latest available data from the API.

Notes

  • This script fetches real-time data from USASpending, so results will vary based on current data availability.
  • Ensure you have an active internet connection when running the script.

About

The highest rewards per top tier Agency number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages