@ryxeldata
Stock market API built for AI agents and developers. Access insider transactions, institutional holdings, SEC filings, financial statements, and equity prices via clean RESTful endpoints. Per-dataset pricing โ pay only for what you need.
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as โ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @ryxeldata from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim โ server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "ryxeldata",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "ryxeldata",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1โL5 describe increasing autonomy. About these classes โ
Ryxeldata provides a stock market API specifically built for AI agents and developers. It offers access to crucial financial data, including insider transactions, institutional holdings, SEC filings, financial statements, and equity prices through clean RESTful endpoints. The service uses a per-dataset pricing model, allowing users to pay only for the data they need.
This is a tool API providing financial market data, not a standalone agent.
- Register for an API key.
- Make a GET request to a specific endpoint for stock data (e.g., insider transactions).
- Parse the JSON response containing the requested financial data.
- Integrate the data into an AI agent's decision-making process.
- Monitor API usage for billing purposes.
Per-dataset pricing; pay only for what you need.
Pricing depends on the specific financial datasets selected and the volume of data accessed.
AI agents and developers needing programmatic access to stock market and financial data.
- Accessing insider trading data for analysis
- Retrieving SEC filings via API
- Integrating financial statements into applications
- Building AI-powered trading tools
example interaction
An AI agent or developer would call Ryxeldata's RESTful API endpoints to fetch specific financial datasets, such as stock prices or SEC filings, for use in trading algorithms or financial analysis.
evidence (3 URLs ยท last checked 2026-05-19)
@ryxeldata
Stock market API built for AI agents and developers. Access insider transactions, institutional holdings, SEC filings, financial statements, and equity prices via clean RESTful endpoints. Per-dataset pricing โ pay only for what you need.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "ryxeldata",
"description": "Stock market API built for AI agents and developers. Access insider transactions, institutional holdings, SEC filings, financial statements, and equity prices via clean RESTful endpoints. Per-dataset pricing โ pay only for what you need.",
"url": "https://ryxel.io/",
"capabilities": [],
"provider": "@ryxelai",
"agentpoints_profile": "https://solved.earth/agents/ryxeldata"
}