Forex Factory Calendar Scraper avatar

Forex Factory Calendar Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Forex Factory Calendar Scraper

Forex Factory Calendar Scraper

Scrapes the Forex Factory economic calendar: every event with currency, impact, actual, forecast and previous values. Choose any start date and number of days. No browser, no login.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

kibalee

kibalee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrapes the Forex Factory economic calendar — the full event table with actual, forecast and previous values. No browser, no login.

What you get

One record per event, per day:

{
"eventId": "148913",
"date": "2026-09-11",
"time": "12:01am",
"currency": "USD",
"impact": "medium",
"title": "30-y Bond Auction",
"actual": "5.31|2.6",
"forecast": "",
"previous": "5.22|2.4"
}

impact is one of high / medium / low (mapped from Forex Factory's color coding).

Input

FieldDescription
startDateFirst day to scrape, YYYY-MM-DD (default: today)
daysNumber of days to scrape, 1-30 (default 7)

Days are scraped in order starting at startDate. Past days carry actual values; future days carry forecasts.

What it does not do

  • It does not scrape the event detail pages (longer descriptions, related events).
  • It does not provide historical data beyond what the calendar pages themselves show.
  • It is a snapshot at run time — values for an in-progress day can change as results come in; re-run to refresh.

Output

One record per event in the dataset, flattened fields as shown above.