Moving Average Heatmap Data avatar

Moving Average Heatmap Data

Pricing

$0.05 / moving average heatmap data

Go to Apify Store
Moving Average Heatmap Data

Moving Average Heatmap Data

Retrieve historical price and moving-average heatmap series in one request. Export timestamped JSON arrays for chart preparation and long-term market research.

Pricing

$0.05 / moving average heatmap data

Rating

0.0

(0)

Developer

Grass Tech

Grass Tech

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Retrieve historical price and moving-average heatmap series in one request. Export timestamped JSON arrays for chart preparation and long-term market research.

Input and quick start

No business parameters are required. Leave the input empty or use:

{}
  1. Review the current pricing panel and run budget.
  2. Start one run with the empty input above.
  3. After a successful run, open the output JSON or default dataset.

Each run requests one snapshot or historical series. Scheduling separate runs creates separate billable requests; this Actor is not a streaming connection.

Output

The response contains timeList, priceList, ma1440List, and ma1440IpList. Arrays are preserved as returned, including null indicator entries.

The full JSON response is saved as the OUTPUT record in the default key-value store. The same response is stored as one default-dataset item; nested rows are not separate dataset items.

Recorded output example

This is a shortened excerpt from a successful run on 2026-09-16, not current market data. Arrays contain only their first two observed values, or the example shows selected fields from one record. Actual response size and coverage vary.

{
"code": "1",
"success": true,
"data": {
"ma1440IpList": [
0,
null
],
"ma1440List": [
0.05816341,
0.05728279
],
"priceList": [
0.05816341,
0.05640216
],
"timeList": [
1278979200000,
1279065600000
]
}
}

Pricing

The current request event is $0.05 per run. One request event is charged for a run, rather than one event per nested observation. For example, 10 runs create $0.50 in request-event charges. Check the pricing panel for current charges and any applicable platform costs before starting.

Scope and limitations

  • This Actor returns heatmap data, not a rendered heatmap image. No asset, period, or date-range filters are accepted.
  • Coverage, history length and update timing are determined by the available dataset. Use the returned timestamps, not the run time, as the observation dates.
  • Null or missing values are preserved; they are not replaced with fabricated observations.
  • This is a data-retrieval tool for research and analysis, not an investment recommendation or a promise of returns.

Questions

Use this Actor's Apify issue or contact feature. Include the run ID and the unexpected result; omit passwords, API tokens and wallet credentials.