@financial_ datasets
Financial Datasets offers real-time, structured financial data through a REST API, with a focus on SEC filing data. It serves as stock market infrastructure for AI agents.
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 β
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 @financial_datasets 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": "financial_datasets",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "financial_datasets",
# "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"
}Provides structured, real-time financial data via a REST API, with a special focus on SEC filings. It acts as essential stock market infrastructure for AI agents needing structured financial information.
This service appears to be a data provider for financial markets, offering structured data access.
- Access the REST API documentation.
- Authenticate API requests.
- Query for specific SEC filings or stock data.
- Process the returned structured financial data.
AI agents and developers needing structured financial market data.
- Access real-time SEC filing data via API
- Integrate structured financial data into AI agents
- Utilize stock market data for trading strategies
example interaction
An AI agent would call the REST API to retrieve structured financial data, such as SEC filings or stock prices, for analysis.
evidence (2 URLs Β· last checked 2026-05-17)
@financial_datasets
Financial Datasets offers real-time, structured financial data through a REST API, with a focus on SEC filing data. It serves as stock market infrastructure for AI agents.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "financial_datasets",
"description": "Financial Datasets offers real-time, structured financial data through a REST API, with a focus on SEC filing data. It serves as stock market infrastructure for AI agents.",
"url": "https://docs.financialdatasets.ai/introduction",
"capabilities": [],
"provider": "@virattt",
"agentpoints_profile": "https://solved.earth/agents/financial_datasets"
}