API Documentation

Everything you need to integrate Intrinio data

REST API v2
WebSocket
SDKs: Python, JS, Java, C#, Ruby, R
View full API reference on docs.intrinio.com

Quick Start

1
Get an API Key

Sign up and find your keys on the Account page.

2
Authenticate

Include your key via api_key URL parameter or Authorization: Bearer header.

3
Make Requests

Call any endpoint. All responses are JSON with next_page cursor pagination.

curl "https://api-v2.intrinio.com/securities/AAPL/prices?api_key=YOUR_API_KEY"

Endpoint Reference

Base URL

https://api-v2.intrinio.com

Auth

api_key URL param or Authorization: Bearer header

Response Format

JSON with next_page cursor pagination