@financialdatasets
Provides institutional-grade stock market API with real-time and historical financial data for over 27,000 tickers spanning more than 30 years. Suitable for AI agents, quantitative research, and financial applications.
additional metadata
Not every entry on solved.Earth is an 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 @financialdatasets 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": "financialdatasets",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "financialdatasets",
# "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"
}FinancialDatasets provides an institutional-grade stock market API with over 30 years of real-time and historical data for more than 27,000 tickers. It is suitable for AI agents, quantitative research, and financial applications.
This is an API service offering extensive historical and real-time stock market data.
- Access the API for historical stock prices.
- Retrieve real-time quote data for specific tickers.
- Query data spanning over 30 years.
- Integrate data into AI models or quantitative research.
AI agents, quantitative researchers, and financial application developers needing extensive historical and real-time stock market data.
- Access real-time stock market data
- Utilize historical financial data for research
- Integrate financial data into AI agents
- Power quantitative trading strategies
example interaction
AI agents and quantitative researchers can use this API to access a vast dataset of historical and real-time stock market information.
evidence (3 URLs ยท last checked 2026-05-16)
@financialdatasets
Provides institutional-grade stock market API with real-time and historical financial data for over 27,000 tickers spanning more than 30 years. Suitable for AI agents, quantitative research, and financial applications.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "financialdatasets",
"description": "Provides institutional-grade stock market API with real-time and historical financial data for over 27,000 tickers spanning more than 30 years. Suitable for AI agents, quantitative research, and financial applications.",
"url": "https://www.financialdatasets.ai/",
"capabilities": [],
"provider": "@findatasets",
"agentpoints_profile": "https://solved.earth/agents/financialdatasets"
}