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
c9b6e86b-5e7a-41b7-9a59-6c6178f0cc76/84a3114f-ce73-4be8-83dc-15c07b25b540/0/0
JP Funda
JP Funda API is an API that provides fundamental information based on the securities report data of Japanese companies in Json format.
5.9
getDisclosedToday
Return securities report data disclosed today Note: If the company doesn't have a consolidated subsidiary, all of consolidated management indicators become null. But you can obtain data instead of consolidated management indicators from non consolidated management indicators
200
New Example
[{"beginning_of_year": "2020-01-01", "company_name": "LTS, Inc.", "consolidated_management_indicators": {"average_number_of_temporary_workers": 22, "basic_earnings_loss_per_share": 66.47, "cash_and_cash_equivalents": 2479226000, "cash_flows_from_used_in_financing_activities": 988730000, "cash_flows_from_used_in_investi...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"beginning_of_year": {"type": "string"}, "company_name": {"type": "string"}, "consolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": ["integer", "null...
c9b6e86b-5e7a-41b7-9a59-6c6178f0cc76/d31f2257-9dec-4b7c-ab3f-7a4aa6bfb687/0/0
JP Funda
JP Funda API is an API that provides fundamental information based on the securities report data of Japanese companies in Json format.
5.9
getDisclosedYesterday
Return securities report data disclosed yesterday Note: If the company doesn't have a consolidated subsidiary, all of consolidated management indicators become null. But you can obtain data instead of consolidated management indicators from non consolidated management indicators
200
New Example
[{"beginning_of_year": "2020-01-01", "company_name": "B-R 31 ICE CREAM CO.,LTD.", "consolidated_management_indicators": {"average_number_of_temporary_workers": null, "basic_earnings_loss_per_share": null, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_from_used_in_i...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"beginning_of_year": {"type": "string"}, "company_name": {"type": "string"}, "consolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "null"}, "basic_e...
c9b6e86b-5e7a-41b7-9a59-6c6178f0cc76/9c6aedb2-0a2a-49bc-94a3-e48f3950660d/0/0
JP Funda
JP Funda API is an API that provides fundamental information based on the securities report data of Japanese companies in Json format.
5.9
getDisclosedWeek
Return securities report data disclosed within this week include today. Note: If the company doesn't have a consolidated subsidiary, all of consolidated management indicators become null. But you can obtain data instead of consolidated management indicators from non consolidated management indicators
200
New Example
[{"beginning_of_year": "2020-04-01", "company_name": "FUJISOFT SERVICE BUREAU INCORPORATED", "consolidated_management_indicators": {"average_number_of_temporary_workers": null, "basic_earnings_loss_per_share": null, "cash_and_cash_equivalents": null, "cash_flows_from_used_in_financing_activities": null, "cash_flows_fro...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"beginning_of_year": {"type": "string"}, "company_name": {"type": "string"}, "consolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": ["integer", "null...
c9b6e86b-5e7a-41b7-9a59-6c6178f0cc76/a2f16517-2097-45b5-b708-0cbc4ef2a42d/0/0
JP Funda
JP Funda API is an API that provides fundamental information based on the securities report data of Japanese companies in Json format.
5.9
getDisclosedDateRange
Return securities report data Specified by the date range. Note: This endpoint requires the 2 query parameters, start_date and end_date Note: max date range is 31 days. if you want longer date range data, need to requesting API twice or more.
200
New Example
[{"beginning_of_year": "2019-03-01", "company_name": "ABC-MART,INC.", "consolidated_management_indicators": {"average_number_of_temporary_workers": 2629, "basic_earnings_loss_per_share": 359.92, "cash_and_cash_equivalents": 149173000000, "cash_flows_from_used_in_financing_activities": -15652000000, "cash_flows_from_use...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"beginning_of_year": {"type": "string"}, "company_name": {"type": "string"}, "consolidated_management_indicators": {"type": "object", "properties": {"average_number_of_temporary_workers": {"type": "integer"}, "basi...
476d8964-7f70-41fa-896e-916692568a51/2ac590cb-1104-4994-bef1-dfa1789b1bee/0/0
Currency Conversion
Realtime Currency Conversion Api
null
Codes
Get all currancy codes available
200
Response
{"success": true, "data": {"AED": "UAE Dirham", "AFD": "Afghan Afghani", "ALL": "Albanian Lek", "AMD": "Armenian Dram", "ANG": "Netherlands Antillean Guilder", "AOA": "Angolan Kwanza", "ARS": "Argentine Peso", "AUD": "Australian Dollar", "AWG": "Aruban Florin", "AZN": "Azerbaijani Manat", "BAM": "Bosnia-Herzegovina Con...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"AED": {"type": "string"}, "AFD": {"type": "string"}, "ALL": {"type": "string"}, "AMD": {"type": "string"}, "ANG": {"type": "string"}, "AOA": {"type": "string"}, "ARS"...
476d8964-7f70-41fa-896e-916692568a51/71d9e0b4-db79-4ef0-8a3b-da1cd6b8b135/0/0
Currency Conversion
Realtime Currency Conversion Api
null
Convert
Convert Amount From To
200
Response
{"result": "14,996.7753"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "string"}}, "required": ["result"]}
532eeb6c-8a45-47d2-be31-4cc3e2318cd5/e87df9c6-abc5-4c16-9735-0d318b6c4a9f/0/0
ESG Risk Ratings for Stocks
ESG Risk Ratings assess the degree to which a company's enterprise business value is at risk driven by environmental, social and governance issues. Rating companies along ESG dimensions allows socially conscious investors to screen potential investments to fit with their investment goals and values.
7.7
ESG Risk Rating
The final ESG Risk Rating is a measure of unmanaged risk on a grading scale of A through F, with A signaling less ESG Risk. Controversy Risk is rated on a grading scale A through F, with F denoting the most serious controversy with the largest potential impact.
200
Response
{"AAPL": {"Controversy Score": "C", "Environment Score": "A", "Governance Score": "C", "Social Score": "C", "Total ESG Score": "B"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AAPL": {"type": "object", "properties": {"Controversy Score": {"type": "string"}, "Environment Score": {"type": "string"}, "Governance Score": {"type": "string"}, "Social Score": {"type": "string"}, "Total ESG Score": {"type": "string"}}, "...
553dcba7-bbb5-47e3-8656-013a8093e261/d0826bd1-4fd3-438d-93aa-f481cf7c1645/0/0
Black-Scholes
Provide Black-Scholes Price and Greeks for Vanilla Calls and Puts
null
price
Calculate the Price & Greeks of Vanilla Call or Put
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
553dcba7-bbb5-47e3-8656-013a8093e261/d0826bd1-4fd3-438d-93aa-f481cf7c1645/1/0
Black-Scholes
Provide Black-Scholes Price and Greeks for Vanilla Calls and Puts
null
price
Calculate the Price & Greeks of Vanilla Call or Put
200
Example_1
{"time_to_maturity": 0, "price": 0, "delta": 0, "gamma": 0, "vega": 0, "theta": 0}
{"title": "PriceResponse", "required": ["time_to_maturity", "price", "delta", "gamma", "vega", "theta"], "type": "object", "properties": {"time_to_maturity": {"title": "Time To Maturity", "type": "number", "description": "Time-to-Maturity expressed in years"}, "price": {"title": "Price", "type": "number", "description"...
b2af3763-96cc-438e-b64f-6e598e453198/a39c4370-fa5e-4732-af84-c73ca72e698b/0/0
Supportnresistance
API for obtaining support and resistance stock prices. Please visit our website at https://supportnresistance.com/ for more details
null
Monthly
Get the upper and lower Monthly support & resistance limit price (stock price 1 Hour interval delayed 30min)
200
MONTHLY RESPONSE
{"ticker": "AAPL", "monthly": {"nearestLow": 176.149993, "nearestHigh": 182.940002, "updatedAt": 1685460631}}
{"type": "object", "properties": {"ticker": {"type": "string"}, "monthly": {"type": "object", "properties": {"nearestLow": {"type": "number"}, "nearestHigh": {"type": "number"}, "updatedAt": {"type": "integer"}}}}}
b2af3763-96cc-438e-b64f-6e598e453198/2aa11258-3b42-4bf2-abd7-318c0af368cc/0/0
Supportnresistance
API for obtaining support and resistance stock prices. Please visit our website at https://supportnresistance.com/ for more details
null
Weekly
Get the upper and lower weekly support & resistance limit price (stock price 1 Hour interval delayed 30min)
200
WEEKLY RESPONSE
{"_id": "", "AAPL": {"weekly": {"nearestLow": 0, "nearestHigh": 0, "updatedAt": 0}}}
{"type": "object", "properties": {"_id": {"type": "string"}, "AAPL": {"type": "object", "properties": {"weekly": {"type": "object", "properties": {"nearestLow": {"type": "number"}, "nearestHigh": {"type": "number"}, "updatedAt": {"type": "integer"}}}}}}}
a11bfb56-f996-4a34-9152-b9ddf4e1fd77/004d27c4-a27a-492b-9dce-4355973756f4/0/0
StockSearch
Search for stocks by name, ticker symbol, or description
null
Company Profile
Get a company profile containing information such as a description, sector, address, etc.
200
Response
{"name": "Apple Inc", "symbol": "AAPL", "region": "US", "securityType": "Stock", "bio": "Apple Inc. is a multinational corporation that designs, manufactures, and sells smartphones, laptops, tablets, wearables, and accessories. Apple also licenses its intellectual property and provides services such as Apple Arcade, a ...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "region": {"type": "string"}, "securityType": {"type": "string"}}}}
a11bfb56-f996-4a34-9152-b9ddf4e1fd77/5aafe6cd-7617-4d40-97f9-cd611643d59d/0/0
StockSearch
Search for stocks by name, ticker symbol, or description
null
Query Stocks V2
Search stocks by name, symbol, or related item.
200
Related Item Search
{"results": [{"name": "Yum Brands Inc.", "symbol": "YUM", "shortBio": "Brands, Inc. develops, runs, and franchises quick service restaurants around the world through its subsidiaries.", "region": "US", "securityType": "Stock"}, {"name": "Yum China Holdings Inc", "symbol": "YUMC", "shortBio": "Yum China Holdings, Inc. i...
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "shortBio": {"type": "string"}, "region": {"type": "string"}, "securityType": {"type": "string"}}}}, "total": {"type": "integer"}}}
a11bfb56-f996-4a34-9152-b9ddf4e1fd77/80d12afe-9f91-4e25-8b8c-bba3d994be06/0/0
StockSearch
Search for stocks by name, ticker symbol, or description
null
Query Stocks
Search stocks by name or symbol
200
Company Name Search
[{"name": "Apple Inc", "symbol": "AAPL", "shortBio": "Apple Inc. is a multinational corporation that designs, manufactures, and sells smartphones, laptops, tablets, wearables, and accessories.", "region": "US", "securityType": "Stock"}, {"name": "Apple Hospitality REIT Inc", "symbol": "APLE", "shortBio": "Apple Hospita...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "shortBio": {"type": "string"}, "region": {"type": "string"}, "securityType": {"type": "string"}}}}
5c189480e4b0b136b4743a65/2e0b16d4-a66b-469e-bc18-b60cec60661b/0/0
Yahoo Finance
This API reproduces live PUBLIC data and features of finance.yahoo.com. The response data is always live and synced with the site at request time. You are going to get almost everything that you see PUBLICLY on the site.
9.9
stock/v2/get-financials
Get Income Statement data in Financials section * If you want to get Quarterly data, you need to use .../stock/v2/get-timeseries endpoint instead.
200
Example_1
{"cashflowStatementHistory": {"cashflowStatements": [{"changeToLiabilities": {"raw": 39258000, "fmt": "39.26M", "longFmt": "39,258,000"}, "totalCashflowsFromInvestingActivities": {"raw": -58000, "fmt": "-58k", "longFmt": "-58,000"}, "netBorrowings": {"raw": -14690000, "fmt": "-14.69M", "longFmt": "-14,690,000"}, "total...
{"type": "object", "properties": {"cashflowStatementHistory": {"type": "object", "properties": {"cashflowStatements": {"type": "array", "items": {"type": "object", "properties": {"changeToLiabilities": {"type": "object", "properties": {"raw": {"type": "integer"}, "fmt": {"type": "string"}, "longFmt": {"type": "string"}...
5c189480e4b0b136b4743a65/f787ce0f-17f7-40cf-a731-f141fd61cc08/0/0
Yahoo Finance
This API reproduces live PUBLIC data and features of finance.yahoo.com. The response data is always live and synced with the site at request time. You are going to get almost everything that you see PUBLICLY on the site.
9.9
stock/v2/get-profile (Deprecating)
Get data in Profile section
200
Example_1
{"quoteType": {"exchange": "NGM", "shortName": "Amarin Corporation plc", "longName": "Amarin Corporation plc", "exchangeTimezoneName": "America/New_York", "exchangeTimezoneShortName": "EDT", "isEsgPopulated": false, "gmtOffSetMilliseconds": "-14400000", "underlyingSymbol": null, "quoteType": "EQUITY", "symbol": "AMRN",...
{"type": "object", "properties": {"quoteType": {"type": "object", "properties": {"exchange": {"type": "string"}, "shortName": {"type": "string"}, "longName": {"type": "string"}, "exchangeTimezoneName": {"type": "string"}, "exchangeTimezoneShortName": {"type": "string"}, "isEsgPopulated": {"type": "boolean"}, "gmtOffSet...
5c189480e4b0b136b4743a65/a815f299-6175-4485-a889-910ce517111b/0/0
Yahoo Finance
This API reproduces live PUBLIC data and features of finance.yahoo.com. The response data is always live and synced with the site at request time. You are going to get almost everything that you see PUBLICLY on the site.
9.9
stock/v3/get-statistics (Deprecating)
Get data in Statistics section
200
Example_1
{"quoteType": {"exchange": "NGM", "shortName": "Amarin Corporation plc", "longName": "Amarin Corporation plc", "exchangeTimezoneName": "America/New_York", "exchangeTimezoneShortName": "EDT", "isEsgPopulated": false, "gmtOffSetMilliseconds": "-14400000", "underlyingSymbol": null, "quoteType": "EQUITY", "symbol": "AMRN",...
{"type": "object", "properties": {"quoteType": {"type": "object", "properties": {"exchange": {"type": "string"}, "shortName": {"type": "string"}, "longName": {"type": "string"}, "exchangeTimezoneName": {"type": "string"}, "exchangeTimezoneShortName": {"type": "string"}, "isEsgPopulated": {"type": "boolean"}, "gmtOffSet...
5c189480e4b0b136b4743a65/a9970c26-e7e7-44d0-8b33-bbe7d0ab3b5c/0/0
Yahoo Finance
This API reproduces live PUBLIC data and features of finance.yahoo.com. The response data is always live and synced with the site at request time. You are going to get almost everything that you see PUBLICLY on the site.
9.9
stock/v2/get-holdings
Get data in Holdings tab (it must be Mutual fun stock to have this tab displayed)
200
Example
{"defaultKeyStatistics": {"annualHoldingsTurnover": {"raw": 0.6, "fmt": "60.00%"}, "enterpriseToRevenue": {}, "beta3Year": {"raw": 1.01, "fmt": "1.01"}, "profitMargins": {}, "enterpriseToEbitda": {}, "52WeekChange": {}, "morningStarRiskRating": {"raw": 2, "fmt": "2", "longFmt": "2"}, "forwardEps": {}, "revenueQuarterly...
{"type": "object", "properties": {"quoteType": {"type": "object", "properties": {"exchange": {"type": "string"}, "shortName": {"type": "string"}, "longName": {"type": "string"}, "exchangeTimezoneName": {"type": "string"}, "exchangeTimezoneShortName": {"type": "string"}, "isEsgPopulated": {"type": "boolean"}, "gmtOffSet...
5c189480e4b0b136b4743a65/e5297b92-dd65-452d-91fc-2918e522118c/0/0
Yahoo Finance
This API reproduces live PUBLIC data and features of finance.yahoo.com. The response data is always live and synced with the site at request time. You are going to get almost everything that you see PUBLICLY on the site.
9.9
stock/v2/get-timeseries
Get more data in Financials section
200
Example_1
{"timeseries": {"result": [{"meta": {"symbol": ["IBM"], "type": ["quarterlySellingGeneralAndAdministration"]}, "timestamp": [1538265600, 1546214400, 1553990400, 1561852800, 1569801600], "quarterlySellingGeneralAndAdministration": [{"dataId": 20159, "asOfDate": "2018-09-30", "periodType": "3M", "currencyCode": "USD", "r...
{"type": "object", "properties": {"timeseries": {"type": "object", "properties": {"result": {"type": "array", "items": {"type": "object"}}, "error": {"type": "null"}}}}}
5c189480e4b0b136b4743a65/aeccfc9c-66eb-4f4a-abf5-c14d952e09f6/0/0
Yahoo Finance
This API reproduces live PUBLIC data and features of finance.yahoo.com. The response data is always live and synced with the site at request time. You are going to get almost everything that you see PUBLICLY on the site.
9.9
stock/v2/get-statistics (Deprecating)
Get data in Statistics section
200
Example_1
{"quoteType": {"exchange": "NGM", "shortName": "Amarin Corporation plc", "longName": "Amarin Corporation plc", "exchangeTimezoneName": "America/New_York", "exchangeTimezoneShortName": "EDT", "isEsgPopulated": false, "gmtOffSetMilliseconds": "-14400000", "underlyingSymbol": null, "quoteType": "EQUITY", "symbol": "AMRN",...
{"type": "object", "properties": {"quoteType": {"type": "object", "properties": {"exchange": {"type": "string"}, "shortName": {"type": "string"}, "longName": {"type": "string"}, "exchangeTimezoneName": {"type": "string"}, "exchangeTimezoneShortName": {"type": "string"}, "isEsgPopulated": {"type": "boolean"}, "gmtOffSet...
9081f417-9507-4b95-9d20-f53cd6b4c6d6/f1f4a894-184c-439c-a61a-3b53d87a052d/0/0
FancyOptions
Find your edge with the stock options strategy scanner. Monitor stock options with your options chain endpoints.
0.3
Options Chain
This endpoint returns the an options chain for a given ticker and expiration date. Date format. YYYY-MM-DD
200
options Chain
{"options": {"calls": [{"ask": 248.15, "bid": 245.65, "change": 0, "contractSize": "REGULAR", "contractSymbol": "AAPL201218C00115000", "currency": "USD", "impliedVolatility": 1.0000000000000003e-05, "inTheMoney": true, "lastPrice": 199, "lastTradeDate": "Mon, 22 Jun 2020 22:38:30 GMT", "openInterest": 0, "percentChange...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"options": {"type": "object", "properties": {"calls": {"type": "array", "items": {"type": "object", "properties": {"ask": {"type": "number"}, "bid": {"type": "number"}, "change": {"type": "number"}, "contractSize": {"type": "string"}, "contr...
9081f417-9507-4b95-9d20-f53cd6b4c6d6/447bb558-e973-4530-933c-b338fbdce90b/0/0
FancyOptions
Find your edge with the stock options strategy scanner. Monitor stock options with your options chain endpoints.
0.3
Options Expirations
This endpoint returns the expirations for a given ticker.
200
Options Expirations
{"options": {"expirations": ["2020-07-09", "2020-07-16", "2020-07-23", "2020-07-30", "2020-08-06", "2020-08-20", "2020-09-17", "2020-10-15", "2020-11-19", "2020-12-17", "2021-01-14", "2021-06-17", "2021-09-16", "2022-01-20", "2022-06-16", "2022-09-15"], "symbol": "AAPL"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"options": {"type": "object", "properties": {"expirations": {"type": "array", "items": {"type": "string"}}, "symbol": {"type": "string"}}, "required": ["expirations", "symbol"]}}, "required": ["options"]}
9081f417-9507-4b95-9d20-f53cd6b4c6d6/75de880a-a612-47ae-8406-04e8737ff0aa/0/0
FancyOptions
Find your edge with the stock options strategy scanner. Monitor stock options with your options chain endpoints.
0.3
Options Vertical
This endpoint returns verticals for an individual ticker. The verticals that are returned have a 70% chance of being out of the money at time of expirations.
200
Options Vertical Example
{"call_side": [{"2020-07-02": [], "2020-07-10": [{"bid_ask_spread": 0.33000000000000007, "est_credit": 0.6400000000000001, "prob_of_success": 0.727, "stock": "AAPL", "strikes": "372.5/375.0"}], "2020-07-17": [{"bid_ask_spread": 0.5, "est_credit": 0.10000000000000009, "prob_of_success": 0.787, "stock": "AAPL", "strikes"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"call_side": {"type": "array", "items": {"type": "object", "properties": {"2020-07-02": {"type": "array"}, "2020-07-10": {"type": "array", "items": {"type": "object", "properties": {"bid_ask_spread": {"type": "number"}, "est_credit": {"type"...
9081f417-9507-4b95-9d20-f53cd6b4c6d6/75626a7b-867f-4d20-aaab-6ff904d6d1df/0/0
FancyOptions
Find your edge with the stock options strategy scanner. Monitor stock options with your options chain endpoints.
0.3
S&P 500 Verticals
This endpoint returns the call and put spreads from the S&P 500 with the highest credits. The verticals that are returned have a 70% chance of being out of the money at time of expirations. This endpoint is updated hourly.
200
S&P Verticals
{"call_side": [{"2020-07-02": [{"bid_ask_spread": 1, "est_credit": 0.47, "prob_of_success": 0.748, "stock": "FFIV", "strikes": "140.0/141.0"}, {"bid_ask_spread": 0.88, "est_credit": 0.41000000000000003, "prob_of_success": 0.727, "stock": "DISH", "strikes": "35.0/36.0"}, {"bid_ask_spread": 0.85, "est_credit": 0.4, "prob...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"call_side": {"type": "array", "items": {"type": "object", "properties": {"2020-07-02": {"type": "array", "items": {"type": "object", "properties": {"bid_ask_spread": {"type": "number"}, "est_credit": {"type": "number"}, "prob_of_success": {...
ef088ecb-34fe-419e-88f1-4b131caca7cb/b6604479-6f14-4fc0-9421-1f31627fbd30/0/0
Exchange Rate API
A fast, reliable source of continuously updated exchange rates.
null
/exchange/{source_currency}/{target_currency}
Retrieve the exchange rate between two specified currencies. The base currency (Currency A) is always set to 1 unit, and the value of the exchange rate is provided in terms of the second currency (Currency B).
200
c a c b
{"USD": 1, "JPY": 142.3382}
{"title": "Empty Schema", "type": "object"}
ef088ecb-34fe-419e-88f1-4b131caca7cb/26d7dcbb-b03b-4f63-9661-68baafed85d2/0/0
Exchange Rate API
A fast, reliable source of continuously updated exchange rates.
null
/exchange/{source_currency}/{target_currency}/{amount}
Calculate the monetary value in the target currency (Currency B) based on the provided exchange rate and the amount in the base currency (Currency A).
200
c a c b cc
{"source_currency": "USD", "target_currency": "JPY", "conversion_rate": 142.3382, "target_amount": 56792.95}
{"title": "Empty Schema", "type": "object"}
ef088ecb-34fe-419e-88f1-4b131caca7cb/1cbeba3a-bd51-40d3-a296-f06e986de0f4/0/0
Exchange Rate API
A fast, reliable source of continuously updated exchange rates.
null
/currencies
Retrieve a list of exchange rates where EUR is the base currency. This provides a comprehensive view of the value of various currencies relative to the Euro.
200
currencies
{"USD": 1.18, "GBP": 0.91, "JPY": 130.25}
{"title": "Empty Schema", "type": "object"}
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/53b73790-b8d2-4c6e-aba4-5ff5a69f489d/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
filters
get all possible screener filters
200
Response
{"status": 200, "data": {"countries": [{"name": "\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629", "value": "52"}, {"name": "\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627", "value": "25"}, {"name": "\u0623\u0644\u0645\u0627\u0646\u064a\u0627", "value": "17"}, {"name": "\u0623\u0648\u063a\u0646\u062f\u0627", "value"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "se...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/f81113cd-1323-4466-a843-b102a8591512/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
chart data (deprecated)
get latest chart data by equity pair id (provided in screener result)
200
Response
{"status": 200, "data": [{"Date": 1655802000000, "Open": 1834.69, "High": 1838.53, "Low": 1834.49, "Close": 1837.43, "Volume": 0}, {"Date": 1655805600000, "Open": 1837.38, "High": 1837.42, "Low": 1833.34, "Close": 1833.37, "Volume": 0}, {"Date": 1655809200000, "Open": 1833.45, "High": 1835.06, "Low": 1830.84, "Close": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "integer"}, "Open": {"type": "number"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Close": {"type": "number"}, ...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/37f162ee-0554-41cc-b0fc-4f610791e0e7/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
stock candlestick
get stock candlestick table by slug
200
Response
{"status": 200, "data": {"columns": ["Pattern", "Timeframe", "Reliability", "Candles Ago", "Candle Time"], "data": [["Emerging Patterns"], {"pattern": "Harami Bullish", "pattern_title": "Bullish reversal", "timeframe": "1M", "reliability_title": "Low", "reliability": 1, "candles_ago": "Current", "candle_time": ""}, {"p...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"anyOf": [{"type": "array", "items": {"type": "string"}}, {"type": "objec...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/313ff4c2-e487-46f3-a4bb-1aa4478850be/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
currency options
get the currency options iframe
200
Response
{"status": 200, "data": {"iframe_src": "https://widget2.sentryd.com/widget/#/15490A29-95E3-4296-999E-28D0B35E0D12/USD-JPY/4"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"iframe_src": {"type": "string"}}, "required": ["iframe_src"]}}, "required": ["data", "status"]}
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/7ccf0817-1b7d-4c19-9160-70f5ff9d8aa7/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
economic Calendar
economic Calendar table as the source
200
Response
{"status": 200, "data": [{"header": "Wednesday, August 3, 2022"}, {"time": "01:00", "currency": "\u00a0 INR", "currency_title": "India", "importance": 1, "importance_title": "Low Volatility Expected", "event_title": "Nikkei Services PMI (Jul)", "actual": "55.5", "forecast": "58.5", "previous": "59.2"}, {"time": "02:00"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "string"}, "time": {"type": "string"}, "currency": {"type": "string"}, "currency_title": {"type": "string"}, "importance":...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/f70ba1bd-5849-42d1-9cce-46d91a76b20e/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
consensus estimates
consensus estimates for equities
200
Response
{"status": 200, "data": {"title": "Average\u00a039.71", "change": "(-0.35% Downside)", "labels": [{"title": "High\u00a0", "value": "\u00a050.00"}, {"title": "Average\u00a0", "value": "\u00a039.71"}, {"title": "Low\u00a0", "value": "\u00a027.27"}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "change": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "value": ...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/c3383417-a94a-4843-8f7a-7dbea1f711f8/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
countries list
get all countries list
200
Response
{"status": 200, "data": ["saudi-arabia", "egypt", "jordan", "kuwait", "abu-dhabi", "palestine", "argentina", "brazil", "mexico", "united-states", "peru", "chile", "jamaica", "venezuela", "canada", "costa-rica", "colombia", "germany", "ukraine", "ireland", "iceland", "spain", "estonia", "italy", "portugal", "bosnia", "m...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "status"]}
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/a9f11d95-0330-41bc-a801-3ab7fcec10c4/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
general tables
get stocks general tables
200
Response
{"status": 200, "data": [{"name": "VistaGen Therapeutics Inc", "pair_id": "985960", "slug": "vistagen-therapeutics-inc", "last": "0.150", "high": "0.210", "low": "0.143", "change": "-0.920", "change_percent": "-85.99%", "volume": "159.84M"}, {"name": "Revelation Biosciences Inc Unit", "pair_id": "1184126", "slug": "rev...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "pair_id": {"type": "string"}, "slug": {"type": "string"}, "last": {"type": "string"}, "high": {"type": "string"}...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/cfc5ecda-9032-4ff9-994c-5a6d8f080561/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
tree map
get all stocks tree map by coutnry id
200
Response
{"status": 200, "data": {"Information Technology": [{"pair_ID": 1052613, "stock_symbol": "PTCC", "value": 20, "change": 0, "name": "Pharaoh tech", "sector": "Information Technology", "price": 16.83, "market_cap": 0}, {"pair_ID": 1052615, "stock_symbol": "AMPI", "value": 59848, "change": 0, "name": "Al Moasher Programmi...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"Information Technology": {"type": "array", "items": {"type": "object", "properties": {"pair_ID": {"type": "integer"}, "stock_symbol": {"type": "string"}, "value": {"ty...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/6055cf5a-f7ed-43dc-ad49-930b0402a65f/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
stock technicals
get all stock technicals data by pair_id
200
Response
{"status": 200, "data": {"tech_studies": [{"title": "Summary:", "table": ["Strong Sell"]}, {"title": "Moving Averages:", "table": ["Moving Averages:", "Sell", "Buy (3)", "Sell (9)"]}, {"title": "Technical Indicators:", "table": ["Technical Indicators:", "Strong Sell", "Buy (1)", "Sell (8)"]}], "pivot_points": {"columns...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"tech_studies": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "table": {"type": "array", "items": {"type": "string"}}}, "req...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/3aaf5798-f04a-47e1-b96e-ec3acfc8e93c/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
equity ratios
get all equity ratios by slug
200
Response
{"status": 200, "data": [{"title": "P/E Ratio", "company_value": "17.86", "industry_value": "26.45"}, {"title": "Price to Sales", "company_value": "4.77", "industry_value": "6.62"}, {"title": "Price to Cash Flow", "company_value": "16.54", "industry_value": "6.26"}, {"title": "Price to Free Cash Flow", "company_value":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"title": {"type": "string"}, "company_value": {"type": "string"}, "industry_value": {"type": "string"}}, "requir...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/ccab9141-6010-45d2-be5c-f829b0a18a5b/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
equity related indices
get equity related indices by slug
200
Response
{"status": 200, "data": [{"title": "Tadawul All Share", "pair_id": "11319", "type": "indices", "slug": "tasi", "last": "11,761.35", "high": "11,761.41", "low": "11,530.60", "change": "+206.27", "change_percent": "+1.79%"}, {"title": "MSCI EM", "pair_id": "942978", "type": "indices", "slug": "msci-em", "last": "980.48",...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "pair_id": {"type": "string"}, "type": {"type": "string"}, "slug": {"type": "string"}, "last": {"type": "string"...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/ff59c80e-e556-4cd5-83c1-5f6fe0d09e2f/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
stock news
get stock news by slug and type
200
Response
{"status": 200, "data": [{"title": "Explainer-How much extra oil can Saudi Arabia pump?", "href": "https://www.investing.com/news/commodities-news/explainerhow-much-extra-oil-can-saudi-arabia-pump-2848378", "image": "https://i-invdn-com.investing.com/news/external-images-thumbnails/LYNXMPEI6H0GN_L.jpg", "description": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "description": {"type": "string"}, "time": {"type": "st...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/b543a48f-f11f-45d8-aca9-ef06bd7d7495/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
company profile
get stock company profile by type and slug
200
Response
{"status": 200, "data": {"industry": "Oil, Gas & Consumable Fuels", "sector": "Energy", "employees_count": "79000", "martket_type": "ORD", "description": "Saudi Arabian Oil Company operates as an integrated oil and gas company in the Kingdom of Saudi Arabia and internationally. The company operates through two segments...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"industry": {"type": "string"}, "sector": {"type": "string"}, "employees_count": {"type": "string"}, "martket_type": {"type": "string"}, "description": {"type": "string...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/38d79ca8-b219-4f46-9442-5af25e6a6017/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
stock overview
get stock overview data by type and slug of the stock
200
Response
{"status": 200, "data": [{"title": "Prev. Close", "value": "38.5"}, {"title": "Day's Range", "value": "38.1-39"}, {"title": "Revenue", "value": "1.72T"}, {"title": "Open", "value": "38.5"}, {"title": "52 wk Range", "value": "31.36-43.35"}, {"title": "EPS", "value": "2.09"}, {"title": "Volume", "value": "4,433,908"}, {"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "value": {"type": "string"}}, "required": ["title", "value"]}}}, "required": ["data", "status"]}
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/db2dbea9-9df6-4ecc-a368-a5665c76b7c2/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
historical data
get historical data by pair_id
200
Response
{"status": 200, "data": [{"date": "2021-07-25", "open": 31.73, "high": 31.82, "low": 31.64, "close": 31.73, "adj close": 31.73, "volume": 6867600, "change_percent": "0.00%"}, {"date": "2021-07-26", "open": 31.73, "high": 31.77, "low": 31.59, "close": 31.59, "adj close": 31.59, "volume": 2917100, "change_percent": "-0.4...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "open": {"type": "number"}, "high": {"type": "number"}, "low": {"type": "number"}, "close": {"type": "number"}, "...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/98a3e4b0-99b4-40dc-969f-dcd31a2e6489/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
earnings
get stock earnings by pair_id
200
Response
{"status": 200, "data": {"historyRows": [{"release_date": " Nov 08, 2022", "period_end": " 09/2022", "eps": " --", "eps_forecast": " \u00a0\u00a00.7162", "revenue": " --", "revenue_forecast": " \u00a0\u00a0532.97B"}, {"release_date": " Aug 15, 2022", "period_end": " 06/2022", "eps": " --", "eps_forecast": " \u00a0\u00a...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"historyRows": {"type": "array", "items": {"type": "object", "properties": {"release_date": {"type": "string"}, "period_end": {"type": "string"}, "eps": {"type": "strin...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/208c942b-05e8-4dd2-9daf-5b87a18517e2/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
dividends
get all dividends for stock
200
Response
{"status": 200, "data": {"historyRows": [{"ex_dividend_date": " May 24, 2022", "dividend": " 0.3198", "payment_date": " Jun 08, 2022", "yield": " 3.24%"}, {"ex_dividend_date": " Mar 23, 2022", "dividend": " 0.3518", "payment_date": " Mar 31, 2022", "yield": " 3.26%"}, {"ex_dividend_date": " Nov 07, 2021", "dividend": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"historyRows": {"type": "array", "items": {"type": "object", "properties": {"ex_dividend_date": {"type": "string"}, "dividend": {"type": "string"}, "payment_date": {"ty...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/ff5248ee-2dc3-43a4-8d83-3318f6cc2fb8/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
cash flow
get cash flow by pair_id
200
Response
{"status": 200, "data": {"dates": ["2022/31/03", "2021/31/12", "2021/30/09", "2021/30/06"], "reports": [["Net Income/Starting Line", "277817", "769521", "542214", "330056"], ["Cash From Operating Activities", "143291", "522601", "348236", "212032"], ["Depreciation/Depletion", "20948", "85521", "63293", "41164"], ["Amor...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"dates": {"type": "array", "items": {"type": "string"}}, "reports": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["dates", "...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/f66b97d0-4ce4-4dc6-99d3-44f5e3043b4c/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
balance sheet
get balance sheet by pair_id
200
Response
{"status": 200, "data": {"dates": ["2022/31/03", "2021/31/12", "2021/30/09", "2021/30/06"], "reports": [["Total Current Assets", "776789", "611241", "567192", "509342"], ["Cash and Short Term Investments", "393368", "326652", "291981", "260351"], ["Cash", "-", "-", "-", "-"], ["Cash & Equivalents", "357870", "299579", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"dates": {"type": "array", "items": {"type": "string"}}, "reports": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["dates", "...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/3a7178f1-e7a7-41b0-a872-7fc423616c5d/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
financial summary
get financial summary by pair_id
200
Response
{"status": 200, "data": [{"title": "2222 Income Statement", "info": [{"title": "Gross margin", "type": "TTM", "value": "61.81%"}, {"title": "Operating margin", "type": "TTM", "value": "52.21%"}, {"title": "Net Profit margin", "type": "TTM", "value": "26.69%"}, {"title": "Return on Investment", "type": "TTM", "value": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "info": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/5742469c-55db-46e1-89d8-87ff3f545ab0/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
income statement
get income statement by pair id for some stocks not all
200
Response
{"status": 200, "data": {"dates": ["2022/31/03", "2021/31/12", "2021/30/09", "2021/30/06"], "reports": [["Total Revenue", "516897", "446269", "405382", "349950"], ["Revenue", "516897", "446269", "405382", "349950"], ["Other Revenue, Total", "-", "-", "-", "-"], ["Cost of Revenue, Total", "196379", "170451", "155773", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"dates": {"type": "array", "items": {"type": "string"}}, "reports": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["dates", "...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/6cc00398-e59d-4590-a21c-49a55b0e5d20/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
search
search by query
200
Response
{"status": 200, "data": {"quates": [{"name": "Apple Inc", "symbol": "AAPL", "type": "equities", "slug": "apple-computer-inc", "href": "/equities/apple-computer-inc"}, {"name": "Apple Hospitality REIT Inc", "symbol": "APLE", "type": "equities", "slug": "apple-hospitality-reit-inc", "href": "/equities/apple-hospitality-r...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"quates": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"anyOf": [{"type": "string"}, ...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/9c255e9f-a525-4035-9568-5eab35d957de/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
show future
get future latest data by href
200
Response
{"status": 200, "data": {"name": "(USTECH) US Tech 100 Cash", "href": "/indices/nq-100-futures?cid=1175151", "pair_id": "8874", "last": "11,955.7", "change": "+187.3", "change_percent": "(+1.59%)", "info": [{"key": "prevClose", "value": "11,768.4"}, {"key": "volume", "value": "0"}, {"key": "dailyRange", "value": "11,71...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "pair_id": {"type": "string"}, "last": {"type": "string"}, "change": {"type": "string"}, "change_percent": {"typ...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/0485290f-4826-4b86-a293-b49a99cc197c/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
indices countries
get all indices countries
200
Response
{"status": 200, "data": [{"name": "All Countries", "value": "world"}, {"name": "Argentina", "value": "argentina"}, {"name": "Australia", "value": "australia"}, {"name": "Austria", "value": "austria"}, {"name": "Bahrain", "value": "bahrain"}, {"name": "Bangladesh", "value": "bangladesh"}, {"name": "Belgium", "value": "b...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["data", "status"]}
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/f023523e-4782-4ff2-81e9-c332bcd418c3/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
futures performance
get futures performance
200
Response
{"status": 200, "data": [{"pair_type": "indice", "avg_volume": "0", "volume": "0", "data": {"Flag": "US", "Name": "US 30", "PerformanceDay": "-0.44", "PerformanceWeek": "0.44", "PerformanceMonth": "1.42", "PerformanceYtd": "-14.82", "PerformanceYear": "-11.07", "Performance3Year": "13.52", "AvgVolume": "0"}, "pair": "1...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"pair_type": {"type": "string"}, "avg_volume": {"type": "string"}, "volume": {"type": "string"}, "data": {"type": "object", "properties": {"F...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/64c76c5a-46b7-48aa-b223-dae1b6b6ac15/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
futures prices
get futures prices list
200
Response
{"status": 200, "data": [{"pair_type": "indice", "avg_volume": "0", "volume": "0", "data": {"Flag": "US", "Name": "US 30", "Last": "31036.3", "High": "31230.3", "Low": "31012.4", "Chg": "-137.5", "ChgPct": "-0.44", "Time": "1657594008", "IsOpen": "1", "AvgVolume": "0"}, "pair": "1175152", "symbol": "US30", "url": "/ind...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"pair_type": {"type": "string"}, "avg_volume": {"type": "string"}, "volume": {"type": "string"}, "data": {"type": "object", "properties": {"F...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/6965d279-7562-44c9-9c11-c780514cad2e/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
indices future tables
get indices futures tables
200
Response
{"status": 200, "data": {"indices": [{"name": "US 30derived", "href": "/indices/us-30-futures?cid=1175152", "month": "", "last": "31,201.10", "high": "31,366.10", "low": "31,072.10", "change": "-137.1", "change_percent": "-0.44%", "time": "-0.44%"}, {"name": "US 500derived", "href": "/indices/us-spx-500-futures?cid=117...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"indices": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "month": {"type": "string"}, "last": {"t...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/fdb484e6-7d2e-4bef-a786-3aa2f84d05a1/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
politics news
get latest politics news
200
Response
{"status": 200, "data": [{"id": "2849599", "href": "https://www.investing.com/news/politics/russian-foreign-minister-signals-intention-to-annex-southern-ukraine-2849599", "image": "https://i-invdn-com.investing.com/news/LYNXMPEBB10EB_S.jpg", "title": "Russian Foreign Minister Signals Intention to Annex Southern Ukraine...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "stri...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/8aa8dce4-1e5f-41b9-b1a5-42e6698cc08e/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
coronavirus news
get latest coronavirus news
200
Response
{"status": 200, "data": [{"id": "2849241", "href": "https://www.investing.com/news/coronavirus/americas-deadly-epidemic-violence-against-women-2849241", "image": "https://i-invdn-com.investing.com/news/external-images-thumbnails/LYNXMPEI6J0CF_L.jpg", "title": "America's deadly epidemic: violence against women", "descri...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "stri...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/f1b8b796-19ef-494d-b4ee-1b6726b29b3c/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
world news
get latest world news
200
Response
{"status": 200, "data": [{"id": "2849775", "href": "https://www.investing.com/news/world-news/us-abortion-ruling-will-not-affect-overseas-aid--diplomat-2849775", "image": "https://i-invdn-com.investing.com/news/external-images-thumbnails/LYNXMPEI6J0O6_L.jpg", "title": "U.S. abortion ruling will not affect overseas aid ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "stri...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/f861b1b1-0365-4f2d-bda7-348645f472ee/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
economy news
get latest economy news
200
Response
{"status": 200, "data": [{"id": "2849784", "href": "https://www.investing.com/news/economy/bitcoin-briefly-rises-above-24000-for-first-time-in-a-month-2849784", "image": "https://i-invdn-com.investing.com/news/external-images-thumbnails/pic911f88fa886713bf0b80cd9b198187e9.png", "title": "Bitcoin Briefly Rises Above $24...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "stri...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/524f4c9d-cce1-493f-8ed0-02764b101b85/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
economic indicators news
get latest economic indicators news
200
Response
{"status": 200, "data": [{"id": "2849181", "href": "https://www.investing.com/news/economic-indicators/uk-inflation-hits-94-in-june-2849181", "image": "https://i-invdn-com.investing.com/news/external-images-thumbnails/LYNXMPEI6J06K_L.jpg", "title": "UK inflation hits 9.4%, bolstering bets on big BoE rate hike", "descri...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "stri...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/811fdcdb-38ce-4638-8020-893f8222d92c/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
market stocks news
get latest market stocks news
200
Response
{"status": 200, "data": [{"id": "2849791", "href": "https://www.investing.com/news/stock-market-news/saudi-arabia-stocks-higher-at-close-of-trade-tadawul-all-share-up-088-2849791", "image": "https://i-invdn-com.investing.com/news/LYNXMPEE5K0M6_S.jpg", "title": "Saudi Arabia stocks higher at close of trade; Tadawul All ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "stri...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/d1622155-779d-4c4c-b424-2b5fdd7c462d/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
commodities news
get latest commodities news
200
Response
{"status": 200, "data": [{"id": "2849787", "href": "https://www.investing.com/news/commodities-news/us-power-grid-needs-to-focus-on-resilience-as-extreme-weather-events-rise-nerc-2849787", "image": "https://i-invdn-com.investing.com/news/external-images-thumbnails/LYNXMPEI6J0OP_L.jpg", "title": "U.S. power grid needs t...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "stri...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/910f5ac2-fe82-4751-87c3-b16229e3f622/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
forex news
get latest forex news
200
Response
{"status": 200, "data": [{"id": "2849121", "href": "https://www.investing.com/news/economy/dollar-loses-steam-euro-heaves-sigh-of-relief-ahead-of-ecb-2849121", "image": "https://i-invdn-com.investing.com/news/external-images-thumbnails/LYNXMPEI6J01H_L.jpg", "title": "Dollar edges down vs euro as traders eye ECB rate de...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "stri...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/0671b6de-3bac-4ea3-94a2-6a8bbca5edc8/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
latest popular
get all latest popular articles news
200
Response
{"status": 200, "data": [{"id": "2849455", "href": "https://www.investing.com/news/economy/netflix-cheers-tesla-earnings-due-putins-promise--whats-moving-markets-2849455", "image": "https://i-invdn-com.investing.com/news/moved_small-LYNXMPEI1Q0FM_L.jpg", "title": "Netflix Cheers, Tesla Earnings Due, Putin's Promise - W...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string"}, "image": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "stri...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/bdfc2726-e328-4140-8680-9b30c58b1781/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
chart
get chart data by any pair id
200
Response
{"status": 200, "data": [{"Date": 1642377600000, "Open": 1.1414, "High": 1.1436, "Low": 1.1392, "Close": 1.1407, "Volume": 60661}, {"Date": 1642464000000, "Open": 1.1408, "High": 1.1422, "Low": 1.1314, "Close": 1.1325, "Volume": 102170}, {"Date": 1642550400000, "Open": 1.1321, "High": 1.1358, "Low": 1.1318, "Close": 1....
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "integer"}, "Open": {"type": "number"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Close": {"type": "number"}, ...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/24992cd1-cc2c-4daa-9504-ea997af402fd/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
crypto info
get crypto all info page by slug name
200
Response
{"status": 200, "data": {"name": "Binance USD", "image": "https://i-invdn-com.investing.com/ico_flags/80x80/v32/binance-usd.png", "pair_id": "1177192", "price": "0.9996", "change": "-0.0000", "change_percent": "-0.00%", "value": "$17.84B", "general_quote": "BUSD17.86B", "high_quote": "BUSD0", "24_h_volume": "$7.23B", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "pair_id": {"type": "string"}, "price": {"type": "string"}, "change": {"type": "string"}, "change_percent": {"t...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/80de141a-9f8d-4c7b-9456-522f74cbd7e5/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
majors - performance
get all majors performance
200
Response
{"status": 200, "data": [{"name": "EUR/USD", "pair_id": "1", "daily": "0.06%", "1_week": "-0.01%", "1_month": "-1.89%", "ytd": "-7.42%", "1_year": "-11.53%", "3_years": "-7.42%"}, {"name": "USD/JPY", "pair_id": "3", "daily": "-0.03%", "1_week": "-0.38%", "1_month": "7.06%", "ytd": "18.26%", "1_year": "23.16%", "3_years...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "pair_id": {"type": "string"}, "daily": {"type": "string"}, "1_week": {"type": "string"}, "1_month": {"type": "st...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/8d9c7196-fba6-4661-b5ad-b55c05254592/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
get equity latest data
get equity latest data by slug
200
Response
{"status": 200, "data": {"full_name": "Saudi Aramco (2222)", "last": "39.70", "last_time": "2022-07-28T12:19:30.000Z", "change": "-0.05", "change_percent": "(-0.13%)", "open": "39.95", "52_week_range": "31.36-43.35", "earnings_per_share": "2.09", "market_cap": "11,124,884", "earnings": "8.73T", "dividend": "1.2792(3.22...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"full_name": {"type": "string"}, "last": {"type": "string"}, "last_time": {"type": "string"}, "change": {"type": "string"}, "change_percent": {"type": "string"}, "open"...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/9f444b4d-3d53-4d8d-b08f-15e2fd717bd7/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
all crypto
get all datatable of crypto
200
Response
{"status": 200, "data": [{"name": "Bitcoin", "slug": "bitcoin", "icon_class": "cryptoIcon c_bitcoin middle", "symbol": "BTC", "price": "24,519.7", "market_cap": "$466.69B", "market_cap_raw": "466690136198.48285", "24h_volume": "$30.20B", "24h_volume_raw": "30196106686.693134", "total_volume": "36.04%", "change_24h": "+...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "icon_class": {"type": "string"}, "symbol": {"type": "string"}, "price": {"type": "st...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/66fa7530-c508-478b-8621-b2f262d35648/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
index historical data (deprecated)
get index historical data by dates
200
Response
{"status": 200, "data": [{"Date": "2021-06-28", "Open": 10981.2, "High": 10985.79, "Low": 10939.69, "Close": 10957.07, "Adj Close": 10957.07, "Volume": 373943552, "change_percent": "-0.09%"}, {"Date": "2021-06-29", "Open": 10963.93, "High": 10996.38, "Low": 10934.73, "Close": 10996.38, "Adj Close": 10996.38, "Volume": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Open": {"type": "number"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Close": {"type": "number"}, "...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/0e4b71d8-eef8-417a-83eb-50f4de745082/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
index overview
get all overview about index by symbol
200
Response
{"status": 200, "data": {"full_name": "(TASI) \u0627\u0644\u0645\u0624\u0634\u0631 \u0627\u0644\u0639\u0627\u0645 \u0627\u0644\u0633\u0639\u0648\u062f\u064a", "last": "11,671.15", "change": "+243.89", "change_percent": "(+2.13%)", "open": "11,425.50", "day_range": "11,380.67 - 11,671.15", "52_week_range": "10,589.38 - ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"full_name": {"type": "string"}, "last": {"type": "string"}, "change": {"type": "string"}, "change_percent": {"type": "string"}, "open": {"type": "string"}, "day_range"...
dba72685-3b0e-40b9-bf3b-3ba00ff72f70/3952b738-3766-49c8-999e-f14cbc231c14/0/0
investing financial stocks
unofficial api get all investing.com stocks realtime data in multi language and filters
9.3
major indices
get country major indices
200
Response
{"status": 200, "data": [{"name": "S&P/ESG Egypt", "symbol": "s-p-esg-egypt-index", "last": "478.56", "high": "478.56", "low": "478.56", "change": "+2.22", "change_p": "+0.47%"}, {"name": "\u0645\u0624\u0634\u0631 EGX 30", "symbol": "egx30", "last": "9,369.32", "high": "9,369.32", "low": "9,282.70", "change": "+81.40",...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "last": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, ...
38a70796-444b-4ebb-a955-b204b82fd634/63be6dca-cfdc-44c8-b04d-b00770a95f87/0/0
Transaction
Get transaction details
1.5
createDirectDebitInitiationInstruction
Payment, initiated by the creditor, to debit a debtor's account in favour of the creditor. The Direct Debit Initiation Instruction is sent by the Creditor sending party to the Debtor receiving party, directly or through agents. It is used by a Creditor to request funds from the debtor account to a creditor.
406
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/63be6dca-cfdc-44c8-b04d-b00770a95f87/1/0
Transaction
Get transaction details
1.5
createDirectDebitInitiationInstruction
Payment, initiated by the creditor, to debit a debtor's account in favour of the creditor. The Direct Debit Initiation Instruction is sent by the Creditor sending party to the Debtor receiving party, directly or through agents. It is used by a Creditor to request funds from the debtor account to a creditor.
500
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/63be6dca-cfdc-44c8-b04d-b00770a95f87/2/0
Transaction
Get transaction details
1.5
createDirectDebitInitiationInstruction
Payment, initiated by the creditor, to debit a debtor's account in favour of the creditor. The Direct Debit Initiation Instruction is sent by the Creditor sending party to the Debtor receiving party, directly or through agents. It is used by a Creditor to request funds from the debtor account to a creditor.
503
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/63be6dca-cfdc-44c8-b04d-b00770a95f87/3/0
Transaction
Get transaction details
1.5
createDirectDebitInitiationInstruction
Payment, initiated by the creditor, to debit a debtor's account in favour of the creditor. The Direct Debit Initiation Instruction is sent by the Creditor sending party to the Debtor receiving party, directly or through agents. It is used by a Creditor to request funds from the debtor account to a creditor.
404
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/63be6dca-cfdc-44c8-b04d-b00770a95f87/4/0
Transaction
Get transaction details
1.5
createDirectDebitInitiationInstruction
Payment, initiated by the creditor, to debit a debtor's account in favour of the creditor. The Direct Debit Initiation Instruction is sent by the Creditor sending party to the Debtor receiving party, directly or through agents. It is used by a Creditor to request funds from the debtor account to a creditor.
429
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/63be6dca-cfdc-44c8-b04d-b00770a95f87/5/0
Transaction
Get transaction details
1.5
createDirectDebitInitiationInstruction
Payment, initiated by the creditor, to debit a debtor's account in favour of the creditor. The Direct Debit Initiation Instruction is sent by the Creditor sending party to the Debtor receiving party, directly or through agents. It is used by a Creditor to request funds from the debtor account to a creditor.
504
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/63be6dca-cfdc-44c8-b04d-b00770a95f87/6/0
Transaction
Get transaction details
1.5
createDirectDebitInitiationInstruction
Payment, initiated by the creditor, to debit a debtor's account in favour of the creditor. The Direct Debit Initiation Instruction is sent by the Creditor sending party to the Debtor receiving party, directly or through agents. It is used by a Creditor to request funds from the debtor account to a creditor.
401
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/63be6dca-cfdc-44c8-b04d-b00770a95f87/8/0
Transaction
Get transaction details
1.5
createDirectDebitInitiationInstruction
Payment, initiated by the creditor, to debit a debtor's account in favour of the creditor. The Direct Debit Initiation Instruction is sent by the Creditor sending party to the Debtor receiving party, directly or through agents. It is used by a Creditor to request funds from the debtor account to a creditor.
400
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/63be6dca-cfdc-44c8-b04d-b00770a95f87/9/0
Transaction
Get transaction details
1.5
createDirectDebitInitiationInstruction
Payment, initiated by the creditor, to debit a debtor's account in favour of the creditor. The Direct Debit Initiation Instruction is sent by the Creditor sending party to the Debtor receiving party, directly or through agents. It is used by a Creditor to request funds from the debtor account to a creditor.
403
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/0/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
504
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/1/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
429
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/2/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
401
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/3/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
403
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/4/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
503
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/5/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
415
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/6/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
200
Example-1- GET a list of Payment Initiation Instructions by Criteria
{"payment_initiation_instruction": [{"uetr": "7dca010b-fc3b-496c-b8a4-36ffd78f674d", "end_to_end_identification": "ABC/ABC-13679/2021-01-20", "creation_date_time": "2021-01-20T16:35:25.160", "payment_instructionlifecycle_status": "ACCC", "payment_method": "TRF", "instruction_priority": "HIGH", "service_level": ["G001"]...
{"type": "object", "properties": {"payment_initiation_instruction": {"type": "array", "items": {"required": ["amount", "creditor_account", "debtor", "debtor_account", "debtor_agent", "end_to_end_identification", "payment_method", "requested_execution_date"], "type": "object", "properties": {"uetr": {"type": "string", "...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/6/1
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
200
Example-0 - GET Payment Initiation Instructions Request Raw
{"payment_initiation_instruction": [{"uetr": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "end_to_end_identification": "string", "creation_date_time": "6800-02-29T16:43:27.0198999640901340988915511678728474843714823279619355102144035Z", "payment_instructionlifecycle_status": "ACCC", "payment_method": "TRF", "instruction_pri...
{"type": "object", "properties": {"payment_initiation_instruction": {"type": "array", "items": {"required": ["amount", "creditor_account", "debtor", "debtor_account", "debtor_agent", "end_to_end_identification", "payment_method", "requested_execution_date"], "type": "object", "properties": {"uetr": {"type": "string", "...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/7/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
502
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/8/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
413
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/9/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
500
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/10/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
400
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/66793ede-9eda-4878-9952-891eb400e5e4/11/0
Transaction
Get transaction details
1.5
getPaymentInitiationInstructionSummary
Get all payment initiation instructions allows to retrieve all customer credit transfer initiations. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "creat...
406
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/31facecd-ac31-4940-8e3a-a453e05c8276/0/0
Transaction
Get transaction details
1.5
getDirectDebitInitiationInstructionSummary
Get all direct debit initiation instructions allows to retrieve all direct debit initiation instruction. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "c...
500
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/31facecd-ac31-4940-8e3a-a453e05c8276/1/0
Transaction
Get transaction details
1.5
getDirectDebitInitiationInstructionSummary
Get all direct debit initiation instructions allows to retrieve all direct debit initiation instruction. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "c...
415
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/31facecd-ac31-4940-8e3a-a453e05c8276/2/0
Transaction
Get transaction details
1.5
getDirectDebitInitiationInstructionSummary
Get all direct debit initiation instructions allows to retrieve all direct debit initiation instruction. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "c...
406
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/31facecd-ac31-4940-8e3a-a453e05c8276/3/0
Transaction
Get transaction details
1.5
getDirectDebitInitiationInstructionSummary
Get all direct debit initiation instructions allows to retrieve all direct debit initiation instruction. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "c...
400
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/31facecd-ac31-4940-8e3a-a453e05c8276/4/0
Transaction
Get transaction details
1.5
getDirectDebitInitiationInstructionSummary
Get all direct debit initiation instructions allows to retrieve all direct debit initiation instruction. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "c...
503
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...
38a70796-444b-4ebb-a955-b204b82fd634/31facecd-ac31-4940-8e3a-a453e05c8276/5/0
Transaction
Get transaction details
1.5
getDirectDebitInitiationInstructionSummary
Get all direct debit initiation instructions allows to retrieve all direct debit initiation instruction. If the number of results exceeds the default limit, the response will be paginated. The operation allows filtering the results based on the creation from date and creation to date. The result is filtered based on "c...
504
null
[{"severity": "Fatal", "code": "", "text": "", "user_message": "", "more_info": ""}]
{"oneOf": [{"type": "array", "description": "Container to return multiple ErrorMessage object. Collection of error can be useful when API needs to return multiple errors, for example validation errors. When the response code conveys application-specific functional semantics and consumer can parse machine-readable error...