API Documentation
⌘K
API Key
Get free key POST
/api/1/excel-addin/functionsExecute Function
Executes a single Excel custom function (e.g. EP.PRICE, EP.MARKETCAP) and returns the computed value
Request Body
required
application/jsonobjectfunctionstringFunction name (e.g. EP.PRICE, EP.MARKETCAP)
Example:
EP.PRICEargsarrayFunction arguments (first is always the identifier)
Array of:
Responses
Was this helpful?
Request
curl -X POST \
'https://api.eulerpool.com/api/1/excel-addin/functions' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'200 Response
{
"value": null,
"error": "string"
}