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

IPDN JSON Data API

Access 155 data points for IPDN spanning 13 years (2013–Jan 21, 2026). Optimized JSON format (22.7 KB).

GET /api/tickers/IPDN/json● 200 OK (Live)
{
  "symbol": "IPDN",
  "timestamp": "2026-01-22T03:15:40.785Z",
  "price": 1.03,
  "change_24h": 1.980198019801982,
  "history_sample": [
    {
      "date": "2013-04-01",
      "open": 1110.4,
      "high": 1134.4,
      "low": 614.4,
      "close": 720,
      "volume": 3362
    },
    {
      "date": "2013-05-01",
      "open": 710.4,
      "high": 888,
      "low": 694.4,
      "close": 784,
      "volume": 1994
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync IPDN.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)