$0.01
per call · USD Coin on Base
SEC Form 3 filings reporting initial statements of beneficial ownership of securities. Filed by corporate insiders (directors, officers, and 10%+ shareholders) when they first acquire a position. Can't find what you're looking for? POST feedback to /feedback, no charge.
Endpoint
GET https://agent.massive.com/stocks/filings/vX/form-34
Calls / 30d
2
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-3", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agent.massive.com/stocks/filings/vX/form-3?limit=100&sort=filing_date.desc" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 1,
"next_url": "https://api.massive.com/stocks/filings/vX/form-3?cursor=eyJsaW1pd...",
"request_id": "047c7035a86042b1925118e5f68d81b0",
"results": [
{
"accession_number": "0001628280-26-022046",
"aff_10b5_one": null,
"date_of_original_submission": null,
"direct_or_indirect": "D",
"exercise_date": null,
"exercise_price": null,
"filing_date": "2026-03-30",
"filing_url": "https://www.sec.gov/Archives/edgar/data/1903508/0001628280-26-022046.txt",
"footnotes": [
{
"description": "The options granted on May 17, 2022 vested 100% on the third anniversary of the grant date.",
"id": "F1"
},
{
"description": "The exercise price of the options granted on May 17, 2022 was GPB 8.85, or approximately $11.80 based on a GBP to USD exchange rate as of March 27, 2026 of 1.3336.",
"id": "F2"
}
],
"form_type": "3",
"is_director": false,
"is_officer": true,
"is_other": false,
"is_ten_percent_owner": false,
"issuer_cik": "0001903508",
"issuer_name": "Public Policy Holding Company, Inc.",
"nature_of_ownership": null,
"not_subject_to_section_16": null,
"officer_title": "Chief Administrative Officer",
"owner_cik": "0002125791",
"owner_name": "Mazzanti Matthew Ross",
"period_of_report": "2026-03-20",
"remarks": null,
"security_title": "Options",
"security_type": "derivative",
"shares_owned": null,
"tickers": [
"PPHC"
],
"underlying_security_shares": 9000,
"underlying_security_title": "Common Stock, $0.001 par value"
}
],
"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.