X Rates: Get Monthly Average
X Rates via Parse · Finance
Retrieves monthly average exchange rates for a specific currency pair for a given year. Returns up to 12 monthly data points with the average rate and number of days in each month. Defaults to the current year if year is not specified. Scraper for x-rates.com providing current and historical exchange rates, currency conversion, monthly averages, and trend data. Fulfilled by Parse from x-rates.com.
- crypto-web3
- finance
- other
- parse
- platform-key
- x-rates
- x-rates-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8c172966-02db-4c7c-9e9f-4c9e3f6a8be9/get_monthly_average
- Interface artifact
- sha256:a9d5a2f901f4ecd2496320535e131da3f2b208d61c11b0fda6dad200631d7f78
- Manifest digest
- sha256:2743581780735e072300b544230b9a4d9a176ac6370748820026c77165edae46
Request fields
- to (string, required): Target currency code (e.g. EUR).: Allowed values: USD, EUR, GBP, JPY, CHF, CAD, AUD
- from (string, required): Source currency code (e.g. USD).: Allowed values: USD, EUR, GBP, JPY, CHF, CAD, AUD
- year (string): Year in YYYY format. Defaults to the current year.
- amount (number): Amount to calculate rates for.
Example queries
- {"to":"USD","from":"USD","year":"2024","amount":"1"}