World Bank Open Data provides free and open access to various global development data. This release contains interest rate spread (lending rate minus deposit rate, %) by all countries in the world. The data is available from year 1960. Interest rate spread is the interest rate charged by banks on loans to private sector customers minus the interest rate paid by commercial or similar banks for demand, time, or savings deposits. The terms and conditions attached to these rates differ by country.
Interest rate spread is the interest rate charged by banks on loans to private sector customers minus the interest rate paid by commercial or similar banks for demand, time, or savings deposits. The interest rate spread - the margin between the cost of mobilizing liabilities and the earnings on assets - measures financial sector efficiency in intermediation. A narrow spread means low transaction costs, which reduces the cost of funds for investment, crucial to economic growth.
The original publisher of this data is The World Bank. This content is published as World Bank Open Data and provides free and open access to global development data. This work is licensed under a Creative Commons Attribution 4.0 (CC-BY 4.0). This data is anonymized/aggregated.
Interest rate spread ($) for major countries in the world from 1960 (interest-rate-spread.csv)
CloudFormation template that setups up automatic revision updates plus AWS analytics services such as AWS Glue and Amazon Athena (cloudformation.yaml)
AWS Lambda code for revision updates (post-processing-code.zip)
Please note, in the post processing code, we use a Lambda layer that extends the AWS Python SDK (boto3) that is built into the Lambda Python runtime by adding the AWS Data Exchange and AWS Marketplace Catalog API SDKs as of November 13, 2019. Once the public SDKs are updated to include AWS Data Exchange APIs, we will update the code to remove this Lambda layer.
Deploy CloudFormation template to set up automatic revision updates and AWS Analytics services
Assuming you have subscribed to this product listing, below are the detailed steps to deploy CloudFormation template:
(Please note that you will need IAM permissions for CloudFormation, AWS Data Exchange, IAM, Lambda, Glue, Athena and QuickSight, in order to deploy the CloudFormation template.)
Under the product listing, scroll down to Data sets section and click on the Data set name
Under the Revisions section, click on the most recent revision
Under Assets, checkmark interest-rate-spread/automation/post-processing-code.zip and click Export to S3
Choose the S3 Bucket where you would like to store the dataset. Make sure you only choose the S3 bucket. The asset comes with a pre-defined directory structure
Under Assets, checkmark interest-rate-spread/automation/cloudformation.yaml and click either Export to S3 or Export to computer
If you exported the cloudformation.yaml to S3, go to the S3 UI on the AWS console and navigate to the location where the cloudformation.yaml is stored. In S3, click on the cloudformation.yaml and copy the url from the Object URL
Now, from your AWS Management Console, log onto Amazon CloudFormation UI and click Create Stack
Under Choose a template either provide the template via uploading from local computer or specify the S3 object url and click Next
Provide a friendly stack name in the Stack name text box
In the SourceS3Bucket field, input the S3 bucket name that you chose earlier to store the interest-rate-spread/automation/post-processing-code.zip file
Leave rest of the fields as is
Click Next
In the Options screen, click Next
Tick mark the I acknowledge that AWS CloudFormation might create IAM resources. box
Click Create
At a high level, CloudFormation will setup following resources automatically.
Lambda function to setup automatic AWS Data Exchange revision updates for this dataset
CloudWatch Event rule that will automatically trigger the Lambda function every time a new revision update is published
Another Lambda function to setup AWS Glue and Amazon Athena
Necessary IAM roles and permissions
If you are interested in looking at the AWS Lambda code or the CloudFormation template, feel free to inspect files inside interest-rate-spread/automation/post-processing-code.zip and interest-rate-spread/automation/cloudformation.yaml
Analytics & Visualizations
Apart from the source data, what we are also providing in this product listing is an easy way to interact and extract value out of the dataset. Native AWS Analytics services such as AWS Glue, Amazon Athena and Amazon QuickSight provide different ways to interact and visualize the data. The included AWS CloudFormation template sets up AWS Glue and Amazon Athena automatically in your AWS account.
Using AWS Glue and Amazon Athena to run interactive queries against the dataset
Once the CloudFormation template is successfully deployed, the data is immediately searchable, queryable, and available on Athena. You can go to the Athena UI from the AWS Management Console and run SQL queries on the dataset.
Here are some sample Athena SQL queries you can try on the dataset.
# list interest rate spread for all countries for year 2017
SELECT "country_name", "2017" FROM "interest_rate_spread"."data";
# list yearly interest rate spread for "china"
SELECT * FROM "interest_rate_spread"."data" WHERE "country_name" = 'china';
# compare interest rate spread for "china between year "2000" and "2017"
SELECT "country_name", "2000", "2017" FROM "interest_rate_spread"."data" WHERE "country_name" = 'china';
# compare interest rate spread between "brazil" and "china"
SELECT * FROM "interest_rate_spread"."data" WHERE "country_name" IN ('brazil', 'china');
Setup Amazon QuickSight to create visualizations on the dataset
Below are the detailed steps to analyze dataset using Amazon QuickSight
From your AWS Management Console, log onto Amazon QuickSight
Click Manage data
Click New data set
If you ran the provided CloudFormation template, you should already have your database and table with schema created in AWS Glue and Athena
Click on Athena to connect to your data source
Provide a name for your QuickSight Data source name and click Create data source
In the Database: contain sets of table dropdown, choose database as interest_rate_spread and under Tables: contain the data you can visualize, choose table as data
At this point, you can Edit/Preview data if you like
You can then click on Select
In the Finish data set creation screen, you can select Visualize to finish the creation of data set process
Visualize the data set by selecting the Horizontal bar chart from the Visual types
Drag country_name field to the Y axis in Field wells and for e.g. drag 2017 field in the Value block to chart the data
You are now ready to start analyzing and visualizing the dataset.
Contact Information
If you have questions about the source data, please contact data@worldbank.org. If you have any questions about the CloudFormation stack, Lambda code or any of the AWS services being used, please contact data@rearc.io.
About Rearc
Rearc is a cloud, software and services company. We believe that empowering engineers drives innovation. Cloud-native architectures, modern software and data practices, and the ability to safely experiment can enable engineers to realize their full potential. We have partnered with several enterprises and startups to help them achieve agility. Our approach is simple — empower engineers with the best tools possible to make an impact within their industry.
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.
This listing uses a single pricing dimension called Product Access (Units). It grants you access to the Interest Rate Spread (%) dataset from World Bank Open Data. There are no tiers, usage add-ons, or instance sizes to compare. The product is free, so the one dimension covers all access at no cost. The publisher sources this publicly available dataset and delivers it in a consistent format for your data pipeline.
Top-of-mind questions for buyers
What does the Product Access (Units) dimension actually grant me?
It grants subscribers access to the Interest Rate Spread (%) dataset from World Bank Open Data. One subscription covers your access to the data. There are no per-record, per-query, or per-seat charges. Access is billed at no cost under this free product.
Does my cost change as my data usage grows?
No. This product uses one free access dimension with no usage tiers or metered charges. Your cost stays the same regardless of how often you pull the dataset or how much you consume. There are no thresholds that trigger extra fees.
How is the dataset delivered once I subscribe?
The publisher sources this publicly available World Bank dataset and delivers it in a consistent format. You can feed it into your data pipeline using cloud-native data tools. This removes the work of acquiring and transforming the data yourself.
www.rearc.io
Helpful?
Vendor refund policy
Refunds Not Applicable
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
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.
World Bank Open Data provides free and open access to various global development data. This release contains tax revenue (% of GDP) for all countries in the world. The data is available from year 1972. Tax revenue refers to compulsory transfers to the central government for public purposes. Certain compulsory transfers such as fines, penalties, and most social security contributions are excluded. Refunds and corrections of erroneously collected tax revenue are treated as negative revenue.
World Bank Open Data provides free and open access to various global development data. This release contains diabetes prevalence (% of population ages 20 to 79) for all countries in the world. Diabetes prevalence refers to the percentage of people ages 20-79 who have type 1 or type 2 diabetes.
S3's Revised Short Interest and Securities Finance data provide the necessary tools to view how Short Interest, Financing Rates, and crowded trades affect price action. Clients rely on this unique dataset for accurate Short Interest analytics and to identify crowded long and short trades.
The dataset is refreshed on each dissemination date, incorporating the most recent Short Interest (SI) figures as reported directly by the relevant exchanges.
S3 Short Interest Enhanced Risk Analytics & Securities Financing Data provide the necessary tools to view how Short Interest, short side crowdedness, short squeezability, Financing Rates, and crowded trades affect price action. Clients rely on this dataset for accurate Short Interest analytics and to identify crowded long and short trades. S3’s data provides transparency to the true spread of the borrow / loan market, with the only unbiased bid, offer, and last rates for Securities Finance.
S3 Intraday Short Interest Risk Analytics & Securities Financing Data provide the necessary tools to view how Short Interest, short side crowdedness, short squeezability,Financing Rates, and crowded trades affect price action. Clients rely on this dataset for accurate Short Interest analytics and to identify crowded long and short trades. S3’s data provides transparency to the true spread of the borrow/loan market, with the only unbiased bid, offer, and last rates for Securities Finance.