@chainlink/finnhub-adapter
v0.0.1
Published
This external adapter is used to connect to [Finnhub's](https://finnhub.io/docs/api) API for stock data.
Downloads
4
Readme
Chainlink External Adapter for Finnhub
This external adapter is used to connect to Finnhub's API for stock data.
Input Params
base
,asset
orfrom
: 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
}