Finage integration (Finance, Data). Imported from open-connector.
https://api.finage.co.uk/symbol-list/us-stock
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Result page number for the Finage symbol list. |
| search | string | optional | Search text used to filter symbols by ticker or name. |
/last/stock/{symbol}
| Param | Type | Required | Description |
|---|---|---|---|
| symbol | string | required | U.S. stock symbol to request from Finage. |
/last/trade/stock/{symbol}
| Param | Type | Required | Description |
|---|---|---|---|
| symbol | string | required | U.S. stock symbol to request from Finage. |
/agg/stock/{symbol}/{multiplier}/{timespan}/{dateFrom}/{dateTo}
| Param | Type | Required | Description |
|---|---|---|---|
| symbol | string | required | U.S. stock symbol to aggregate. |
| multiplier | integer | required | Positive bar multiplier used by the Finage aggregate endpoint. |
| timespan | string | required | Aggregation interval unit supported by Finage. |
| dateFrom | string | required | Inclusive start date in YYYY-MM-DD format. |
| dateTo | string | required | Inclusive end date in YYYY-MM-DD format. |
| limit | integer | optional | Maximum number of aggregate bars to return, up to 50000. |
| sort | string | optional | Sort direction for aggregate bars ordered by timestamp. |
/agg/stock/prev-close/{symbol}
| Param | Type | Required | Description |
|---|---|---|---|
| symbol | string | required | U.S. stock symbol to request from Finage. |
/snapshot/stock
| Param | Type | Required | Description |
|---|---|---|---|
| symbols | array | required | Bounded list of U.S. stock symbols to request from Finage. |
| includeQuotes | boolean | optional | Whether to include quote rows in the snapshot response. Defaults to true. |
| includeTrades | boolean | optional | Whether to include trade rows in the snapshot response. Defaults to false. |