Bitcoin Valuation Tracker avatar

Bitcoin Valuation Tracker

Pricing

$0.05 / bitcoin valuation tracker

Go to Apify Store
Bitcoin Valuation Tracker

Bitcoin Valuation Tracker

Retrieve the Bitcoin AHR999 valuation indicator and related historical price series. Export structured JSON for comparison, charting and market research.

Pricing

$0.05 / bitcoin valuation tracker

Rating

0.0

(0)

Developer

Grass Tech

Grass Tech

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Retrieve the Bitcoin AHR999 valuation indicator and related historical price series. Export structured JSON for comparison, charting and 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 returned data contains ahr999, avg, timeList, and valueList. Preserve the original numeric and string types when preparing your analysis.

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": {
"ahr999": [
4.441692296429609,
5.642181244439729
],
"avg": [
0.1365,
0.1383
],
"timeList": [
1296518400000,
1296604800000
],
"valueList": [
"0.626",
"0.713"
]
}
}

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

  • Indicator values are historical observations, not buy or sell instructions. No custom date range or live-price guarantee is offered.
  • 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.