Data. On. Demand.

Your Single Source of Truth for Reference Data

Stop managing static datasets in every application. Access, query, and integrate standard and custom reference data through one simple, reliable API.

Join waitlist

reference.do

import { Do } from '@do-inc/sdk';

const an = new Do(process.env.DO_API_KEY);

// Get a list of all ISO 4217 currencies
const currencies = await an.reference.get('iso-4217');

console.log(currencies);
/*
=> [
     { "code": "USD", "name": "United States Dollar", "symbol": "$" },
     { "code": "EUR", "name": "Euro", "symbol": "€" },
     { "code": "JPY", "name": "Japanese Yen", "symbol": "¥" },
     ...
   ]
*/

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.