Chief Financial Officers Council

The Chief Financial Officers Council (CFOC) was established by the Chief Financial Officers (CFO) Act of 1990 (Public Law 101-576) and is composed of the CFOs and Deputy CFOs of the 24 largest federal departments and agencies, along with senior officials from the Office of Management and Budget (OMB) and the Department of the Treasury. The Council works collaboratively to improve federal financial management through shared guidance, working groups, and inter-agency standards. While the CFO Council itself does not operate a developer API program, its remit is closely tied to the larger ecosystem of federal financial management data and APIs administered by Treasury (USAspending.gov, Fiscal Service), OMB (PaymentAccuracy.gov, MAX.gov), and GSA (Performance.gov, SAM.gov).

5 APIs 0 Features
Federal Financial ManagementFederal GovernmentFinanceGovernmentOMBTreasury

APIs

CFO Council Website

The cfo.gov public website is the official portal for the federal CFO Council, hosting member rosters, council news, working-group outputs, financial-management policy guidance,...

CFO Council Working Groups

The CFO Council operates topical working groups covering areas such as financial systems, internal control, grants management, payment integrity, financial reporting, and data a...

PaymentAccuracy.gov (Payment Integrity)

PaymentAccuracy.gov is the OMB-maintained transparency site for reporting government-wide improper payments and payment-integrity activities. The site publishes downloadable age...

USAspending.gov API (Treasury)

USAspending.gov is the Treasury-operated public source of accountable federal spending data, exposing a comprehensive REST API for federal awards, contracts, grants, sub-awards,...

MAX.gov / Performance.gov

Performance.gov is the OMB-administered public site for federal cross-agency priority goals, agency strategic plans, and performance reports. The CFO Council collaborates with O...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

🔗
Website
Website
🔗
About
About
🔗
Resources
Resources
🔗
WorkingGroups
WorkingGroups
📰
News
News
🔗
Events
Events
🔗
Members
Members
🔗
Contact
Contact
📜
PrivacyPolicy
PrivacyPolicy
🔗
AccessibilityStatement
AccessibilityStatement
🔗
USAspending
USAspending
🔗
PaymentAccuracy
PaymentAccuracy
🔗
PerformanceGov
PerformanceGov
🔗
OMB
OMB
🔗
Treasury
Treasury
🔗
GSA
GSA

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: USAspending.gov API (CFO Council context)
  version: '2026-05-23'
items:
- info:
    name: Agencies
    type: folder
  items:
  - info:
      name: Retrieve agency overview
      type: http
    http:
      method: GET
      url: https://api.usaspending.gov/api/v2/agency/:TOPTIER_AGENCY_CODE/
      params:
      - name: TOPTIER_AGENCY_CODE
        value: ''
        type: path
        description: Top-tier (3-digit Treasury Account Symbol) agency code
    docs: Retrieve agency overview
  - info:
      name: Agency award summaries
      type: http
    http:
      method: GET
      url: https://api.usaspending.gov/api/v2/agency/:TOPTIER_AGENCY_CODE/awards/
      params:
      - name: TOPTIER_AGENCY_CODE
        value: ''
        type: path
        description: Top-tier (3-digit Treasury Account Symbol) agency code
    docs: Agency award summaries
- info:
    name: Awards
    type: folder
  items:
  - info:
      name: Get award details
      type: http
    http:
      method: GET
      url: https://api.usaspending.gov/api/v2/awards/:AWARD_ID/
      params:
      - name: AWARD_ID
        value: ''
        type: path
    docs: Get award details
  - info:
      name: List federal accounts for an award
      type: http
    http:
      method: POST
      url: https://api.usaspending.gov/api/v2/awards/accounts/
    docs: List federal accounts for an award
- info:
    name: Federal Accounts
    type: folder
  items:
  - info:
      name: Federal account information
      type: http
    http:
      method: GET
      url: https://api.usaspending.gov/api/v2/federal_accounts/:ACCOUNT_CODE/
      params:
      - name: ACCOUNT_CODE
        value: ''
        type: path
    docs: Federal account information
- info:
    name: Recipients
    type: folder
  items:
  - info:
      name: Retrieve recipient listings
      type: http
    http:
      method: POST
      url: https://api.usaspending.gov/api/v2/recipient/
    docs: Retrieve recipient listings
  - info:
      name: Get recipient overview
      type: http
    http:
      method: GET
      url: https://api.usaspending.gov/api/v2/recipient/:HASH_VALUE/
      params:
      - name: HASH_VALUE
        value: ''
        type: path
    docs: Get recipient overview
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Search spending by award (filtered)
      type: http
    http:
      method: POST
      url: https://api.usaspending.gov/api/v2/search/spending_by_award/
    docs: Search spending by award (filtered)
  - info:
      name: Spending broken down by category
      type: http
    http:
      method: POST
      url: https://api.usaspending.gov/api/v2/search/spending_by_category/:category/
      params:
      - name: category
        value: ''
        type: path
    docs: Spending broken down by category
  - info:
      name: Spending over time
      type: http
    http:
      method: POST
      url: https://api.usaspending.gov/api/v2/search/spending_over_time/
    docs: Spending over time
- info:
    name: Downloads
    type: folder
  items:
  - info:
      name: Generate downloadable award data CSV
      type: http
    http:
      method: POST
      url: https://api.usaspending.gov/api/v2/download/awards/
    docs: Generate downloadable award data CSV
- info:
    name: References
    type: folder
  items:
  - info:
      name: List top-tier agencies
      type: http
    http:
      method: GET
      url: https://api.usaspending.gov/api/v2/references/toptier_agencies/
    docs: List top-tier agencies
  - info:
      name: NAICS classification data
      type: http
    http:
      method: GET
      url: https://api.usaspending.gov/api/v2/references/naics/:NAICS_CODE/
      params:
      - name: NAICS_CODE
        value: ''
        type: path
    docs: NAICS classification data
- info:
    name: Subawards
    type: folder
  items:
  - info:
      name: Query subaward information
      type: http
    http:
      method: POST
      url: https://api.usaspending.gov/api/v2/subawards/
    docs: Query subaward information
bundled: true