This document was generated automatically. Please see README Generator for more info.
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 |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
bronze | 300 | |||
chainlink | 600 | |||
silver | 2000 | |||
gold | 2000 |
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | price, stock | price |
Supported names for this endpoint are: price
, stock
.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | base | asset , coin , from , symbol , ticker |
The stock ticker to query | string |
Request:
{
"data": {
"endpoint": "price",
"base": "AAPL"
}
}
MIT License