---
title: "USA Spending"
method: GET
path: "/stock/usa-spending"
tags: ["Default"]
---

# USA Spending

`GET /stock/usa-spending`

Get a list of government's spending activities from USASpending dataset for public companies. This dataset can help you identify companies that win big government contracts which is extremely important for industries such as Defense, Aerospace, and Education.

## Query parameters

- `symbol` string, required
- `from` string, date, required
- `to` string, date, required

## Response `200`

successful operation

- UsaSpendingResult
  - `symbol` string — Symbol.
  - `data` UsaSpending[] — Array of government's spending data points.
    - `symbol` string — Symbol.
    - `recipientName` string — Company's name.
    - `recipientParentName` string — Company's name.
    - `awardDescription` string — Description.
    - `country` string — Recipient's country.
    - `actionDate` string — Period.
    - `totalValue` number, float — Income reported by lobbying firms.
    - `performanceStartDate` string — Performance start date.
    - `performanceEndDate` string — Performance end date.
    - `awardingAgencyName` string — Award agency.
    - `awardingSubAgencyName` string — Award sub-agency.
    - `awardingOfficeName` string — Award office name.
    - `performanceCountry` string — Performance country.
    - `performanceCity` string — Performance city.
    - `performanceCounty` string — Performance county.
    - `performanceState` string — Performance state.
    - `performanceZipCode` string — Performance zip code.
    - `performanceCongressionalDistrict` string — Performance congressional district.
    - `naicsCode` string — NAICS code.
    - `permalink` string — Permalink.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
