Marketstack integration (Finance, Data). Imported from open-connector.
https://api.marketstack.com/v2/tickers
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of tickers to return. |
| offset | integer | optional | Number of leading ticker results to skip. |
| search | string | optional | Search term used to filter tickers by name or symbol. |
| exchange | string | optional | Exchange MIC used to filter the returned tickers. |
/tickers/{ticker}
| Param | Type | Required | Description |
|---|---|---|---|
| ticker | string | required | Ticker symbol used to retrieve company information. |
/eod/latest
| Param | Type | Required | Description |
|---|---|---|---|
| symbol | string | required | Ticker symbol used to retrieve the latest end-of-day row. |
| exchange | string | optional | Exchange MIC used to narrow the symbol lookup. |
/eod
| Param | Type | Required | Description |
|---|---|---|---|
| symbols | string | required | One or more comma-separated ticker symbols. |
| exchange | string | optional | Exchange MIC used to filter the returned rows. |
| dateFrom | string | optional | Start date in YYYY-MM-DD format. |
| dateTo | string | optional | End date in YYYY-MM-DD format. |
| sort | string | optional | Sort order for EOD results. |
| limit | integer | optional | Maximum number of EOD rows to return. |
| offset | integer | optional | Number of leading EOD rows to skip. |
/exchanges
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Search term used to filter exchanges by name or acronym. |
| limit | integer | optional | Maximum number of exchanges to return. |
| offset | integer | optional | Number of leading exchange results to skip. |
/currencies
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of currencies to return. |
| offset | integer | optional | Number of leading currency results to skip. |