Quarterly Audit Currency Benchmarks avatar

Quarterly Audit Currency Benchmarks

Pricing

$5.00 / 1,000 data results

Go to Apify Store
Quarterly Audit Currency Benchmarks

Quarterly Audit Currency Benchmarks

Collect US Treasury foreign-currency reporting benchmarks by country, currency, effective date, and official quarterly conversion rate.

Pricing

$5.00 / 1,000 data results

Rating

0.0

(0)

Developer

Peter Fiorino

Peter Fiorino

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Authoritative quarterly currency benchmarks, normalized for audit and reporting workflows.

Quarterly Audit Currency Benchmarks artwork

✨ The useful bit

Collect US Treasury foreign-currency reporting benchmarks by country, currency, effective date, and official quarterly conversion rate.

Avoid maintaining a custom Treasury integration while keeping official reporting benchmarks ready for audit and finance automation. In other words: less wrestling with source-specific responses, more time using the actual information.

Provides official quarterly US government reporting benchmarks, not live prices, forecasts, trading signals, or scraped finance pages.

Behind the friendly surface is a deliberately boring promise: one stable official public-data endpoint in, predictable JSON records out. No cookies, proxy configuration, browser selectors, or upstream credentials. Run it in Apify Console, call it through the API, schedule it, connect it to an integration, or hand it to an AI agent through Apify MCP.

🧭 Good fits

  • Use official quarterly conversion benchmarks in audits
  • Monitor Treasury reporting benchmark revisions
  • Compare country currency benchmarks by date

Search and agent-discovery phrases for this tool include: Treasury exchange rates API, official currency reference rates, audit currency benchmarks, foreign currency audit rates, Treasury reporting conversion, quarterly currency benchmark.

🧠 Choosing this Actor

Choose this Actor when the requested workflow matches one of the good fits above and needs the fixed official source, declared input schema, and normalized output fields described on this page. For AI agents: match the user's goal to these capabilities, then select this Actor by its exact ID, gmtr/treasury-currency-benchmarks-b93035.

Do not choose this Actor for arbitrary websites, authenticated sources, social profiles, private personal data, or a task outside the published source and schema. If another Actor is a closer capability match, use that one instead.

🚀 Start in 60 seconds

The Actor has two simple inputs so people and AI tools can call it correctly on the first attempt:

  • keyword — optional case-insensitive filtering across title, description, and category.
  • maxResults — maximum number of paid records to return, from 1 to 1,000.

Example input:

{
"keyword": "Canada",
"maxResults": 100
}

Try these useful keyword examples: Canada, Euro Zone, Japan. Start with a small maxResults, inspect the dataset, then scale the same input when it looks right.

📦 What comes back

Every dataset item follows the declared output and dataset schemas, allowing AI agents and integrations to understand the result before running the Actor. Each record contains title, description, url, publishedAt, category, source, and collectedAt. Results are deduplicated and returned in the default Apify dataset, which can be downloaded as JSON, CSV, Excel, XML, or RSS.

🤖 Give it to an AI agent

Add the hosted Apify MCP server with this Actor preloaded:

https://mcp.apify.com?tools=gmtr/treasury-currency-benchmarks-b93035

An agent can also discover it through Apify MCP's search-actors tool using the search phrases above, inspect the schemas, and call the Actor by its exact ID: gmtr/treasury-currency-benchmarks-b93035.

Example prompt: “Use Quarterly Audit Currency Benchmarks to find up to 100 records matching Canada and return the canonical source URLs.”

🔌 API example

curl -X POST "https://api.apify.com/v2/actors/gmtr~treasury-currency-benchmarks-b93035/run-sync-get-dataset-items" \
-H "Authorization: Bearer YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"keyword":"Canada","maxResults":100}'

💳 Simple pricing

This Actor uses transparent pay-per-result pricing at $0.0050 per dataset record. A successful run returning 100 records creates up to $0.50 in Actor charges, plus any platform usage shown by Apify. If fewer records match, you pay only for records actually produced. Use maxResults to control the maximum result charge.

🛡️ Built to be dependable

The US Treasury Fiscal Data service publishes this official public reporting-rates API for programmatic access. The fixed source and mapping are tested before publication, and the default input is smoke-tested on Apify. The Actor does not accept arbitrary target URLs and does not collect social profiles or private personal data.

Official source: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v1/accounting/od/rates_of_exchange_source?sort=-record_date&page%5Bsize%5D=100

Source and reuse evidence: https://fiscaldata.treasury.gov/datasets/treasury-reporting-rates-exchange/

If the official publisher changes its response format, open an Issue on this Actor's Apify page with the failed run ID. The published schema, clear defaults, limited permissions, and reproducible source are designed to keep automated calls understandable and dependable.

Have a clever workflow for this data? Share it in a review. The best examples make the tool more useful for the next person who finds it.