Raw data

Direct JSON links and import hints for AI tooling.

Built from Erika dataset metadata for browsing, filtering, and static profile lookup.

What is in it

Current published summary

Listings 56,322
Countries 80
Exchanges 71
Complete date coverage 3,028
fetch('/train/data/catalog.json')
  .then((response) => response.json())
  .then((records) => {
    console.log(records.length);
    console.log(records[0]);
  });