EARLIEST_AVAILABLE_DATE
Documentation for eth_defi.currency_api.constants.EARLIEST_AVAILABLE_DATE data.
- EARLIEST_AVAILABLE_DATE = datetime.date(2024, 3, 2)
Earliest date for which the source publishes data: 2024-03-02.
Confirmed empirically by binary-searching the date-pinned endpoint —
2024-03-02returns HTTP 200 while2024-03-01and every earlier date (all of 2020–2023, and 2019) return HTTP 404. There is no pre-2020 history, indeed nothing before 2024-03-02; the legacy GitHub-hosted endpoint serves nothing either. A scan requested from an earlier date is clamped to this floor. Adjust here if the provider ever backfills older history.