Ion Group website screenshot

Ion Group

ION Group is a visionary innovator delivering mission-critical trading and workflow automation software to financial institutions, corporations, central banks, and governments. ION helps customers improve decision-making, simplify complex processes, and empower people through automation.

2 APIs 0 Features
AnalyticsFinancialFinancial ServicesTrading

APIs

Ion Group Acuris Entities API

The Acuris Entities API allows you to search over 1 million records of private and public companies, firms, assets, and private investors.

Ion Group Dealogic Analytics SPAC API

Detailed profiling of Special Purpose Acquisition Companies (SPACs). Gain access to real-time content and analytics covering the full spectrum of the SPAC market, from IPO Filin...

Collections

Pricing Plans

Ion Group Plans Pricing

3 plans

PLANS

Rate Limits

Ion Group Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Ion Group Acuris Entities API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: x-api-key
    value: '{{x-api-key}}'
    placement: header
items:
- info:
    name: Entities
    type: folder
  items:
  - info:
      name: Ion Group Get list of entities (with optional filters)
      type: http
    http:
      method: GET
      url: https://api.acuris.com/entities
      headers:
      - name: Accept-Encoding
        value: deflate,gzip
      params:
      - name: entityName
        value: ''
        type: query
        description: Search by entity name.
      - name: entityType
        value: ''
        type: query
        description: Search by entity type.
      - name: before
        value: ''
        type: query
        description: it acts as a live cursor and specify cursor where to end the result set
      - name: after
        value: ''
        type: query
        description: it acts as a live cursor and specify cursor where to start the result set
      - name: sector
        value: ''
        type: query
        description: Search by entity sector. <br>To see available values please visit <a href="/reference/docs#Industries,
          Sectors and Subsectors">Reference data</a>.
      - name: subsector
        value: ''
        type: query
        description: Search by entity subsector. <br>To see available values please visit <a href="/reference/docs#Industries,
          Sectors and Subsectors">Reference data</a>.
      - name: hqCountry
        value: ''
        type: query
        description: Search by headquarters country. <br>To see available values please visit <a href="/reference/docs#Countries
          and States">Reference data</a>.
      - name: hqState
        value: ''
        type: query
        description: Search by headquarters state. <br>To see available values please visit <a href="/reference/docs#Countries
          and States">Reference data</a>.
      - name: instrumentIsin
        value: ''
        type: query
        description: Search by ISIN.
      - name: instrumentLei
        value: ''
        type: query
        description: Search by LEI.
    docs: Returns JSON containing entities matching given filtering criteria set (or top ten entities when no filters are
      provided).
  - info:
      name: Ion Group Get one entity by its ID
      type: http
    http:
      method: GET
      url: https://api.acuris.com/entities/:id
      headers:
      - name: Accept-Encoding
        value: deflate,gzip
      params:
      - name: id
        value: ''
        type: path
        description: 'ID of the entity. This parameter is required and needs to match the following RegExp: ^prime-[0-9]+$'
    docs: Ion Group Get one entity by its ID
  - info:
      name: Ion Group Get entities hierarchy (with optional filters)
      type: http
    http:
      method: GET
      url: https://api.acuris.com/entities/hierarchy
      headers:
      - name: Accept-Encoding
        value: deflate,gzip
      params:
      - name: instrumentIsin
        value: ''
        type: query
        description: Search by ISIN.
    docs: Returns JSON containing entities matching given filtering criteria set (or top ten entities when no filters are
      provided).
bundled: true