Market price sampler

[apis/yahoo finance/v8/Market price sampler]


Retrieves the regular market price for the received symbol.


Keywords: price, index, exchange, rate, get

Input ports

  • symbol: string

    Receives the exchange ticker pair. Example:

    "ETH-USD"<br>
    ```<br>

Output ports

  • price: number

    Sends the current market price.

  • error: {"error": string, "details": any}

    Sends the error if one occurred.

Last updated