Listing Thumbnail

    Currency Foreign Exchange API with History

     Info
    Deployed on AWS
    Bright Analyst Software Development Team developed Currency Foreign Exchange API. This API will help currency analysts to query current foreign exchange rates and also query their historical time series.

    Overview

    Use Cases

    This API will help currency analysts to query current foreign exchange rates and also query the historical time series of the currencies.


    Metadata

    Two APIs are available

    */forex This will return the current exchange rates of all currencies as per the current cob in JSON format. These rates are denominated in EUR as the base currency.

    { "cobDate": 20221223, "baseCurrency": "EUR", "targetCurrency": "USD", "value": 1.0622, "date": "2022-12-23", "lastUpdated": "2022-12-23T16:00:32.000+00:00", "change": -0.0011, "pctChange": -0.1036, "targetCurrencyName": "US dollar", "targetCountryISO": "US", "importance": 6 }

    */forex/{currency} -> /forex/USD This will return the time series of the target currency mentioned in the {currency} parameter. These rates are denominated in EUR as the base currency.

    [ { "cobDate": 20200616, "baseCurrency": "EUR", "targetCurrency": "USD", "value": 1.1308, "date": "2020-06-16", "lastUpdated": "2021-01-30T16:00:15.000+00:00", "change": 0.0055, "pctChange": 0.4864, "targetCurrencyName": null, "targetCountryISO": null, "importance": null } ,{ "cobDate": 20200617, "baseCurrency": "EUR", "targetCurrency": "USD", "value": 1.1232, "date": "2020-06-17", "lastUpdated": "2021-01-30T16:00:15.000+00:00", "change": -0.0076, "pctChange": -0.6766, "targetCurrencyName": null, "targetCountryISO": null, "importance": null }]

    you can call the APIs like

    aws dataexchange send-api-asset \ --data-set-id [subscription-data-set-id] \ --revision-id [subscription-revision-id] \ --asset-id [subscription-asset-id] \ --method GET \ --path "/forex" aws dataexchange send-api-asset \ --data-set-id [subscription-data-set-id] \ --revision-id [subscription-revision-id] \ --asset-id [subscription-asset-id] \ --method GET \ --path "/forex/USD"

    Python code for client

    import json import boto3 CLIENT = boto3.client('dataexchange', region_name = 'us-east-1',aws_access_key_id='ACCOUNT_ACCESSS_KEY_ID',aws_secret_access_key= 'ACCOUNT_SECRET_ACCESSS_KEY') DATA_SET_ID = 'SUBSCRIPTION_DATA_SET_ID' REVISION_ID = 'SUBSCRIPTION_REVISION_ID' ASSET_ID = 'SUBSCRIPTION_ASSET_ID' METHOD = 'GET' PATH = '/forex' response = CLIENT.send_api_asset( DataSetId=DATA_SET_ID, RevisionId=REVISION_ID, AssetId=ASSET_ID, Method=METHOD, Path=PATH ) print(response['Body'])
    DescriptionValue
    Data Format(s)JSON
    Geographic coverageAll Currencies
    Historical coverageData starting 20200611
    Universe coverageAll Major Currencies
    Unique identifiersCurrency Code
    Update frequencyDaily (Except on weekends or holidays)
    Update timeT+1 8 am EST
    File size rangeIn KBs
    Update Type (Incremental updates vs. Full refresh)Daily incremental as per the new cob
    Data Source(s)Various
    File size rangein KBs

    Additional Information


    Need Help?


    About Your Company

    Bright Analyst is a software development firm that provides a financial analysis platform and finaical data for analysis purpose.

    Details

    Delivery method

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Currency Foreign Exchange API with History

     Info
    This product is available free of charge. Free subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    AI Insights

     Info

    Dimensions summary

    This listing uses a single pricing dimension called Product Access (Units), offered at no cost. You subscribe once to gain access to the product, with no tiered levels, usage meters, or add-on charges to choose between. Because there is only one dimension, pricing does not scale up or down based on volume, instance size, or consumption. The dimension grants subscribers access to the currency foreign exchange data, including historical and current exchange rates. You get a straightforward, flat entry point rather than a graduated pricing model.

    Top-of-mind questions for buyers

    One unit of Product Access grants a subscriber entry to the currency foreign exchange data. This covers historical and current exchange rates for currency pairs, along with long-term FX trend information. Access is provided through a RESTful API you can integrate into your own applications.
    No. This listing has a single free Product Access dimension. There is no usage meter, request counter, or data-volume charge. Your cost does not scale up as you make more calls or retrieve more historical exchange rate records.
    The foreign exchange data covers 50+ currency pairs with both historical and current exchange rates. Historical FX data spans 20+ years, supporting long-term trend and cross-currency analysis. This access is delivered through the API you subscribe to here.
    brightanalyst.com
    Helpful?

    Vendor refund policy

    Product is free so not refunds

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    AWS Data Exchange (ADX)

    AWS Data Exchange is a service that helps AWS easily share and manage data entitlements from other organizations at scale.

    Additional details

    Data sets (1)

     Info

    You will receive access to the following data sets.

    Data set name
    Type
    Historical revisions
    Future revisions
    Sensitive information
    Data dictionaries
    Data samples
    Currencies Foreign Exchange Rates
    All historical revisions
    All future revisions
    Not included
    Not included

    Resources

    Vendor resources

    Similar products