Member Junction
    Preparing search index...

    Action that retrieves current stock price and related information for a specified ticker symbol using the Yahoo Finance API through a public proxy that doesn't require an API key.

    // Get stock price for Apple
    await runAction({
    ActionName: 'Get Stock Price',
    Params: [{
    Name: 'Ticker',
    Value: 'AAPL'
    }]
    });

    // Get stock price for Microsoft
    await runAction({
    ActionName: 'Get Stock Price',
    Params: [{
    Name: 'Ticker',
    Value: 'MSFT'
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods