x402stock Ticker Corporate Events API is a paid API for AI agents from x402stock.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-08).
Returns the full corporate events history for a given stock ticker, including ticker changes, CIK, FIGI identifiers, and event dates.
Pay-per-call market and economic data API for AI agents: US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities, US and global macro (Fed, CPI, jobs, GDP, Treasury, World Bank), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 on Base.
A JSON object containing the company name, SEC CIK number, Bloomberg composite FIGI, a list of corporate events (each with a date and type such as ticker_change), and the ticker queried, sourced from x402stock as of a specific timestamp.
GEThttps://x402stock.xyz/api/v1/events/%7Bticker%7DUse this endpoint when you need authoritative corporate event history — especially ticker symbol changes, SEC CIK numbers, or Bloomberg FIGI identifiers — for a US-listed stock. Prefer over general company info APIs when you specifically need structured event timelines or cross-referencing identifiers (CIK, FIGI) for a ticker. Ideal for AI agents needing to resolve or track corporate identity changes over time without requiring an API key.
{
"properties": "AAPL"
}| Field | Type | Description |
|---|---|---|
| properties | string |
{
"data": {
"cik": "0000320193",
"name": "Apple Inc.",
"events": [
{
"date": "2003-09-10",
"type": "ticker_change",
"ticker": "AAPL"
}
],
"composite_figi": "BBG000B9XRY4"
},
"as_of": "2026-06-16T17:19:35.769Z",
"source": "x402stock",
"ticker": "AAPL"
}{
"type": "json",
"example": {
"data": {
"cik": "0000320193",
"name": "Apple Inc.",
"events": [
{
"date": "2003-09-10",
"type": "ticker_change",
"ticker": "AAPL"
}
],
"composite_figi": "BBG000B9XRY4"
},
"as_of": "2026-05-29T20:00:00.000Z",
"source": "x402stock",
"ticker": "AAPL"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"