AurumRank
AurumRank API

Build with gold-first financial data

API subscribers receive all Pro web features plus authenticated programmatic access with a 25,000-request monthly allowance.

Authentication

Send your key in the X-AurumRank-API-Key header. Keys are shown only once and stored as one-way hashes.

curl https://aurumrank.com/api/v1/gold \
  -H "X-AurumRank-API-Key: aur_live_…"

Endpoints

  • GET /api/v1/gold
  • GET /api/v1/companies
  • GET /api/v1/companies/<id>
  • GET /api/v1/billionaires
  • GET /api/v1/billionaires/<id>
  • GET /api/v1/rankings/companies
  • GET /api/v1/rankings/billionaires

Pagination and errors

Use ?page=1&per_page=100&q=search. Responses use 401 for missing/invalid keys, 403 for inactive API plans, and 429 when the monthly allowance is exhausted.

{"ok":true,"page":1,"per_page":100,"total":100,"data":[…]}