Stock Trends API documentation
The Stock Trends API provides structured access to instrument metadata, weekly price history, Stock Trends indicator data, selections, and AI-oriented dataset context.
Documentation map
- Developer portal docs: overview, plans, onboarding, and changelog at developer.stocktrends.com
- Interactive API docs: live endpoint explorer at api.stocktrends.com/v1/docs
- OpenAPI schema: machine-readable specification at api.stocktrends.com/v1/openapi.json
Current endpoint areas
- Instrument lookup and instrument resolution
- Latest and historical weekly price data
- Latest and historical Stock Trends indicator data
- Latest and historical selection data
- AI context and dataset metadata
Authentication direction
Public documentation is open. Protected production access will use API key-based authorization, with future support for agent-friendly payment and authorization rails.
During the initial rollout phase, higher-volume and commercial access is provisioned through direct onboarding.
For AI agents and automated systems
The Stock Trends API is designed for machine-readable access to structured market indicator data, instrument metadata, historical trend context, and selection data.
Primary machine-readable resources
- Base API: https://api.stocktrends.com/v1
- OpenAPI schema: https://api.stocktrends.com/v1/openapi.json
- Interactive API docs: https://api.stocktrends.com/v1/docs
- LLM discovery file: https://developer.stocktrends.com/llms.txt
Recommended usage flow
- Read the OpenAPI schema or interactive docs
- Identify the required endpoint family and parameters
- Use versioned endpoints under
/v1 - Request protected access for higher-volume or commercial usage
Base API
https://api.stocktrends.com/v1Use the live interactive docs and OpenAPI schema as the current source of truth for endpoint paths, request parameters, and response schemas.