Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curvy-trainers-jam.md

This file was deleted.

8 changes: 4 additions & 4 deletions MASTERLIST.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/external-adapters-js",
"version": "1.233.0",
"version": "1.234.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
7 changes: 7 additions & 0 deletions packages/composites/market-closure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chainlink/market-closure-adapter

## 1.3.60

### Patch Changes

- Updated dependencies [[`7b916bf`](https://github.com/smartcontractkit/external-adapters-js/commit/7b916bf6ab3b69daa0dbb5e043265cc0fd1a262b)]:
- @chainlink/[email protected]

## 1.3.59

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/market-closure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/market-closure-adapter",
"version": "1.3.59",
"version": "1.3.60",
"description": "Chainlink Market-Closure adapter. Checks if trading market for asset is open before fetching the price.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/finnhub-secondary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chainlink/finnhub-secondary-adapter

## 0.5.4

### Patch Changes

- Updated dependencies [[`7b916bf`](https://github.com/smartcontractkit/external-adapters-js/commit/7b916bf6ab3b69daa0dbb5e043265cc0fd1a262b)]:
- @chainlink/[email protected]

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/finnhub-secondary/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FINNHUB-SECONDARY

![0.5.3](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/finnhub-secondary/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![0.5.4](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/finnhub-secondary/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)

This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/finnhub-secondary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/finnhub-secondary-adapter",
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/finnhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/finnhub-adapter

## 3.3.0

### Minor Changes

- [#4322](https://github.com/smartcontractkit/external-adapters-js/pull/4322) [`7b916bf`](https://github.com/smartcontractkit/external-adapters-js/commit/7b916bf6ab3b69daa0dbb5e043265cc0fd1a262b) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Add stock quotes

## 3.2.1

### Patch Changes
Expand Down
24 changes: 20 additions & 4 deletions packages/sources/finnhub/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FINNHUB

![3.2.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/finnhub/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![3.3.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/finnhub/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)

This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.

Expand Down Expand Up @@ -32,9 +32,9 @@ If `CACHE_MAX_AGE` is set below a current heartbeat interval (60000ms), the exte

## Input Parameters

| Required? | Name | Description | Type | Options | Default |
| :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
| | endpoint | The endpoint to use | string | [commodities](#quote-endpoint), [commodity-quote](#quote-endpoint), [common](#quote-endpoint), [equity-quote](#quote-endpoint), [forex-quote](#quote-endpoint), [forex](#quote-endpoint), [market-status](#market-status-endpoint), [quote](#quote-endpoint), [stock](#quote-endpoint) | `quote` |
| Required? | Name | Description | Type | Options | Default |
| :-------: | :------: | :-----------------: | :----: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
| | endpoint | The endpoint to use | string | [commodities](#quote-endpoint), [commodity-quote](#quote-endpoint), [common](#quote-endpoint), [equity-quote](#quote-endpoint), [forex-quote](#quote-endpoint), [forex](#quote-endpoint), [market-status](#market-status-endpoint), [quote](#quote-endpoint), [stock](#quote-endpoint), [stock_quotes](#stock_quotes-endpoint) | `quote` |

## Quote Endpoint

Expand Down Expand Up @@ -65,6 +65,22 @@ Request:

---

## Stock_quotes Endpoint

`stock_quotes` is the only supported name for this endpoint.

### 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

There are no examples for this endpoint.

---

## Market-status Endpoint

`market-status` is the only supported name for this endpoint.
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/finnhub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/finnhub-adapter",
"version": "3.2.1",
"version": "3.3.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading