Scrapers.lat logo scrapers.lat
ビジネス

Currency Exchange Rates Scraper

Scrape live foreign exchange rates for any base currency against 160+ world currencies. Each record has base currency, target currency, rate and last update time. Export to JSON, CSV or Excel.

9 レコードあたりの項目 JSON · CSV · Excel · API 従量課金
exchange-rates-scraper.json 200 OK
{
  "baseCurrency": "USD",
  "targetCurrency": "USD",
  "rate": 1,
  "inverseRate": 1,
  "lastUpdated": "Sat, 25 Jul 2026 00:02:32 +0000",
  "lastUpdatedUnix": 1784937752,
  "nextUpdate": "Sun, 26 Jul 2026 00:18:22 +0000",
  "source": "Exchange Rates",
  "observedAt": "2026-07-25T10:38:25.993Z"
}
得られるもの

各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
Base CurrencyTarget CurrencyRateInverse RateLast UpdatedLast Updated UnixNext Update
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

Base CurrencyTarget CurrencyRateInverse Rate
USDUSD11
USDAED3.67250.272294
USDAFN65.9436720.015164
USDALL82.1788870.012169
USDAMD366.123520.002731
GET /exchange-rates-scraper
{
  "baseCurrency": "USD",
  "targetCurrency": "USD",
  "rate": 1,
  "inverseRate": 1,
  "lastUpdated": "Sat, 25 Jul 2026 00:02:32 +0000",
  "lastUpdatedUnix": 1784937752,
  "nextUpdate": "Sun, 26 Jul 2026 00:18:22 +0000",
  "source": "Exchange Rates",
  "observedAt": "2026-07-25T10:38:25.993Z"
}

よくある質問

How do I read a rate?

The rate is how many units of the target currency equal one unit of the base. If base is USD, target is EUR and rate is 0.92, then 1 USD equals 0.92 EUR.

Which currencies are covered?

More than 160 world currencies are returned for each base, including all major and many minor currencies.

Can I convert from a currency other than USD?

Yes. Set the base currency to any supported three-letter code and every rate is expressed relative to it.

How fresh is the data?

Rates are read live at run time. The lastUpdated field tells you when the source last refreshed them, and observedAt records when this run read them.

あなたの準備ができ次第。

今すぐ Apify でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。