Import API Statistics
Documentation for Import API Statistics
Introduction
Overview
Import API Statistics is an interface to provide Import API Usage Data for integrator for selected time frame.
Documentation can be incomplete and/or outdated, Contact EuroStocks team by sending an email on [email protected] for any questions regarding API.
The API is available at this base URL:
https://services.eurostocks.com
Main features
Import API Statistics (Statistics are updated every one hour)
Prerequisites
Statistics API access can be granted to integrators, who wants to get Import API Statistics information, and it requires username, password and API Key to access API.
Limited support for the development process and maintenance: Please note that all examples provided in our documentation are considered as guidelines for your development process but EuroStocks for itself is not able to directly assist with any of your preferred programming languages and/or used scripts.
Working with Import API Statistics
Get Import API Statistics
GET https://services.eurostocks.com/api/v1/statistics/apiStatistics/{fromDate}/{toDate}
Get statistics related to Import API Usage Statistics for integrator. (Statistics are updated every one hour)
Headers
UserName*
String
Username which EuroStocks provides
Password*
String
Password which EuroStocks provides
APIKey*
String
ApiKey which EuroStocks provides
Request Body
fromDate*
String
start date to get statistics data Format: yyyy-mm-dd
toDate*
String
end date to get statistics data Format: yyyy-mm-dd
Sample Success Request
Sample Success Response
Last updated