πŸ—„οΈDeveloper Resource // JSON Endpoint

CURA JSON Data API

Access 2 data points for CURA spanning 1 years (2018–Jan 21, 2019). Optimized JSON format (0.3 KB).

GET /api/tickers/CURA/json● 200 OK (Live)
{
  "symbol": "CURA",
  "timestamp": "2026-01-21T20:38:29.197Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2018-10-29",
      "open": 8.7,
      "high": 10.79,
      "low": 7.11,
      "close": 9.5,
      "volume": 7223297
    },
    {
      "date": "2019-01-21",
      "open": 7.65,
      "high": 7.82,
      "low": 7.3,
      "close": 7.7,
      "volume": 228980
    }
  ]
}
πŸ’»

Import via CLI

Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.

npx pocket-portfolio --import CURA
πŸ›‘οΈ

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync CURA.json updates to your private Google Drive for backtesting and compliance.

Enable Sovereign Sync

Includes 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)