Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.5 KB

File metadata and controls

58 lines (39 loc) · 2.5 KB

INTRINIO

2.0.13 v3

This document was generated automatically. Please see README Generator for more info.

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT The API url for intrinio string https://api-v2.intrinio.com/
API_KEY The API key for intrinio string

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
bronze 300
chainlink 600
silver 2000
gold 2000

Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string price, stock price

Price Endpoint

Supported names for this endpoint are: price, stock.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
base asset, coin, from, symbol, ticker The stock ticker to query string

Example

Request:

{
  "data": {
    "endpoint": "price",
    "base": "AAPL"
  }
}

MIT License