House Trading API

Members of the US House of Representatives are obliged to disclose any transactions involving stocks, bonds, commodities futures, or other securities worth more than $1,000. The API endpoint provides comprehensive data about each transaction completed. There is a limit of 100 records per API call.

API Endpoint

https://financialdata.net/api/v1/house-trading?identifier=MSFT

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security.MSFT
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.100
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "name_of_reporting_person": "Marjorie Taylor Mrs Greene",
    "report_date": "2024-11-27",
    "state": "GA14",
    "transaction_number": "13",
    "transaction_type": "Purchase",
    "transaction_date": "2024-11-25",
    "owner_type": null,
    "trading_symbol": "MSFT",
    "asset_name": "Microsoft Corporation - Common Stock",
    "asset_type": "Stocks (including ADRs)",
    "amount": "$1,001 - $15,000",
    "notification_date": "2024-11-26"
  },
  {
    "name_of_reporting_person": "Josh Gottheimer",
    "report_date": "2024-11-06",
    "state": "NJ05",
    "transaction_number": "28",
    "transaction_type": "Sale (Partial)",
    "transaction_date": "2024-10-03",
    "owner_type": "Joint",
    "trading_symbol": "MSFT",
    "asset_name": "Microsoft Corporation - Common Stock",
    "asset_type": "Stocks (including ADRs)",
    "amount": "$1,001 - $15,000",
    "notification_date": "2024-11-05"
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.