government_trades
Obtain government transaction data, including data from the Senate and the House of Representatives.
Parameters
- standard
- fmp
symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp.
chamber: Literal['house', 'senate', 'all'] | None
Default: all
Government Chamber.
limit: int | None
The number of data entries to return.
symbol: str | None | list[str | None]
Symbol to get data for. Multiple items allowed for provider(s): fmp.
chamber: Literal['house', 'senate', 'all'] | None
Default: all
Government Chamber.
limit: int | None
The number of data entries to return.
Returns
results: GovernmentTrades
Serializable results.
provider: Optional[Literal['fmp']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- fmp
symbol: str | None
Symbol representing the entity requested in the data.
date: date | str
The date of the data.
transaction_date: date | None
Date of Transaction.
representative: str | None
Name of Representative.
symbol: str | None
Symbol representing the entity requested in the data.
date: date | str
The date of the data.
transaction_date: date | None
Date of Transaction.
representative: str | None
Name of Representative.
chamber: Literal['House', 'Senate']
Government Chamber - House or Senate.
owner: str | None
Ownership status (e.g., Spouse, Joint).
asset_type: str | None
Type of asset involved in the transaction.
asset_description: str | None
Description of the asset.
transaction_type: str | None
Type of transaction (e.g., Sale, Purchase).
amount: str | None
Transaction amount range.
comment: str | None
Additional comments on the transaction.
url: str | None
Link to the transaction document.