Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 966 Bytes

File metadata and controls

41 lines (31 loc) · 966 Bytes

Chainlink External Adapter for Intrinio

This adapter uses the Intrinio WS stream

Environment variables

Required? Name Description Options Defaults to
API_KEY Your API client key

NOTE: iex is the default (and only) websocket subscription

Input Params

Required? Name Description Options Defaults to
base, from, or asset The symbol of the asset to query one of SYMBOLS

Sample Input

{
  "id": "1",
  "data": {
    "base": "FTSE"
  }
}

Sample Output

{
  "jobRunID": "1",
  "data": {
    "result": 6663.73
  },
  "result": 6663.73,
  "statusCode": 200
}