$0.01
per call · USD Coin on Base
The risk factors identified in companies' 10K filings. Can't find what you're looking for? POST feedback to /feedback, no charge.
Endpoint
GET https://agent.massive.com/stocks/filings/vX/risk-factors5
Calls / 30d
3
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/risk-factors", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agent.massive.com/stocks/filings/vX/risk-factors?limit=100&sort=filing_date.desc" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"request_id": "c7856101f86c20d855b0ea1c5a6d6efa",
"results": [
{
"cik": "0001005101",
"filing_date": "2025-09-19",
"primary_category": "financial_and_market",
"secondary_category": "credit_and_liquidity",
"supporting_text": "In addition to the net proceeds we received from our recent equity and debt financings, we may need to raise additional equity or debt financing to continue the development and marketing of our Fintech app, to fund ongoing operations, invest in acquisitions, and for working capital purposes. Our inability to raise such additional financing may limit our ability to continue the development of our Fintech app.",
"tertiary_category": "access_to_capital_and_financing",
"ticker": "MGLD"
}
],
"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.