Finance
Account balance
An amount for a bank account balance.
API Endpoint (click to try):
Function name(s):
account_balancefinance_random.r_accountbalance
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
accounttype |
Text |
[Current Account,Investment Account,Savi... |
Fixed type of account |
Example output:
{
"Account balance": {
"r_accountbalance": "4474.96"
}
}
Account transaction
Account transaction, such as Debit or Interest.
API Endpoint (click to try):
Function name(s):
account_transactionfinance_random.r_accounttransaction
Parameters:
Name |
Type |
Bound Input |
Description |
accounttype |
Text |
[Current Account,Investment Account,Savi... |
Fixed type of account |
Example output:
{
"Account transaction": {
"r_accounttransaction": "Buy"
}
}
Account type
Bank account type, such as Savings or Settlement.
API Endpoint (click to try):
Function name(s):
account_typefinance_random.r_accounttype
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Account type": {
"r_accounttype": "Savings Account"
}
}
Amount
An amount for a financial transaction.
API Endpoint (click to try):
Function name(s):
amountfinance_random.r_amount
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
min |
Number |
|
Minimum value |
max |
Number |
|
Maximum value |
precision |
Number |
|
Decimal count |
w_min |
Number |
|
Weighted minimum value |
w_max |
Number |
|
Weighted maximum value |
weight |
Number |
[1, 100] |
Chance of hitting weighted range |
Example output:
{
"Amount": {
"r_amount": "1547.93"
}
}
Bank Account Name
Bank account names.
API Endpoint (click to try):
Function name(s):
bank_account_namefinance_random.r_accountname
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
accounttype |
Text |
|
The type of account |
Example output:
{
"Account Name": {
"r_accountname": "SAVINGS ACCOUNT FOR (294)"
}
}
Bank account ID
IBAN compatible bank account ID.
API Endpoint (click to try):
Function name(s):
bank_account_idfinance_random.r_accountnumber
Parameters:
Name |
Type |
Bound Input |
Description |
country |
Text |
|
ISO 2 letter country code |
iban |
Text |
[Yes,No] |
Only IBAN account numbers? |
Example output:
{
"Bank account ID": {
"r_accountnumber": "AZ61Cfud65995638848347546673"
}
}
Bitcoin address
Bitcoin hash addresss.
API Endpoint (click to try):
Function name(s):
bitcoin_addressfinance_random.r_bitcoin
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Bitcoin address": {
"r_bitcoin": "3cNuYoWkDgJyre3DppfxSut4jVu9dmJKS"
}
}
Credit card expiry
Date for expiry of a credit card.
API Endpoint (click to try):
Function name(s):
credit_card_expiryfinance_random.r_expirydate
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
future |
Text |
[Yes,No] |
Expire in the future? |
Example output:
{
"Credit card expiry": {
"r_expirydate": "10/2024"
}
}
Credit card name
The name of a credit card, such as VISA or AMEX.
API Endpoint (click to try):
Function name(s):
credit_card_namefinance_random.r_creditcard
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
shortform |
Text |
[Yes,No] |
Shortform (American Express/AMEX) |
Example output:
{
"Credit card name": {
"r_creditcard": "dcenroute"
}
}
Credit card number
Luhn compatible creditcard number.
API Endpoint (click to try):
Function name(s):
credit_card_numberfinance_random.r_creditcardnum
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
creditcard |
Text |
|
Name of the credit card. |
Example output:
{
"Credit card number": {
"r_creditcardnum": "6304784125207104"
}
}
Credit card transaction
Generate a random creditcard transaction type.
API Endpoint (click to try):
Function name(s):
credit_card_transactionfinance_random.r_creditcard_tx_type
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Credit card transaction": {
"r_creditcard_tx_type": "Authorization with Auto Capture"
}
}
Crypto currency
A crypto currency name.
API Endpoint (click to try):
Function name(s):
crypto_currencyfinance_random.r_cryptocurrency
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Crypto currency": {
"r_cryptocurrency": "XRP"
}
}
Currency
ISO 4217 name of a currency.
API Endpoint (click to try):
Function name(s):
currencyfinance_random.r_currency
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
shortform |
Text |
[Yes,No] |
Shortform (Danske Kroner/DKK) |
Example output:
{
"Currency": {
"r_currency": "BMD"
}
}
Currency pair
A currency pair for FX.
API Endpoint (click to try):
Function name(s):
currency_pairfinance_random.r_currencypair
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
base_currency |
Text |
|
Fixed Base currency (ISO 4217 code) |
quote_currency |
Text |
|
Fixed Quote currency (ISO 4217 code) |
Example output:
{
"Currency pair": {
"r_currencypair": "EUR/USD"
}
}
Customer Risk Code
Bank customer risk code.
API Endpoint (click to try):
Function name(s):
customer_risk_codefinance_random.r_account_risk_status_code
Parameters:
Name |
Type |
Bound Input |
Description |
sentiment |
Number |
|
0 for random sentiment. 1 positive, -1 Negative |
Customer Risk Text
Bank customer risk description.
API Endpoint (click to try):
Function name(s):
customer_risk_textfinance_random.r_account_risk_status_text
Parameters:
Name |
Type |
Bound Input |
Description |
sentiment |
Number |
|
0 for random sentiment. 1 positive, -1 Negative |
account_risk_status_code |
Text |
|
Supply an existing code for the text |
Example output:
{
"Customer Risk Text": {
"r_account_risk_status_text": "No Risk Assessment Needed"
}
}
Stock exchange
Name of a stock exchange.
API Endpoint (click to try):
Function name(s):
stock_exchangefinance_random.r_exchange
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
shortform |
Text |
[Yes,No] |
Shortform (Nasdaq/NDAQ) |
Example output:
{
"Stock exchange": {
"r_exchange": "MYX"
}
}
Swift
Banking swift codes.
API Endpoint (click to try):
Function name(s):
swiftfinance_random.r_swift
Parameters:
Name |
Type |
Bound Input |
Description |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"Swift": {
"r_swift": "CITIUS33DEL"
}
}
Transaction status
Status of a banking transaction.
API Endpoint (click to try):
Function name(s):
transaction_statusfinance_random.r_transaction_status
Parameters:
Name |
Type |
Bound Input |
Description |
chance_success |
Number |
[1, 100] |
Chance of successful transaction |
Example output:
{
"Transaction status": {
"r_transaction_status": "Failed"
}
}