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.

    Vendor refund policy

    Product is free so not refunds

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    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