This is an open source repository that helps you find the perfect credit card 💳 for you!
We collect cashback rates of different cards across Bahrain and make it easy for people to search and find the right card for them.
This is open source, and we make no guarantees about the accuracy of this data. However, we do require that any contribution to this repository is provided along with some proof of the source of a certain rate
If your bank is missing, or if you spot a mistake, please edit the credit_cards.csv
file directly and make a Pull Request!
When you submit the pull request, please consider the following guidelines:
- Make sure the CSV includes the correct cashback rate, and make sure that any conditions are added to the "Conditions" column
- Conditions can include the following variables:
SPENDING
(e.g.SPENDING > 1000
means spending exceeds BD1,000 during the month) - Conditions support the
AND
andOR
boolean operators
- Make sure to include a source link!
- If there are any details that are not published at the source link, add them to the
claims.csv
file as well