government_contracts_by_ticker
Retrieve U.S. government contract awards for any stock ticker, including award amounts, agencies, and dates in JSON or CSV format.
Instructions
U.S. government contract awards for a single ticker:
{
format: "json",
ticker, name,
series: [{award_id, award_amount, award_type, awarding_agency,
awarding_sub_agency, recipient_name, start_date, end_date,
description, naics_code, naics_description,
contract_award_type}, ...],
series_count, series_total
}
CSV returns the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |