id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
b733f2ac-6860-4517-8dc4-33b5e298c996/62a13fa6-5a69-4771-ae5f-d967348336bb/0/0
U.S. Sales Tax By Zip
Calculate sales tax using only a zip code! Get single rates, bulk rates, and calculate sales price with a simple request! 40,000+ zips, updated regularly.
8.2
bulkRates
Send an array of zip codes (max 25 per request) and receive back rates for each matching item.
200
New Example
[{"sentZip": "28269", "rateInfo": {"TaxRegionName": "HUNTERSVILLE", "NormalizedCity": "charlotte", "ZipCode": "28269", "City": "CHARLOTTE", "CombinedRate": "7.250000", "County": "MECKLENBURG COUNTY", "StateRate": "4.750000", "SpecialRate": "0.500000", "Month": "10", "CityRate": "0.000000", "Year": "2023", "State": "NC"...
{"type": "array", "items": {"type": "object"}}
b733f2ac-6860-4517-8dc4-33b5e298c996/51fefd10-07ca-4a02-88b4-9f85b3b0d1bc/0/0
U.S. Sales Tax By Zip
Calculate sales tax using only a zip code! Get single rates, bulk rates, and calculate sales price with a simple request! 40,000+ zips, updated regularly.
8.2
getRate
Gets a single rate using a valid 5 digit zip code.
200
New Example
{"TaxRegionName": "HUNTERSVILLE", "NormalizedCity": "charlotte", "ZipCode": "28269", "City": "CHARLOTTE", "CombinedRate": "7.250000", "County": "MECKLENBURG COUNTY", "StateRate": "4.750000", "SpecialRate": "0.500000", "Month": "10", "CityRate": "0.000000", "Year": "2023", "State": "NC", "NormalizedCounty": "mecklenburg...
{"type": "object", "properties": {"TaxRegionName": {"type": "string"}, "NormalizedCity": {"type": "string"}, "ZipCode": {"type": "string"}, "City": {"type": "string"}, "CombinedRate": {"type": "string"}, "County": {"type": "string"}, "StateRate": {"type": "string"}, "SpecialRate": {"type": "string"}, "Month": {"type": ...
7dc09fc6-dcf0-4eaa-b746-1873a8dee936/endpoint_fad83eca-ccb2-4599-af48-336cf5206f2e/0/0
US Sales Tax Rates
The US sales tax rates API provides accurate and up-to-date sales tax in the United States.
7.7
tax_search
Search sales tax rates by city name
400
Example_1
{"status": false, "message": "city name 'ks' must be at least 3 chars"}
{"type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}}}
7dc09fc6-dcf0-4eaa-b746-1873a8dee936/endpoint_fad83eca-ccb2-4599-af48-336cf5206f2e/2/0
US Sales Tax Rates
The US sales tax rates API provides accurate and up-to-date sales tax in the United States.
7.7
tax_search
Search sales tax rates by city name
200
Example_1
{"count": 3, "data": [{"zip_code": 85550, "state": "AZ", "county_rate": "0.01000", "state_rate": "0.05600", "city": "San Carlos", "special_rate": "0.00000", "city_rate": "0.00000"}, {"zip_code": 90001, "state": "CA", "county_rate": "0.00250", "state_rate": "0.06000", "city": "Los Angeles", "special_rate": "0.03250", "c...
{"type": "object", "properties": {"count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"zip_code": {"type": "integer"}, "state": {"type": "string"}, "county_rate": {"type": "string"}, "state_rate": {"type": "string"}, "city": {"type": "string"}, "special_rate": {"type": "st...
7dc09fc6-dcf0-4eaa-b746-1873a8dee936/endpoint_7ab97704-15e0-4408-9ba5-d85b34fed270/0/0
US Sales Tax Rates
The US sales tax rates API provides accurate and up-to-date sales tax in the United States.
7.7
tax_get
Return a sales tax rates
400
Example_1
{"status": false, "message": "zip code: '100' is not exist"}
{"type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}}}
7dc09fc6-dcf0-4eaa-b746-1873a8dee936/endpoint_7ab97704-15e0-4408-9ba5-d85b34fed270/1/0
US Sales Tax Rates
The US sales tax rates API provides accurate and up-to-date sales tax in the United States.
7.7
tax_get
Return a sales tax rates
200
Example_1
{"data": {"zip_code": 99675, "state": "AK", "county_rate": "0.00000", "state_rate": "0.00000", "city": "ALASKA", "special_rate": "0.00000", "city_rate": "0.00000"}, "status": true, "message": ""}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"zip_code": {"type": "integer"}, "state": {"type": "string"}, "county_rate": {"type": "string"}, "state_rate": {"type": "string"}, "city": {"type": "string"}, "special_rate": {"type": "string"}, "city_rate": {"type": "string"}}}, "status": {"ty...
578f90c4-3a48-4d80-bfca-25d26957bffd/30cc8b8d-82b4-4d83-943d-e961ae78e056/0/0
EU Taxonomy
Exclusive datasets on EU-taxonomy-eligible and -aligned Revenues, Capex and Opex for European public companies. Each data point is traceable to its source, right down to a specific line in the original publication!
5.9
/api/v2/DataSets/esg/eutaxonomy
200
null
{"company": "", "measurementUnits": "", "scale": 0, "dataSets": [{"name": "", "tags": [], "breakdown": [], "dataPoints": [{"value": 0, "percentValue": 0, "date": {"endDate": "", "duration": 0}, "reportDate": "", "source": ""}]}]}
{"type": "object", "properties": {"company": {"type": ["string", "null"]}, "measurementUnits": {"type": ["string", "null"]}, "scale": {"type": ["number", "null"], "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "dataSets": {"type": ["array", "null"], "items": {"type": "obje...
ceff003c-239d-4638-807f-f4e6783ccd2f/0b6bcf3a-3a79-431a-8047-ac7d4fecb514/0/0
BlockChainAPI
Generate Tron Wallet, Get Balance Of Wallet on Blockchain, Make Transaction (in development), Get Transaction Detail Base of the transaction hash.
null
GetTransactionDetail
200
null
{"data": {"private_key": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66", "public_key": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d1ab3c97a97b2f041a5d8895c6fd2ce0c4be39cfb0dc4e5f9474b0f3a70119e678188a624a992c8a38c3", "address_hex": "41f80a4defed810220a549c95d84bc329f4633cf94", "address_base58": ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"private_key": {"type": "string", "description": "", "default": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66"}, "public_key": {"type": "string", "description": "", "default": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d...
ceff003c-239d-4638-807f-f4e6783ccd2f/4782246d-7aa8-48cf-96aa-53eb727ccf80/0/0
BlockChainAPI
Generate Tron Wallet, Get Balance Of Wallet on Blockchain, Make Transaction (in development), Get Transaction Detail Base of the transaction hash.
null
GetWalletContractBalance
200
null
{"data": {"private_key": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66", "public_key": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d1ab3c97a97b2f041a5d8895c6fd2ce0c4be39cfb0dc4e5f9474b0f3a70119e678188a624a992c8a38c3", "address_hex": "41f80a4defed810220a549c95d84bc329f4633cf94", "address_base58": ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"private_key": {"type": "string", "description": "", "default": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66"}, "public_key": {"type": "string", "description": "", "default": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d...
ceff003c-239d-4638-807f-f4e6783ccd2f/01c6baa1-539f-4e9c-98b9-20ddd6f2df9b/0/0
BlockChainAPI
Generate Tron Wallet, Get Balance Of Wallet on Blockchain, Make Transaction (in development), Get Transaction Detail Base of the transaction hash.
null
GetTronWalletBalance1
200
null
{"data": {"private_key": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66", "public_key": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d1ab3c97a97b2f041a5d8895c6fd2ce0c4be39cfb0dc4e5f9474b0f3a70119e678188a624a992c8a38c3", "address_hex": "41f80a4defed810220a549c95d84bc329f4633cf94", "address_base58": ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"private_key": {"type": "string", "description": "", "default": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66"}, "public_key": {"type": "string", "description": "", "default": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d...
ceff003c-239d-4638-807f-f4e6783ccd2f/722ecd24-8713-4c92-920a-9332c302c997/0/0
BlockChainAPI
Generate Tron Wallet, Get Balance Of Wallet on Blockchain, Make Transaction (in development), Get Transaction Detail Base of the transaction hash.
null
GetTronWalletBalance
200
null
{"data": {"private_key": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66", "public_key": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d1ab3c97a97b2f041a5d8895c6fd2ce0c4be39cfb0dc4e5f9474b0f3a70119e678188a624a992c8a38c3", "address_hex": "41f80a4defed810220a549c95d84bc329f4633cf94", "address_base58": ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"private_key": {"type": "string", "description": "", "default": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66"}, "public_key": {"type": "string", "description": "", "default": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d...
ceff003c-239d-4638-807f-f4e6783ccd2f/65423a79-b3e3-483b-ba1c-33ec0a629937/0/0
BlockChainAPI
Generate Tron Wallet, Get Balance Of Wallet on Blockchain, Make Transaction (in development), Get Transaction Detail Base of the transaction hash.
null
GetWalletContractBalance2
200
null
{"data": {"private_key": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66", "public_key": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d1ab3c97a97b2f041a5d8895c6fd2ce0c4be39cfb0dc4e5f9474b0f3a70119e678188a624a992c8a38c3", "address_hex": "41f80a4defed810220a549c95d84bc329f4633cf94", "address_base58": ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"private_key": {"type": "string", "description": "", "default": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66"}, "public_key": {"type": "string", "description": "", "default": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d...
ceff003c-239d-4638-807f-f4e6783ccd2f/f456d785-f277-401c-b912-9312452559cb/0/0
BlockChainAPI
Generate Tron Wallet, Get Balance Of Wallet on Blockchain, Make Transaction (in development), Get Transaction Detail Base of the transaction hash.
null
GenerateWallet
200
null
{"data": {"private_key": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66", "public_key": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d1ab3c97a97b2f041a5d8895c6fd2ce0c4be39cfb0dc4e5f9474b0f3a70119e678188a624a992c8a38c3", "address_hex": "41f80a4defed810220a549c95d84bc329f4633cf94", "address_base58": ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"private_key": {"type": "string", "description": "", "default": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66"}, "public_key": {"type": "string", "description": "", "default": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d...
ceff003c-239d-4638-807f-f4e6783ccd2f/fc18b156-be6e-4d0b-9405-88f1464d9afb/0/0
BlockChainAPI
Generate Tron Wallet, Get Balance Of Wallet on Blockchain, Make Transaction (in development), Get Transaction Detail Base of the transaction hash.
null
GetTransactionDetail3
200
null
{"data": {"private_key": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66", "public_key": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d1ab3c97a97b2f041a5d8895c6fd2ce0c4be39cfb0dc4e5f9474b0f3a70119e678188a624a992c8a38c3", "address_hex": "41f80a4defed810220a549c95d84bc329f4633cf94", "address_base58": ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"private_key": {"type": "string", "description": "", "default": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66"}, "public_key": {"type": "string", "description": "", "default": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d...
ceff003c-239d-4638-807f-f4e6783ccd2f/48b9e4d0-43a1-415e-8f26-92e4ad822834/0/0
BlockChainAPI
Generate Tron Wallet, Get Balance Of Wallet on Blockchain, Make Transaction (in development), Get Transaction Detail Base of the transaction hash.
null
GenerateWallet0
200
null
{"data": {"private_key": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66", "public_key": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d1ab3c97a97b2f041a5d8895c6fd2ce0c4be39cfb0dc4e5f9474b0f3a70119e678188a624a992c8a38c3", "address_hex": "41f80a4defed810220a549c95d84bc329f4633cf94", "address_base58": ...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"private_key": {"type": "string", "description": "", "default": "24a47a9ff66683462b11e935d30919409b929b558f9dcff24e6acad995688d66"}, "public_key": {"type": "string", "description": "", "default": "04d2d1d8f894148f50b469852e595dd56ae5c955a63e08d...
1572b16a-32d5-4252-881d-6b1d79b01a90/dcdca73a-8c98-48b8-a9da-4e0182c72980/0/0
Market Fluent Value Investing Research USA
Integrating Market Fluent's database into your own application is now easy! Its is ideal for investors looking for companies that meet specific criteria of value investing, based on the time-tested methods of Graham and Dodd. We provide high quality database, updated every 24 hours, contains over 4000 companies across ...
null
All companies listed
Currently, we have over 4000 companies that have been reviewed and assessed using the principles set out by Ben Graham in The Intelligent Investor. The return will include Ticker (GENERAL_CODE) and Company name (GENERAL_NAME). The ticker is used to find a company full report. Also, you can is if the company you are int...
200
New Example
[{"General_Code": "ACA", "General_Name": "Cr\u00e9dit Agricole S.A"}, {"General_Code": "BNP", "General_Name": "BNP Paribas SA"}, {"General_Code": "DG", "General_Name": "VINCI SA"}, {"General_Code": "EDF", "General_Name": "Electricit\u00e9 de France S.A"}, {"General_Code": "COV", "General_Name": "Covivio"}, {"General_Co...
{"type": "array", "items": {"type": "object", "properties": {"General_Code": {"type": "string"}, "General_Name": {"type": "string"}}}}
1572b16a-32d5-4252-881d-6b1d79b01a90/2bfb371e-d243-4c8e-84a5-1f730b8fd56b/0/0
Market Fluent Value Investing Research USA
Integrating Market Fluent's database into your own application is now easy! Its is ideal for investors looking for companies that meet specific criteria of value investing, based on the time-tested methods of Graham and Dodd. We provide high quality database, updated every 24 hours, contains over 4000 companies across ...
null
List of USA Companies
This list contains all the USA companies we currently hold in our database. We update our database every month. The return will include Ticker (GENERAL_CODE) and Company name (GENERAL_NAME). The ticker is used to find a company full report. Also, you can is if the company you are interested in, is part of the database.
200
New Example
[{"General_Code": "ALV", "General_Name": "Autoliv Inc"}, {"General_Code": "CG", "General_Name": "The Carlyle Group Inc"}, {"General_Code": "MMM", "General_Name": "3M Company"}, {"General_Code": "ABBV", "General_Name": "AbbVie Inc"}, {"General_Code": "IRM", "General_Name": "Iron Mountain Incorporated"}, {"General_Code":...
{"type": "array", "items": {"type": "object", "properties": {"General_Code": {"type": "string"}, "General_Name": {"type": "string"}}}}
f658381c-5085-4505-b57a-d467e3a082de/ecfad466-5923-42c2-b890-785bb413ba93/0/0
LoanSimulator
Loan simulator
null
Fix Pay Simulation
Fix Pay Simulation. Parameters are /principal/rate/months where principal is the amount of loan, rate is the interest and months the number of monthly payments. The output will be a json containing the monthly ammount to be paid and an array with the beginning balance, interest, capital (principal) and ending balance
200
New Example
{"monthly_payment": "84.01", "payment_schedule": [{"month": "1", "beginning_balance": "1000", "interest": "1.25", "principal": "82.76", "ending_balance": "917.24"}, {"month": "2", "beginning_balance": "917.24", "interest": "1.15", "principal": "82.87", "ending_balance": "834.37"}, {"month": "3", "beginning_balance": "8...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"monthly_payment": {"type": "string"}, "payment_schedule": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "string"}, "beginning_balance": {"type": "string"}, "interest": {"type": "string"}, "principal": {"type...
2ecb5e67-74a8-4d9a-b60e-77ea195c22d7/7423e369-b08d-43be-a685-6a6531a74344/0/0
Ghana Income Tax And SSNIT Calculator
This API will calculate Ghana's income tax and SSNIT deductions.
null
Income Tax And SSNIT Deductions Calculator
This endpoint will calculate and return the Ghanaian income tax and SSNIT Deductions.
200
Response
{"Basic_Amount(GHs)": 1200, "Taxable_Amount(GHs)": 1134, "Tier1_Tax_Amount(%)": 13, "Tier2_Tax_Amount(%)": 5.5, "Tier1_Amount(GHs)": 156, "Tier2_Amount(GHs)": 66, "Income_Tax_Amount(GHs)": 121.13, "Total_Amount_After_Tax(Net)(GHs)": 1012.88}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Basic_Amount(GHs)": {"type": "integer"}, "Taxable_Amount(GHs)": {"type": "integer"}, "Tier1_Tax_Amount(%)": {"type": "integer"}, "Tier2_Tax_Amount(%)": {"type": "number"}, "Tier1_Amount(GHs)": {"type": "integer"}, "Tier2_Amount(GHs)": {"typ...
6c059953-689e-4e00-8456-78f25e2911f2/832c6f8a-3659-40ac-b27b-d530f7a8fffe/0/0
OCW
Check Mailing API
null
Retrieveaattachmentdetails
Retrieve details of existing attachment. Path parameters checkId Required The id of the check. checkAttachmentId Required The id of the check attachment.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/53eddab2-33f5-468d-9bfe-73dac1483672/0/0
OCW
Check Mailing API
null
RetrievevoucherbycheckId
Details of an existing voucher. It can be retrieve by passing checkId as well as retrieve directly by passing voucherId. Path parameters checkId Required The id of the check to retrieve associated voucher.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/85a8360f-3042-447b-98bd-c305b33562c6/0/0
OCW
Check Mailing API
null
Deleteacustomtoaddress
Permanently deletes a custom to address. Path parameters customToAddressId Required The id of the Custom to address to be delete.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/fd44c83d-9438-4209-9baf-34c2a742e406/0/0
OCW
Check Mailing API
null
Retrieveallchecks
List all check records Query parameters perPage Number of records that you want to receive in the response,By default 10 records will be listed page For navigating through pages ,By default first page will be listed term Filter records by using any keywords status Filter records by using check st...
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/fb863703-62d7-432f-8e95-d9b377b03455/0/0
OCW
Check Mailing API
null
Printchecks
You can print checks by passing check id and paper type,if you would like to print multiple checks you need to pass checkId as array. Payload parameters paperType Required Integer Must be an integer from Available paper types checkId Required Array An Array of check id to print Available paper types Paper typ...
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/bf422489-0402-4a61-b348-b7b62a32008e/0/0
OCW
Check Mailing API
null
Retrieveacheck
Details of an existing check. Path parameters checkId Required The id of the check to retrieved.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/1b379a48-c293-4fac-b28d-b6345afc2670/0/0
OCW
Check Mailing API
null
RetrieveallCustomfromaddresses
List of all custom from address records. Query parameters perPage Number of records that you want to receive in the response,By default 10 records will be listed page For navigating through pages ,By default first page will be listed
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/8ed998a7-8593-443e-bdac-3a23851f0e0a/0/0
OCW
Check Mailing API
null
Retrieveacustomtoaddress
Details of custom to address. Path parameters customToAddressId Required The id of the Custom to address to be retrieve.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/e2a09e57-6691-479d-9a0d-32affafa7503/0/0
OCW
Check Mailing API
null
RetrieveallCustomtoaddresses
List of all custom to address records Query parameters perPage Number of records that you want to receive in the response,By default 10 records will be listed page For navigating through pages ,By default first page will be listed
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/1fad2d59-f136-43c2-bd0c-8eb5b6b611af/0/0
OCW
Check Mailing API
null
Deleteacustomfromaddress
Permanently deletes a custom from address. Path parameters customFromAddressId Required The id of the Custom from address to be delete.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/b191ae36-7060-46ed-9090-a2851b19e979/0/0
OCW
Check Mailing API
null
Deleteacheck
Permanently deletes a check. Path parameters checkId Required The id of the check to delete.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/b819a8a7-7f94-406f-a665-46f48fd01954/0/0
OCW
Check Mailing API
null
DeleteaPayee
Permanently deletes a payee. Path parameters payeeId Required The id of the payee to delete
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/47cdf7d3-d6cf-461c-a198-5dddbd011252/0/0
OCW
Check Mailing API
null
Retrieveallpayees
List all payee records. Query parameters perPage Number of records that you want to receive in the response,By default 10 records will be listed page For navigating through pages ,By default first page will be listed term Filter records by using any keywords
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/1e5088b7-4c39-4614-b5ea-c3da7b8d333b/0/0
OCW
Check Mailing API
null
Retrieveapayee
Details of an existing payee. Path parameters payeeId Required The id of the payee to retrieve
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/fcebcb8d-9463-4cb9-9e22-65a1c9bc5611/0/0
OCW
Check Mailing API
null
Retrieveacustomfromaddress
Details of custom from address. Path parameters customFromAddressId Required The id of the Custom from address to be retrieved.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/388ee1fe-f90f-4dbf-8ac4-663225ab532e/0/0
OCW
Check Mailing API
null
CreateEmailCheck
You can create multiple Email check in one single request. Payload parameters emailChecks Required An array of emailCheck attributes emailCheck attributes checkId Required String Must be a check ID payeeEmail Optional String Required if not exist any email on associated payee enableSmsInform Optional B...
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/52234b9c-326b-4104-a3e3-c331cdd50927/0/0
OCW
Check Mailing API
null
CalculateFee
You can calculate check mail fees by using same mail creation payload parameters.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/91761d74-de03-4389-9d44-c06399644bcc/0/0
OCW
Check Mailing API
null
Retrieveallattachmentsdetails
Retrieve all attachments of a existing check. Path parameters checkId Required The id of the check.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/b9c867e9-537c-4069-b82a-6344cb7bb397/1/0
OCW
Check Mailing API
null
Addnewattachment
Add new attachment to existing check Path parameters checkId Required The id of the check. Payload parameters attachment Required File File of type pdf,xls,xlsx,rtf,doc and docx
201
null
{"success": true, "message": "Succesfully added", "data": {"checkAttachmentId": "RdJM5Gb3JeY329A", "checkId": "7rLdjvvqx2jJEz6", "fileName": "check_attachment_1603187841_OnlineCheckWriter.pdf", "fileNickName": 0, "pageCount": 0, "createdDate": "10-20-2020"}}
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "message": {"type": "string", "description": "", "default": "Succesfully added"}, "data": {"type": "object", "properties": {"checkAttachmentId": {"type": "string", "description": "", "default": "RdJM5Gb3JeY329A"}, "che...
6c059953-689e-4e00-8456-78f25e2911f2/ad93bd67-f993-4b4d-8fc2-a7983e05b632/0/0
OCW
Check Mailing API
null
Deleteaattachment
Remove attachment. Path parameters checkId Required The id of the check. checkAttachmentId Required The id of the check attachment.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/c8208703-8d8f-483e-8d22-49cf95891746/0/0
OCW
Check Mailing API
null
Deletemailattachment
Path parameters checkId Required Id of the Check. mailAttachmentId Required Id of the mail attachment.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/9b8b643d-cdc8-4af0-89a6-5008b8dc8825/0/0
OCW
Check Mailing API
null
Retrieveallmailattachments
List of all mail attachments on a check,This attachments will include when create mail with this check. Path parameters checkId Required Id of the Check.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/d61d343f-fac2-477c-a0dc-ff55640ca6bb/0/0
OCW
Check Mailing API
null
Retrieveallmailoptions
Retrieve all available mail options,including shipping types,Paper types and Inform types,You can use this data to create mail check.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/daa75707-d9ec-454a-97b0-dbe4b7bdddac/0/0
OCW
Check Mailing API
null
Deletevoucher
Permanently deletes a voucher. Path parameters voucherId Required The id of the voucher to be delete.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/177e87ea-dfb9-496b-acab-abb0527a3eca/0/0
OCW
Check Mailing API
null
AddLogo
Add logo to existing bank account Path parameters bankAccountId Required The id of the Bank account to update. Payload parameters logo Required File Accepted file types are PNG,JPG and JPEG and must be no more than 40960Kb
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/7591babc-181a-41c4-be5a-da3e934c3724/0/0
OCW
Check Mailing API
null
Retrievevoucher
Details of an existing voucher. It can be retrieve by passing checkId as well as retrieve directly by passing voucherId. Path parameters voucherId Required The id of the voucher to be retrieved.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/739b6111-dcf8-4171-ad5b-1dc473d55ee4/0/0
OCW
Check Mailing API
null
GetStatus
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/afd96b06-ae65-474c-899b-2f2f449eba1c/0/0
OCW
Check Mailing API
null
Retrieveallbankaccounts
List all bank account records. Query parameters perPage Number of records that you want to receive in the response,By default 10 records will be listed page For navigating through pages ,By default first page will be listed term Filter records by using any keywords
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/332a6c81-165a-4d37-a7d0-1f307434c969/0/0
OCW
Check Mailing API
null
AddSignature
Add signature to existing bank account Path parameters bankAccountId Required The id of the Bank account to update. Payload parameters signature Required File Accepted file types are PNG,JPG and JPEG and must be no more than 40960Kb
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/4aa74493-409c-4d74-8d0f-ae72cc5854e1/0/0
OCW
Check Mailing API
null
DeleteabankAccount
Delete an existing bank account. Path parameters bankAccountId Required The id of the Bank account to be deleted.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/38738da3-b71a-4087-b381-963b2b093148/0/0
OCW
Check Mailing API
null
Retrieveabankaccount
Details of an existing bank account. Path parameters bankAccountId Required The id of the Bank account to be retrieved.
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/ffd2ad16-3d53-4c2a-a4f8-9fd08553bbdd/0/0
OCW
Check Mailing API
null
GetAllstatus
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/02291e10-4eb4-4510-9a69-71ad7ed83e1b/0/0
OCW
Check Mailing API
null
RetrieveallCategories
List of all category records. Query parameters perPage Number of records that you want to receive in the response,By default 10 records will be listed page For navigating through pages ,By default first page will be listed term Filter records by using any keywords
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/5dc323b2-e90b-4293-bd60-1fd7af38ae6e/0/0
OCW
Check Mailing API
null
CreateCategory
Create a category Payload parameters name Required String Must be no longer than 50 characters. type Required String Must be either income or expense
201
null
{"success": true, "message": "Succesfully added", "data": {"checkAttachmentId": "RdJM5Gb3JeY329A", "checkId": "7rLdjvvqx2jJEz6", "fileName": "check_attachment_1603187841_OnlineCheckWriter.pdf", "fileNickName": 0, "pageCount": 0, "createdDate": "10-20-2020"}}
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "message": {"type": "string", "description": "", "default": "Succesfully added"}, "data": {"type": "object", "properties": {"checkAttachmentId": {"type": "string", "description": "", "default": "RdJM5Gb3JeY329A"}, "che...
6c059953-689e-4e00-8456-78f25e2911f2/4a541d05-3b26-4b88-b1d6-d5edd690c7db/1/0
OCW
Check Mailing API
null
Updatecustomerbankaccount
202
null
{"success": true, "customer": {"id": "30aedb6c-5976-46e2-a229-030bc299bedb", "identity": "545654", "customerName": "Customer 1", "customerEmail": "email@test.com", "customerAdderessLine1": "95113 mark street rod", "customerPhone": "900244400", "customerCity": "Sanjose", "customerState": "CA", "customerZip": "95113", "b...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "customer": {"type": "object", "properties": {"id": {"type": "string", "description": "", "default": "30aedb6c-5976-46e2-a229-030bc299bedb"}, "identity": {"type": "string", "description": "", "default": "545654"}, "cus...
6c059953-689e-4e00-8456-78f25e2911f2/132b12c1-079a-465d-89c3-409577fc9957/0/0
OCW
Check Mailing API
null
Retrievecustomerbankaccount
Retrieve customer bank account
202
null
{"success": true, "customer": {"id": "30aedb6c-5976-46e2-a229-030bc299bedb", "identity": "545654", "customerName": "Customer 1", "customerEmail": "email@test.com", "customerAdderessLine1": "95113 mark street rod", "customerPhone": "900244400", "customerCity": "Sanjose", "customerState": "CA", "customerZip": "95113", "b...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "customer": {"type": "object", "properties": {"id": {"type": "string", "description": "", "default": "30aedb6c-5976-46e2-a229-030bc299bedb"}, "identity": {"type": "string", "description": "", "default": "545654"}, "cus...
6c059953-689e-4e00-8456-78f25e2911f2/3bb31319-1901-41fb-80c0-e17c4aa24b29/1/0
OCW
Check Mailing API
null
GetCustomerDetails
202
null
{"success": true, "customer": {"id": "30aedb6c-5976-46e2-a229-030bc299bedb", "identity": "545654", "customerName": "Customer 1", "customerEmail": "email@test.com", "customerAdderessLine1": "95113 mark street rod", "customerPhone": "900244400", "customerCity": "Sanjose", "customerState": "CA", "customerZip": "95113", "b...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "customer": {"type": "object", "properties": {"id": {"type": "string", "description": "", "default": "30aedb6c-5976-46e2-a229-030bc299bedb"}, "identity": {"type": "string", "description": "", "default": "545654"}, "cus...
6c059953-689e-4e00-8456-78f25e2911f2/41113219-b829-4846-b028-d8705efe825a/0/0
OCW
Check Mailing API
null
Createcustomerbankaccount
Create Customer Bank Account
202
null
{"success": true, "customer": {"id": "30aedb6c-5976-46e2-a229-030bc299bedb", "identity": "545654", "customerName": "Customer 1", "customerEmail": "email@test.com", "customerAdderessLine1": "95113 mark street rod", "customerPhone": "900244400", "customerCity": "Sanjose", "customerState": "CA", "customerZip": "95113", "b...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "customer": {"type": "object", "properties": {"id": {"type": "string", "description": "", "default": "30aedb6c-5976-46e2-a229-030bc299bedb"}, "identity": {"type": "string", "description": "", "default": "545654"}, "cus...
6c059953-689e-4e00-8456-78f25e2911f2/7f338e34-c6d3-4b1a-9504-16e914e30dd4/0/0
OCW
Check Mailing API
null
Updatecustomer
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
6c059953-689e-4e00-8456-78f25e2911f2/eaef5fbe-f9c7-4e7b-9036-c98824ac9727/0/0
OCW
Check Mailing API
null
Createcustomer
202
null
{"success": true, "customer": {"id": "30aedb6c-5976-46e2-a229-030bc299bedb", "identity": "545654", "customerName": "Customer 1", "customerEmail": "email@test.com", "customerAdderessLine1": "95113 mark street rod", "customerPhone": "900244400", "customerCity": "Sanjose", "customerState": "CA", "customerZip": "95113", "b...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "customer": {"type": "object", "properties": {"id": {"type": "string", "description": "", "default": "30aedb6c-5976-46e2-a229-030bc299bedb"}, "identity": {"type": "string", "description": "", "default": "545654"}, "cus...
6c059953-689e-4e00-8456-78f25e2911f2/abb12345-5755-4760-be7a-1dba1e88364a/0/0
OCW
Check Mailing API
null
GetAllshortUrl
200
null
{"success": true, "data": {"meta": {"total": 0, "currentPage": 0, "perPage": 0}, "bankAccounts": [{"bankAccountId": "yd6LeMYmdQeE8Dx", "name": "Demo Bank Account 1", "nickName": "Demo Nick Name", "accountNumber": "1111111111", "bankId": "BQPA4m3pKae7gxq", "addressLine1": "Test Address Line 1", "addressLine2": "Test Add...
{"type": "object", "properties": {"success": {"type": "boolean", "description": "", "default": true}, "data": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"total": {"type": "integer", "description": "", "default": 2}, "currentPage": {"type": "integer", "description": "", "default": 1}, "p...
e8d32c4b-0925-4a7b-baee-25a3da416df0/89db03a2-8475-42ba-893b-c923bd6ab6c2/1/0
Crypto Address Validation API
Easily validate wallet addresses for the major cryptocurrency networks.
null
Validate
This endpoint validates the provided address, against the chosen network. The response will tell you if the string you provided is a valid wallet address for a specific network. Supported networks: Bitcoin - btc Ethereum - eth Monero - xmr Litecoin - ltc Cardano - ada Neo - neo
200
Example_1
{"network": "btc", "address": "", "valid": true}
{"type": "object", "description": "Used only for Schema generation.", "properties": {"network": {"enum": ["btc", "eth", "xmr", "ltc", "ada", "neo"], "type": "string", "description": "* `btc` - btc\n* `eth` - eth\n* `xmr` - xmr\n* `ltc` - ltc\n* `ada` - ada\n* `neo` - neo"}, "address": {"type": "string", "maxLength": 20...
ac01e6f8-f6ca-4b07-b85e-5c5615da19e4/5038582f-9a85-46e9-b3f4-00e9b278c1be/0/0
cryptoStats
This API will show LIVE stats about the top 10 crypto-currencies in the market
null
Get all stats for the crypto-currencies
This endpoint will return all the live stats about the crypto-currencies
200
Response
[{"cryptoName": "Bitcoin", "price": "$37,950.90", "marketCap": "$719,119,185,349", "volume": "$20,618,585,628", "circulatingSupply": "18,948,675 BTC", "graph": "https://s3.coinmarketcap.com/generated/sparklines/web/7d/2781/1.svg", "cryptoLogo": "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"}, {"cryptoName"...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"cryptoName": {"type": "string"}, "price": {"type": "string"}, "marketCap": {"type": "string"}, "volume": {"type": "string"}, "circulatingSupply": {"type": "string"}, "graph": {"type": "string"}, "cryptoLogo": {"ty...
1737c908-0d9f-44a4-9785-9ae6198a1fed/18cae626-1071-45ad-81bd-b4c01f7642f4/0/0
Stock Analysis
Get the Best Analysis for Any Stock. Get started for Free!
null
Get Price
This endpoint retrieves the current stock price for a specified stock symbol. It allows users to quickly obtain the latest market value of a particular stock, facilitating real-time decision-making.
200
Response
{"symbol": "GOOGL", "price": 119.699997}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbol": {"type": "string"}, "price": {"type": "number"}}, "required": ["price", "symbol"]}
1737c908-0d9f-44a4-9785-9ae6198a1fed/97f3b84c-d2b8-4926-96eb-fd5b00a96157/0/0
Stock Analysis
Get the Best Analysis for Any Stock. Get started for Free!
null
Get Technical Indicators
This endpoint calculates popular technical indicators for a specified stock symbol. It provides insights into the stock's performance based on indicators such as Simple Moving Average (SMA), Relative Strength Index (RSI), etc. The indicators help identify trends, potential entry or exit points, and make informed ...
200
Response
{"symbol": "GOOGL", "indicators": {"sma20": "91.88", "sma50": "93.94", "rsi14": "63.15"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbol": {"type": "string"}, "indicators": {"type": "object", "properties": {"sma20": {"type": "string"}, "sma50": {"type": "string"}, "rsi14": {"type": "string"}}, "required": ["rsi14", "sma20", "sma50"]}}, "required": ["indicators", "symb...
52edc13a-134f-4129-9e77-98b13b2fd01d/95400a02-c398-4914-beda-95a2860ba2ab/0/0
Market Fluent Value Investing Research UK
Integrating Market Fluent's database into your own application is now easy! Its is ideal for investors looking for companies that meet specific criteria of value investing, based on the time-tested methods of Graham and Dodd. We provide high quality database, updated every 24 hours, contains over 4000 companies across ...
null
All companies listed
Currently, we have over 4000 companies that have been reviewed and assessed using the principles set out by Ben Graham in The Intelligent Investor. The return will include Ticker (GENERAL_CODE) and Company name (GENERAL_NAME). The ticker is used to find a company full report. Also, you can is if the company you are int...
200
List All
[{"General_Code": "ACA", "General_Name": "Cr\u00e9dit Agricole S.A"}, {"General_Code": "BNP", "General_Name": "BNP Paribas SA"}, {"General_Code": "DG", "General_Name": "VINCI SA"}, {"General_Code": "EDF", "General_Name": "Electricit\u00e9 de France S.A"}, {"General_Code": "COV", "General_Name": "Covivio"}, {"General_Co...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"General_Code": {"type": "string"}, "General_Name": {"type": "string"}}, "required": ["General_Code", "General_Name"]}}
52edc13a-134f-4129-9e77-98b13b2fd01d/5db9c777-632a-4fd2-b41e-d7ddf80826d7/0/0
Market Fluent Value Investing Research UK
Integrating Market Fluent's database into your own application is now easy! Its is ideal for investors looking for companies that meet specific criteria of value investing, based on the time-tested methods of Graham and Dodd. We provide high quality database, updated every 24 hours, contains over 4000 companies across ...
null
List of UK Companies
This list contains all the UK companies we currently hold in our database. We update our database every month. The return will include Ticker (GENERAL_CODE) and Company name (GENERAL_NAME). The ticker is used to find a company full report. Also, you can is if the company you are interested in, is part of the database.
200
New Example
[{"General_Code": "ADM", "General_Name": "Admiral Group plc"}, {"General_Code": "AZN", "General_Name": "AstraZeneca PLC"}, {"General_Code": "BAB", "General_Name": "Babcock International Group PLC"}, {"General_Code": "BATS", "General_Name": "British American Tobacco p.l.c"}, {"General_Code": "BEZ", "General_Name": "Beaz...
{"type": "array", "items": {"type": "object", "properties": {"General_Code": {"type": "string"}, "General_Name": {"type": "string"}}}}
bfb1db94-9db8-45df-9551-37aa3af1c3e7/1481609f-0af3-4859-8bef-59b8f1e02fbd/0/0
Crypto address validator
Using this API you can check if crypto address is valid or not.
null
isCurrencyValidatable
Check if currency exist in a validation list
200
Example_1
{"validatable": true, "message": ""}
{"type": "object", "properties": {"validatable": {"type": "boolean"}, "message": {"type": "string"}}}
bfb1db94-9db8-45df-9551-37aa3af1c3e7/30656c71-e539-45a0-8d6e-1a5bbc8389f8/0/0
Crypto address validator
Using this API you can check if crypto address is valid or not.
null
isAddressValid
Check if address is valid
200
Example_1
{"valid": true, "message": "Address is valid"}
{"type": "object", "properties": {"valid": {"type": "boolean"}, "message": {"type": "string"}}}
bfb1db94-9db8-45df-9551-37aa3af1c3e7/0653dcb8-e07c-4b40-84c6-73a88718534b/0/0
Crypto address validator
Using this API you can check if crypto address is valid or not.
null
getValidatableCurrencyList
Get validatable currencies
200
Example_1
[{"name": "Bitcoin", "symbol": "btc"}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}}}}
647d8f89-8f6a-4386-a46c-e91c58b511f9/b0b8a698-fb34-4b4e-aa9a-d3446c13fa5a/0/0
NSE BSE listed companies Financial Data
This API provide financial data information like Balance Sheet, Profit & Loss Satatement, Quarterly Statement, Cash Flows, Ratios.
null
Profit & Loss
Profit & Loss
200
New Example
{"period": ["Mar 2012", "Mar 2013", "Mar 2014", "Mar 2015", "Mar 2016", "Mar 2017", "Mar 2018", "Mar 2019", "Mar 2020", "Mar 2021", "Mar 2022", "Mar 2023"], "ttm": [], "sales": ["7025", "2348", "28537", "32502", "34094", "36663", "45524", "38644", "35858", "37440", "63277", "68080", "66074"], "expenses": ["4519", "2006...
{"type": "object", "properties": {"period": {"type": "array", "items": {"type": "string"}}, "ttm": {"type": "array"}, "sales": {"type": "array", "items": {"type": "string"}}, "expenses": {"type": "array", "items": {"type": "string"}}, "operating_profit": {"type": "array", "items": {"type": "string"}}, "opm": {"type": "...
647d8f89-8f6a-4386-a46c-e91c58b511f9/ad5b2b86-2059-4e09-9180-971a11757486/0/0
NSE BSE listed companies Financial Data
This API provide financial data information like Balance Sheet, Profit & Loss Satatement, Quarterly Statement, Cash Flows, Ratios.
null
Ratios
Ratios
200
New Example
{"period": ["Mar 2012", "Mar 2013", "Mar 2014", "Mar 2015", "Mar 2016", "Mar 2017", "Mar 2018", "Mar 2019", "Mar 2020", "Mar 2021", "Mar 2022", "Mar 2023"], "debtor_days": ["24", "22", "17", "13", "21", "15", "16", "19", "8", "11", "13", "9"], "inventory_days": ["280", "2215", "114", "99", "106", "107", "116", "171", "...
{"type": "object", "properties": {"period": {"type": "array", "items": {"type": "string"}}, "debtor_days": {"type": "array", "items": {"type": "string"}}, "inventory_days": {"type": "array", "items": {"type": "string"}}, "days_payable": {"type": "array", "items": {"type": "string"}}, "cash_conversion_cycle": {"type": "...
647d8f89-8f6a-4386-a46c-e91c58b511f9/319922eb-5a90-446f-b422-4423a507e0cb/0/0
NSE BSE listed companies Financial Data
This API provide financial data information like Balance Sheet, Profit & Loss Satatement, Quarterly Statement, Cash Flows, Ratios.
null
Cash Flows
Cash Flows
200
New Example
{"period": ["Mar 2012", "Mar 2013", "Mar 2014", "Mar 2015", "Mar 2016", "Mar 2017", "Mar 2018", "Mar 2019", "Mar 2020", "Mar 2021", "Mar 2022", "Mar 2023"], "cash_from_operating_activity": ["1539", "-128", "2832", "4240", "9845", "8139", "2740", "7699", "7199", "6047", "12564", "12491"], "cash_from_investing_activity":...
{"type": "object", "properties": {"period": {"type": "array", "items": {"type": "string"}}, "cash_from_operating_activity": {"type": "array", "items": {"type": "string"}}, "cash_from_investing_activity": {"type": "array", "items": {"type": "string"}}, "cash_from_financing_activity": {"type": "array", "items": {"type": ...
647d8f89-8f6a-4386-a46c-e91c58b511f9/a96fcf9a-53d3-4090-92d5-c5c96ff20f32/0/0
NSE BSE listed companies Financial Data
This API provide financial data information like Balance Sheet, Profit & Loss Satatement, Quarterly Statement, Cash Flows, Ratios.
null
Balance Sheet
Balance Sheet
200
New Example
{"period": ["Mar 2012", "Mar 2013", "Mar 2014", "Mar 2015", "Mar 2016", "Mar 2017", "Mar 2018", "Mar 2019", "Mar 2020", "Mar 2021", "Mar 2022", "Mar 2023"], "share_capital": ["87", "87", "296", "296", "372", "372", "372", "374", "374", "372", "372", "372"], "reserves": ["12826", "12937", "33382", "33761", "78866", "793...
{"type": "object", "properties": {"period": {"type": "array", "items": {"type": "string"}}, "share_capital": {"type": "array", "items": {"type": "string"}}, "reserves": {"type": "array", "items": {"type": "string"}}, "borrowings": {"type": "array", "items": {"type": "string"}}, "other_liabilities": {"type": "array", "i...
647d8f89-8f6a-4386-a46c-e91c58b511f9/67c7683f-fc24-4e93-8b42-492c0b9f0b81/0/0
NSE BSE listed companies Financial Data
This API provide financial data information like Balance Sheet, Profit & Loss Satatement, Quarterly Statement, Cash Flows, Ratios.
null
Quarterly Results
Quarterly Results
200
New Example
{"period": ["Jun 2020", "Sep 2020", "Dec 2020", "Mar 2021", "Jun 2021", "Sep 2021", "Dec 2021", "Mar 2022", "Jun 2022", "Sep 2022", "Dec 2022", "Mar 2023", "Jun 2023"], "sales": ["6782", "8606", "9661", "12391", "12958", "15123", "16187", "19009", "17913", "16998", "15832", "17337", "15907"], "expenses": ["5578", "6689...
{"type": "object", "properties": {"period": {"type": "array", "items": {"type": "string"}}, "sales": {"type": "array", "items": {"type": "string"}}, "expenses": {"type": "array", "items": {"type": "string"}}, "operating_profit": {"type": "array", "items": {"type": "string"}}, "opm": {"type": "array", "items": {"type": ...
5410ebc6-3b71-4d0a-a108-5989317e060f/3de59f0d-25ea-4b50-bc3c-a282a0bc980b/0/0
CurrencyAPI.net
Real-time currency conversion on 152 currencies and cryptos
9.7
Rates
Get live currency conversion rates of a given currency
400
Api Key not valid
{"error": {"code": 401, "message": "Your API key is not valid"}, "valid": false}
{"properties": {"error": {"properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "type": "object"}, "valid": {"type": "boolean"}}, "type": "object"}
5410ebc6-3b71-4d0a-a108-5989317e060f/3de59f0d-25ea-4b50-bc3c-a282a0bc980b/1/0
CurrencyAPI.net
Real-time currency conversion on 152 currencies and cryptos
9.7
Rates
Get live currency conversion rates of a given currency
200
Rates Response
{"base": "USD", "rates": {"AED": 3.67303, "AFN": 78.2669, "ALL": 100.65313, "AMD": 522.325, "ANG": 1.79472, "AOA": 655.31575, "ARS": 84.02231, "AUD": 1.31348, "AWG": 1.8, "AZN": 1.7, "BAM": 1.5966, "BBD": 2.01879, "BCH": 0.0029104455892197097, "BDT": 84.79156, "BGN": 1.5953, "BHD": 0.37705, "BIF": 1939.59395, "BMD": 1,...
{"properties": {"base": {"type": "string"}, "rates": {"properties": {"AED": {"type": "number"}, "AFN": {"type": "number"}, "ALL": {"type": "number"}, "AMD": {"type": "number"}, "ANG": {"type": "number"}, "AOA": {"type": "number"}, "ARS": {"type": "number"}, "AUD": {"type": "number"}, "AWG": {"type": "number"}, "AZN": {...
2b541465-26f6-4d38-96d3-bf33c4917bc1/24745aae-4136-45a2-b689-a15b2efd8132/0/0
Financial News
Financial news from several newspapers
null
Get News From A Specific Newspaper
Get news of specific newspaper ( Investing, Laa Tribune...) List of newspaper ID available : bfm-bourse-trading-sat | le-point | investing | zone-bourse | les-echos | la-tribune
200
New Example
[{"title": "Le CAC 40 s'est renforc\u00e9, est-ce la fin des corrections\u202f?", "url": "https://fr.investing.com/news/stock-market-news/le-cac-40-sest-renforce-estce-la-fin-des-corrections-2049805", "source": "Investing"}, {"title": "Crypto : Record de flux entrants avec l'arriv\u00e9e des ETF Bitcoin", "url": "https...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
2b541465-26f6-4d38-96d3-bf33c4917bc1/111c4dcc-7788-46a5-9c8b-522f1b6cbd6c/0/0
Financial News
Financial news from several newspapers
null
Get All Financial News
This endpoint will return back all financial and economic news
200
New Example
[{"title": "Pioneer Natural Resources a perdu 501 millions de dollars sur les op\u00e9rations de couverture au troisi\u00e8me trimestre -d\u00e9claration", "url": "https://www.zonebourse.com//actualite-bourse/Pioneer-Natural-Resources-a-perdu-501-millions-de-dollars-sur-les-operations-de-couverture-au-troisi--36777662/...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
3330a4fa-bf99-4dc7-98ea-32764a4ed4ba/f208af0e-ea38-4e20-9240-b5bc3cadf61d/0/0
Euro exchange rates ECB
Get the exchange rates provided by European Central Bank (ECB). 41 currencies quoted against the euro. Data since 1999.
0
Get euro exchange rates
The value returned is the exchange rate for the specified date. If there is no data (as in closing days) then the value is empty and there is an error text.
200
Response
{"value": "1.1312"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}
77704760-9cbe-4b25-9184-3ebf33b3528b/ae64ae3b-d808-49ee-a791-f22833804827/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Symbols List
You can get all the list of supported currencies short names by below API.
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:36:04 UTC"}, "msg": "Successfully", "response": [{"decimal": "4", "id": "1", "name": "Euro US Dollar", "symbol": "EUR/USD"}, {"decimal": "4", "id": "2", "name": "Euro Swiss Franc", "symbol": "EUR/CHF"}, {"decimal": "2", "id": "3", "name": "Euro Jap...
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 14:36:04 UTC"}, "msg": "Successfully", "response": [{"decimal": "4", "id": "1", "name": "Euro US Dollar", "symbol": "EUR/USD"}, {"decimal": "4", "id": "2", "name": "Euro Swiss Franc", "symbol": "EUR/CHF"}, {"decimal": "2", "id": "3", "name": "Euro Jap...
77704760-9cbe-4b25-9184-3ebf33b3528b/324193ee-cffc-41a1-9b3c-f5677c99d419/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Currency Profile Detail
You can get all the details about Forex currencies.
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 12:05:29 UTC"}, "msg": "Successfully", "response": [{"bank": "Swiss National Bank", "banknotes": "10 francs, 20 francs, 50 francs, 200 francs, 1000 francs, 100 francs", "banknotes_2": "10 francs, 20 francs, 50 francs, 200 francs, 1000 francs, 100 fran...
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 12:05:29 UTC"}, "msg": "Successfully", "response": [{"bank": "Swiss National Bank", "banknotes": "10 francs, 20 francs, 50 francs, 200 francs, 1000 francs, 100 francs", "banknotes_2": "10 francs, 20 francs, 50 francs, 200 francs, 1000 francs, 100 fran...
77704760-9cbe-4b25-9184-3ebf33b3528b/5137b96f-429f-4ff4-83ab-f12f521edff0/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Latest Price
Forex latest price API is very useful.
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 12:03:27 UTC"}, "msg": "Successfully", "response": [{"a": "1.21662", "b": "1.21627", "c": "1.21640", "ch": "-0.00911", "cp": "-0.74%", "h": "1.22358", "id": "1", "l": "1.21291", "o": "1.22551", "s": "EUR/USD", "sp": "3.50", "t": "1608552196", "tm": "2...
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"price_1x_EUR": {"type": "string"}, "price_1x_USD": {"type": "string"}, "total": {"type": "string"}}, "t...
77704760-9cbe-4b25-9184-3ebf33b3528b/fd623a06-076a-40e6-b0e2-cfce6bfe275f/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Last Candle
We provide the last candle price of a currency
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 15:01:46 UTC"}, "msg": "Successfully", "response": [{"a": "1.22145", "b": "1.2211", "c": "1.22123", "ch": "0", "cp": "0%", "h": "1.22360", "id": "1", "l": "1.21291", "o": "1.22123", "s": "EUR/USD", "sp": "3.50", "t": "1608508800", "tm": "2020-12-21 00...
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"price_1x_EUR": {"type": "string"}, "price_1x_USD": {"type": "string"}, "total": {"type": "string"}}, "t...
77704760-9cbe-4b25-9184-3ebf33b3528b/eeaeab97-54ab-41cc-81fe-e5aaab5e2006/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Economy Calendar
Get real-time indicators as economic events are announced and see the immediate impact of global markets, including past, forecast, and actual figures.
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 12:25:05 UTC"}, "msg": "Successfully", "response": [{"actual": "", "comment": "", "country": "JP", "currency": "JPY", "date": "2020-12-21 05:00:00", "forecast": "", "importance": "1", "indicator": "Chain Store Sales YY*", "period": "Nov. 2020", "previ...
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 12:25:05 UTC"}, "msg": "Successfully", "response": [{"actual": "", "comment": "", "country": "JP", "currency": "JPY", "date": "2020-12-21 05:00:00", "forecast": "", "importance": "1", "indicator": "Chain Store Sales YY*", "period": "Nov. 2020", "previ...
77704760-9cbe-4b25-9184-3ebf33b3528b/295dc82e-b912-4621-a2a0-359930db7425/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Base Currency
On the base of 1 currency, it will return all quote prices of all available currencies.
200
Response
{"code": 200, "info": {"base": "USD", "credit_count": 1, "server_time": "2020-12-21 12:09:51 UTC", "type": "forex"}, "msg": "Successfully", "response": {"AED": "3.67325", "AFN": "77.13", "ALL": "101.5157", "AMD": "522.253", "ANG": "1.79508", "ARS": "82.7335153", "AUD": "1.331168", "AZN": "1.6992", "BAM": "1.6066568", "...
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"price_1x_EUR": {"type": "string"}, "price_1x_USD": {"type": "string"}, "total": {"type": "string"}}, "t...
77704760-9cbe-4b25-9184-3ebf33b3528b/a34aae75-76ba-4d02-8e35-f12357745695/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Search
This API is like website search. You can search all currency with similar name. It will search in currency full name and short name.
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 12:29:00 UTC"}, "msg": "Successfully", "response": [{"decimal": "4", "id": "1", "name": "Euro US Dollar", "short_name": "EUR/USD", "type": "forex"}, {"decimal": "4", "id": "5", "name": "Euro New Zealand Dollar", "short_name": "EUR/NZD", "type": "forex...
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-21 12:29:00 UTC"}, "msg": "Successfully", "response": [{"decimal": "4", "id": "1", "name": "Euro US Dollar", "short_name": "EUR/USD", "type": "forex"}, {"decimal": "4", "id": "5", "name": "Euro New Zealand Dollar", "short_name": "EUR/NZD", "type": "forex...
77704760-9cbe-4b25-9184-3ebf33b3528b/8f1bcb57-c5e6-4dfe-a955-3ae2e297d40b/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Technical Indicator
The Collection of Indicators Powerful & Profitable Forex Trading
200
Response
{"code": 200, "info": {"credit_count": 1, "decimal": "4", "disclaimer": "Note: These Prices, Market trends and signals are not develop for trading purpose. Therefore we doesn`t bear any responsibility for any trading losses you might incur as a result of using this data.", "id": "1", "period": "1d", "server_time": "202...
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"price_1x_EUR": {"type": "string"}, "price_1x_USD": {"type": "string"}, "total": {"type": "string"}}, "t...
77704760-9cbe-4b25-9184-3ebf33b3528b/0a6cd2ff-acd3-42f6-83d7-d225fdd7f065/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Currency Converter
Convert Price From 1 Currency To Subject Currency
200
Response
{"code": 200, "info": {"credit_count": 1, "server_time": "2020-12-22 06:15:36 UTC"}, "msg": "Successfully", "response": {"price_1x_EUR": "0.81817", "price_1x_USD": "1.22224", "total": "244.448"}, "status": true}
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"price_1x_EUR": {"type": "string"}, "price_1x_USD": {"type": "string"}, "total": {"type": "string"}}, "t...
77704760-9cbe-4b25-9184-3ebf33b3528b/342b0137-7198-42c1-8ed8-9928919e22cc/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Moving Averages (MA Lines)
Moving Average (MA) is a trend indicator.
200
Response
{"code": 200, "info": {"credit_count": 1, "decimal": "4", "disclaimer": "Note: These Prices, Market trends and signals are not develop for trading purpose. Therefore we doesn`t bear any responsibility for any trading losses you might incur as a result of using this data.", "id": "1", "period": "1d", "server_time": "202...
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"price_1x_EUR": {"type": "string"}, "price_1x_USD": {"type": "string"}, "total": {"type": "string"}}, "t...
77704760-9cbe-4b25-9184-3ebf33b3528b/40a0240f-1343-4e49-a44a-48b5c2d4a620/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Pivot Points
In financial markets, a pivot point
200
Response
{"code": 200, "info": {"credit_count": 1, "decimal": "4", "disclaimer": "Note: These Prices, Market trends and signals are not develop for trading purpose. Therefore we doesn`t bear any responsibility for any trading losses you might incur as a result of using this data.", "id": "1", "period": "1d", "server_time": "202...
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"price_1x_EUR": {"type": "string"}, "price_1x_USD": {"type": "string"}, "total": {"type": "string"}}, "t...
77704760-9cbe-4b25-9184-3ebf33b3528b/76e92e0f-36f5-42ec-bc6d-ee599ff8cbae/0/0
Forex
The FCS delivering real-time 145+ country and 2000+ forex currencies combination prices rates.
null
Historical Price
You want to know about the historical exchange prices
200
Response
{"code": 200, "info": {"credit_count": 1, "decimal": "4", "id": "1", "period": "1d", "server_time": "2020-12-21 12:14:33 UTC", "symbol": "EUR/USD"}, "msg": "Successfully", "response": [{"c": "1.115", "h": "1.11525", "l": "1.10795", "o": "1.1112", "t": 1572393600, "tm": "2019-10-30 00:00:00", "v": "71387"}, {"c": "1.115...
{"properties": {"code": {"type": "integer"}, "info": {"properties": {"credit_count": {"type": "integer"}, "server_time": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}, "response": {"properties": {"price_1x_EUR": {"type": "string"}, "price_1x_USD": {"type": "string"}, "total": {"type": "string"}}, "t...
93ef82fc-fcdd-4636-938b-159d5838dcaa/b3fe7b35-d4f8-4dc5-a7c9-631648b33acb/0/0
PIX QR-Code
Generate Brazilian digital payment PIX QR-codes
null
Main endpoint
This generates the QRCODE for PIX. The required parameter is key (which is any valid PIX key, this will be the recipient for the funds). Other parameters are optional, have strict syntax and are described in the example below.
200
Response
{"payload": "00020126410014BR.GOV.BCB.PIX0119example@example.net52040000530398654043.995802BR5909UNDEFINED6009UNDEFINED610880010000621005061234566304265B", "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAADECAYAAADApo5rAAAAAklEQVR4AewaftIAAAjASURBVO3BQY4kx7IgQdVA3f/KOsRfOGzlQCCzms03JmL/YK31fx7WWsfDWut4WGsd...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"payload": {"type": "string"}, "image": {"type": "string"}}, "required": ["image", "payload"]}
61932ab2-eefe-4ae3-8588-e13bf5d7a3c2/d7a0432c-c0bb-4787-83e0-bceec765af40/1/0
Finazon Forex
Finazon Forex API
6
/tickers/forex
Returns a list of forex ticker symbols (pairs). This list is updated daily.
200
Example_1
{"data": [{"ticker": ""}], "meta": {"pagination": {"page": 0, "per_page": 0}}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "required": ["ticker"], "properties": {"ticker": {"description": "Instrument symbol (ticker)", "type": "string", "x-go-name": "Ticker"}}, "x-go-package": "gitlab.com/finazon/api/model/entity"}, "x-go-name": "Data"}, "meta": {"type":...
61932ab2-eefe-4ae3-8588-e13bf5d7a3c2/1fbd273a-f0c3-47eb-8401-3e3e1934671b/0/0
Finazon Forex
Finazon Forex API
6
/forex/time_series
This endpoint returns a time series of data points for any given ticker.
200
Example_1
[{"c": 0, "h": 0, "l": 0, "o": 0, "t": 0, "v": 0}]
{"type": "array", "items": {"description": "QuoteItem represents a bar quote at the trading interval", "type": "object", "properties": {"c": {"description": "Closing price at the end of the trading interval", "type": "number", "format": "double", "x-go-name": "C", "minimum": -1.7976931348623157e+308, "maximum": 1.79769...
3e21fcb7-5249-4ee1-8db2-fb5b50e48eb8/03bc8ebe-e976-4e79-a00e-80dc828e18e1/0/0
Turkish Market Exchange Rates
an Api showing all the latest Turkish Market Exchange rates
null
Get Exchange Rates Using Symbols
Get exchange rates using symbols.
200
New Example
{"base": "TRY", "lastupdate": "2021-10-31 14:23:49", "message": [{"status": "Success"}], "data": [{"code": "USD", "name": "DOLAR", "rate": "9,5907"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"base": {"type": "string"}, "lastupdate": {"type": "string"}, "message": {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]}}, "data": {"type": "array", "items": {"type": "objec...
3e21fcb7-5249-4ee1-8db2-fb5b50e48eb8/c915e84e-8c2a-4878-82c9-9212a0f52b73/0/0
Turkish Market Exchange Rates
an Api showing all the latest Turkish Market Exchange rates
null
Get All Currency Symbols and Name
Displays all currency symbols and names.
200
New Example
{"data": [{"code": "gram-altin", "name": "GRAM ALTIN"}, {"code": "USD", "name": "DOLAR"}, {"code": "EUR", "name": "EURO"}, {"code": "GBP", "name": "STERL\u0130N"}, {"code": "XU100", "name": "BIST 100"}, {"code": "bitcoin", "name": "BITCOIN"}, {"code": "gumus", "name": "G\u00dcM\u00dc\u015e"}, {"code": "TAHVIL", "name":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}}}, "required": ["data"]}
3e21fcb7-5249-4ee1-8db2-fb5b50e48eb8/7dc144b4-70be-430f-8a69-65d9958f481c/0/0
Turkish Market Exchange Rates
an Api showing all the latest Turkish Market Exchange rates
null
Get All Exchange Rate
This endpoint will return all Exchange Rate
200
New Example
{"lastupdate": "2021-10-30 13:21:41", "data": [{"code": "gram-altin", "name": "GRAM ALTIN", "rate": "550,08"}, {"code": "USD", "name": "DOLAR", "rate": "9,5907"}, {"code": "EUR", "name": "EURO", "rate": "11,1573"}, {"code": "GBP", "name": "STERL\u0130N", "rate": "13,1775"}, {"code": "XU100", "name": "BIST 100", "rate":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lastupdate": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "rate": {"type": "string"}}, "required": ["code", "name", "rate"]}}}, "required": ...
5b200293-5eaa-4e04-a919-ab35c98a1e4b/d71ccd20-2f31-4d7f-94ae-6c7e197c6939/0/0
Forex News Alerts
Instant financial market news update API service for major Forex indexes. Feel free to use our service for mobile / web alerting services or even for you to get the latest FX news.
8.3
Get Forex Article Details
This endpoint provides details for a given Forex article token. Sample request: GET { /api/v1/ForexArticleDetails/3bbfaafd-dd32-4e79-a65f-50730b8ffeb1:AUDUSD-20201013 }
400
Example_1
{"detail": "", "instance": "", "status": 0, "title": ""}
{"additionalProperties": {"additionalProperties": false, "type": "object"}, "properties": {"detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}, "status": {"format": "int32", "maximum": 2147483647, "minimum": -2147483648, "type": ["integer", "null"]}, "title": {"type": ["string", "null"]}, "...
5b200293-5eaa-4e04-a919-ab35c98a1e4b/d71ccd20-2f31-4d7f-94ae-6c7e197c6939/1/0
Forex News Alerts
Instant financial market news update API service for major Forex indexes. Feel free to use our service for mobile / web alerting services or even for you to get the latest FX news.
8.3
Get Forex Article Details
This endpoint provides details for a given Forex article token. Sample request: GET { /api/v1/ForexArticleDetails/3bbfaafd-dd32-4e79-a65f-50730b8ffeb1:AUDUSD-20201013 }
401
Example_1
{"detail": "", "instance": "", "status": 0, "title": ""}
{"additionalProperties": {"additionalProperties": false, "type": "object"}, "properties": {"detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}, "status": {"format": "int32", "maximum": 2147483647, "minimum": -2147483648, "type": ["integer", "null"]}, "title": {"type": ["string", "null"]}, "...
5b200293-5eaa-4e04-a919-ab35c98a1e4b/d71ccd20-2f31-4d7f-94ae-6c7e197c6939/3/0
Forex News Alerts
Instant financial market news update API service for major Forex indexes. Feel free to use our service for mobile / web alerting services or even for you to get the latest FX news.
8.3
Get Forex Article Details
This endpoint provides details for a given Forex article token. Sample request: GET { /api/v1/ForexArticleDetails/3bbfaafd-dd32-4e79-a65f-50730b8ffeb1:AUDUSD-20201013 }
200
Example_1
{"errorMessage": "N/A", "friendlyFormattedDate": "Friday, 16 October 2020", "result": {"articleId": 16042031, "articlePublicUrl": "https://www.w3livenews.com/Business/2020/10/16/AUD-USD-Year-end-forecast-of-0-73-intact-despite-the-shift-to-QE-\u2013-ANZ/16042031", "articleShortUrl": "https://tinyurl.com/yynpkd8e", "pub...
{"additionalProperties": false, "properties": {"errorMessage": {"type": ["string", "null"]}, "friendlyFormattedDate": {"type": ["string", "null"]}, "result": {"additionalProperties": false, "properties": {"articleId": {"format": "int32", "maximum": 2147483647, "minimum": -2147483648, "type": "integer"}, "articlePublicU...