Stock Data Provider

The Stock Data Provider gets actual stock and crypto currency data information.

Configuration

  • Service Provider Selection
    Select the service provider to use.

    Service Description

    Coingecko

    See https://www.coingecko.com

    Coincap

    See https://coincap.io

    Note
    Coincap doesn’t provide price change, low or high values of the last 24h. Therefore the status value is always 0 (N/A) when the Coincap service is used.
  • Fiat Currency ID
    The FIAT currency symbol like usd, or eur.
    See the according service documentation for a valid currency name.

  • Asset ID
    The crypto currency or stock asset name like bitcoin or cardano.
    See the according service documentation for a valid currency name.

  • Refresh Interval
    Refresh interval time like 30m or 2h.
    The smallest interval time is 30 min. Default is '1h'.
    It’s safe to choose a bigger interval like 4h or 8h to save bandwidth and limit service requests.

Query

  • Status
    Get the actual price trendline of the last 24h as status.

    Text Numeric Actual price in relation of the last 24h

    N/A

    0

    No information or invalid data

    Excellent

    1

    > 81%

    Good

    2

    80% - 61%

    Fair

    3

    60% - 41%

    Poor

    4

    40% - 21%

    Fail

    5

    20% - 0%

  • Actual Price
    The actual price of the asset in FIAT currency.

  • Last 24 Lowest Price
    The lowest price of the last 24h.

  • Last 24h Highest Price
    The highest price of the last 24h.

  • Last 24h Price Change
    The price change within the last 24h.

  • Last 24h Change as Percentage
    The price change within the last 24h as percentage.

  • Circulating Supply
    The circulating asset supply.

  • Maximum Supply
    The maximum asset supply.

  • Symbol Name
    The symbol name of the asset.

  • Asset Name
    The name of the asset.

  • Data Set Time
    The time when the data set was taken.

    Text Numeric

    Time in the format specified by Param 1

    Milliseconds since 1970-01-01 00:00:00 UTC + Timezone

    • Param 1
      The time format of the text representation. See Time Format for details.
      If empty, the default ISO format yyyy-MM-dd’T’HH:mm:ss.SSSxxx is used.

  • Update Time
    The Time of the last update.

    Text Numeric

    Time in the format specified by Param 1

    Milliseconds since 1970-01-01 00:00:00 UTC + Timezone

    • Param 1
      The time format of the text representation. See Time Format for details.
      If empty, the default ISO format yyyy-MM-dd’T’HH:mm:ss.SSSxxx is used.