$0.01
per call · USD Coin on Base
SEC Form 4 filings reporting changes in beneficial ownership of securities. Filed by corporate insiders (directors, officers, and 10%+ shareholders) within two business days of a transaction. Can't find what you're looking for? POST feedback to /feedback, no charge.
Endpoint
GET https://agent.massive.com/stocks/filings/vX/form-47
Calls / 30d
5
Unique payers / 30d
Sep 4
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://agent.massive.com/stocks/filings/vX/form-4", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agent.massive.com/stocks/filings/vX/form-4?limit=100&sort=filing_date.desc" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"next_url": "https://api.massive.com/stocks/filings/vX/form-4?cursor=eyJsaW1pd...",
"request_id": "047c7035a86042b1925118e5f68d81b0",
"results": [
{
"accession_number": "0002123147-26-000002",
"aff_10b5_one": false,
"date_of_original_submission": null,
"deemed_execution_date": "2026-03-27",
"direct_or_indirect": "D",
"equity_swap_involved": false,
"exercise_date": "2026-03-27",
"exercise_price": 88.167,
"expiration_date": "2026-03-27",
"filing_date": "2026-03-30",
"filing_url": "https://www.sec.gov/Archives/edgar/data/1469395/0002123147-26-000002.txt",
"footnotes": [
{
"description": "These shares were acquired at a price of 4955 argentine pesos per share. For reporting purposes, the exercise price has been converted to US dollars based on the exchange rate reported by Banco de la Nacion Argentina for the date of the acquisition, which was 1405 argentine pesos per US dollar. Then multiplied by 25, the Par value or rate of common shares to one ADR.",
"id": "F1"
}
],
"form_type": "4",
"is_director": false,
"is_officer": true,
"is_other": false,
"is_ten_percent_owner": false,
"issuer_cik": "0001469395",
"issuer_name": "Pampa Energy Inc.",
"not_subject_to_section_16": false,
"officer_title": "Chief Financial Officer",
"owner_cik": "0002123147",
"owner_name": "Zuberbuhler Adolfo Fernando",
"period_of_report": "2026-03-27",
"record_type": "transaction",
"security_title": "Common Stock, $25 Par Value",
"security_type": "derivative",
"shares_owned_following_transaction": 2759,
"tickers": [
"PAM"
],
"transaction_acquired_disposed": "A",
"transaction_code": "A",
"transaction_date": "2026-03-27",
"transaction_price_per_share": 88.167,
"transaction_shares": 12923,
"transaction_timeliness": "O",
"transaction_value": 1139382.141,
"underlying_security_shares": 12923,
"underlying_security_title": "PAMP"
}
],
"status": "OK"
}Payment details
0x525f6ddce9af7a7179d7696aabfcd5fcd15a21e6USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Massive & similar services
Massive · Reference News
agent.massive.com
Get the most recent news articles relating to a stock ticker symbol, including a summary of the article and a link to the original source. Can't find what you're looking for? POST feedback to /feedback, no charge.
Massive · Stocks Tickers
agent.massive.com
Get the most up-to-date market data for a single traded stock ticker. Note: Snapshot data is cleared at 3:30am EST and gets populated as data is received from the exchanges. This can happen as early as 4am EST. Can't find what you're looking for? POST feedback to /feedback, no charge.
Massive · Reference Tickers
agent.massive.com
Get a single ticker supported by Massive. This response will have detailed information about the ticker and the company behind it. Can't find what you're looking for? POST feedback to /feedback, no charge.