🗄️Developer Resource // JSON Endpoint
ATAI JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ATAI/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ATAI/csv?range=maxAccess 268 data points for ATAI spanning 6 years (2021–Jul 24, 2026). Optimized JSON format (39.3 KB).
Route this JSON into your sovereign workspace — command the Terminal.
Endpoint-first sovereignty: no shared warehouse of your raw ledger.
Download as CSV
Prefer CSV format? Download ATAI historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ATAI/json● 200 OK (Live)Tired of exporting to Excel? Track ATAI and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ATAI",
"timestamp": "2026-07-24T21:39:08.521Z",
"price": 7.18,
"change_24h": 0.13947001394699843,
"history_sample": [
{
"date": "2021-06-14",
"open": 21,
"high": 22.91,
"low": 16.5,
"close": 19.45,
"volume": 8810500
},
{
"date": "2021-06-21",
"open": 20.8,
"high": 21.88,
"low": 16.86,
"close": 16.94,
"volume": 4851000
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ATAI🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ATAI.json updates to your private Google Drive for backtesting and compliance.
Enable Sovereign SyncIncludes unlimited API calls & historical CSV exports.
Dataset Specifications
- Format: Standardized JSON (OHLCV)
- Frequency: End-of-Day (EOD) + Real-time delay
- Adjustments: Split-adjusted, Dividend-adjusted
- Source: Multi-provider aggregation (AlphaVantage, Yahoo fallback)