0.0.1 • Published 3 years ago

@chainlink/finnhub-adapter v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

Chainlink External Adapter for Finnhub

This external adapter is used to connect to Finnhub's API for stock data.

Input Params

  • base, asset or from: The target currency to query (required)
  • endpoint: The endpoint to call (optional)

Output Format

{
 "jobRunID": "278c97ffadb54a5bbb93cfec5f7b5503",
 "data": {
  "c": 244.59,
  "h": 258.25,
  "l": 244.3,
  "o": 250.75,
  "pc": 246.88,
  "t": 1585143000,
  "result": 244.59
 },
 "result": 244.59,
 "statusCode": 200
}