Timeseries Endpoints
Our Timeseries product sets out to provide access to the current and historical data that drives the shipping market. Drawing on the collective data within the VesselsValue platform, we have produced over 3,000 timeseries: projecting earnings, S&P, vessel market values, and more. You can use our product on the platform or alternatively our timeseries data is also available via an API feed for access to a wide breadth and variety of VesselsValue data within your own internal platforms.
V2
Endpoint
/v2/timeseries/
Request Examples
See the timeseries you have permission to access to:
https://api.vesselsvalue.com/v2/timeseries/?token=<your_token>
Access an individual timeseries:
https://api.vesselsvalue.com/v2/timeseries/<timeseries_directory_id>/values?token=<your_token>
Parameters
Parameter | Values | Required? | Notes |
|---|---|---|---|
?token= | <your token> | Yes | Your API authorization token. |
/<timeseries_directory_id>/values | <specified ID> i.e. | Yes | A valid timeseries_directory_id. Returns the values which make up the specified timeseries. |
&format= | json | No | Sets output format. |
&output= | ftp | No | Forces format to csv and saves output to your VesselsValue FTP account. |