Introducing the Vortexa API Guide
Our guide provides insights into our data, best practices, and successful use cases.
In the dynamic world of energy market data, having access to comprehensive and reliable data is crucial for making informed trading and shipping decisions and staying ahead of the curve. We created this guide to help market analysts, data scientists, and engineers unlock the value of using energy and freight data sets via an API.
In this guide, we delve into the details of why leveraging data via an API is essential and how it can revolutionise your approach to managing vast amounts of energy market data.
In today’s data-driven world, information is power. Harnessing energy insights has never been more critical for businesses seeking to optimise trading operations and minimise costs. With the advent of technology, accessing energy data has become easier and more comprehensive than ever before, thanks to Application Programming Interfaces (APIs). These tools serve as gateways to a wealth of information, enabling businesses to harness data for better decision-making, cost optimisation, and profitability.
Data APIs allow users to access, process, and integrate vast amounts of energy market data directly into their applications, software, or systems. Whether it’s real-time supply & demand data, historical trends, or forecasts, these APIs provide a direct link to the repositories of data maintained by energy market participants.
Energy Data APIs democratise access to critical information that was once restricted to a select few. By making data readily available, these APIs promote transparency within the energy sector, fostering competition and innovation.
With real-time & timely data streams provided by APIs, businesses can respond promptly to fluctuations or anomalies in the markets. This proactive approach enables better trading decisions and helps prevent costly disruptions.
Integrating energy data into existing systems and workflows through APIs streamlines trading operations and enhances automation of data and processes. Whether it’s incorporating fundamental data into trading and management systems or integrating it with predictive analytics tools, APIs enable seamless integration across platforms.
Using the Vortexa’s API presents a myriad of benefits over traditional methods of accessing our energy and freight data. Its key features include unparalleled speed, customisability, and scalability. Enabling users to tailor every data request to suit their specific requirements. This level of customisation allows for personalised analytics that align precisely with your business needs, facilitating more informed decision-making.
Gone are the days of manual data extraction and processing. With Vortexa’s API, users can automate these tedious tasks, ensuring that the data they require is readily available at the click of a button. This not only saves valuable time and resources but also eliminates the potential for human error, resulting in more accurate and reliable insights. Based on Vortexa customer research, using data via API can save up to 20 hours per week on manual data processing.
The true power of using an API over a web app lies in its ability to integrate seamlessly with other relevant data sources, enhancing value for users. Whether you’re leveraging proprietary datasets or incorporating third-party sources, APIs enable you to consolidate disparate data streams within your platform of choice, providing a holistic view of the energy markets.
For data scientists, market analysts, and software engineers alike, the API offers a robust and versatile toolkit for extracting actionable insights. Data scientists can leverage the Python SDK for rapid prototyping, harnessing the power and flexibility of Python to build data-driven applications with ease. Market analysts, on the other hand, can utilise the Snowflake or alternative cloud integration to access data in familiar database structures, streamlining their analytical workflows. Meanwhile, software engineers can build scalable data pipelines using the JSON endpoint, supported by comprehensive documentation, developer tools, and expert resources.
In conclusion, accessing energy data via Vortexa’s API represents a paradigm shift in managing energy market data. By offering unparalleled speed, customisability, and scalability, our API empowers businesses to make informed decisions and optimise commodities trading and operations. Whether you’re a data scientist, market analyst, or software engineer, our API provides the tools and resources you need to unlock the full potential of your energy insights.
With Vortexa’s powerful API, users gain access to a variety of data sources that provide unparalleled insights into the global energy landscape. Let’s delve into the different data sources available via Vortexa’s API and explore how they can empower businesses to optimise energy and freight markets.
Vortexa’s cargo tracking data offers near real-time and historical information on the movements of various energy commodities, including oil, refined products, LNG, and LPG, across the globe. This data provides detailed insights into cargo movements, from origins to destinations, including waypoints, vessels involved, and associated corporate entities. Whether it’s tracking floating storage, transit status, Vortexa’s cargo tracking data offers a comprehensive view of energy flows.
Vortexa flows track all oil & gas commodities as well as biofuels.
Complementing cargo tracking, Vortexa’s voyages data provides a vessel-centric perspective of global energy movements. Users can track vessel visits, destinations, and activities from the first load to the final discharge, and the ballast legs in between. Gain insights into vessel movements and vessel transitions, including loading, discharging, congestion, and dry-dock, shipyard activities, or acting as an FSO somewhere; enabling a deeper understanding of global shipping dynamics.
Leveraging the power of the voyages’ dataset, Vortexa created the vessel availability dataset to help you understand the availability of vessels at a given port, for a given laycan. This data set helps to decide where to position your vessels by understanding the vessel supply and demand dynamics playing out in real time.
Vortexa offers the most complete picture of global crude oil storage levels available on the market today. We offer granular, tank-level data on onshore crude storage worldwide, with a particular focus on key hubs like Cushing, Oklahoma, USA. With 2x per week readings, users gain visibility into crude storage levels, allowing for better inventory management and market analysis. Vortexa tracks 22,500 onshore crude tanks, and 6.8m barrels in 123 countries.
Access accurate vessel location, speed, heading, declared destination, ETA, and draught data for the last two weeks at 15-minute granularity. Stay informed about vessel movements and market trends, enabling proactive decision-making and risk management.
Vortexa’s freight pricing data allows users to track the price of Baltic routes in worldscale, $/t, and lump sum, with innovative price prediction capabilities. Stay ahead of freight market trends and optimise shipping strategies for cost efficiency and operational excellence. Vortexa Freight Market Outlook provides a unique future outlook based on physical market factors 4 days ahead based on market sentiment predictions of the Baltic Exchange freight assessments and data-driven insight into critical emerging trends.
The Fixtures API draws from multiple independent data sources, offering a single comprehensive repository for fixture information. Gain insights into chartering activities, vessel availability, and market trends, empowering strategic decision-making in the energy shipping sector.
In conclusion, Vortexa’s API unlocks a treasure trove of data sources that provide invaluable insights into energy movements, freight dynamics, and inventory levels. By leveraging these data sources, businesses can optimise operations, mitigate risks, and seize opportunities in the ever-evolving energy landscape.
Whether you’re tracking cargo movements, monitoring vessel activities, or analysing freight pricing trends, Vortexa’s API offers the tools and resources needed to stay ahead of the competition and drive success in the energy sector.
Vortexa offers powerful tools for analysing global energy flows, freight markets, and oil inventory data. Our API provides instant, scalable, and flexible access to the global industry data, enabling you to build custom models and conduct ad-hoc analyses.
Below is a detailed overview of the integration and deployment methods offered by Vortexa.
This method is best for those who need fine-grained control over API interactions and do not require language-specific SDK knowledge.
Coding proficiency: High
Language skills: Any
REST API is an application programming interface that adheres to the constraints of REST architectural style. Vortexa’s REST API allows users to retrieve data in JSON format through our REST endpoints, such as Cargo Movements, Products, Vessel Positions, etc. Access the full list of endpoints here.
This method is most suitable for ingesting data into custom applications or dashboards. For example, if you’re a data engineer creating a dashboard for the trading team on market supply and demand.
This method is best for analysts and data scientists who already use Python in their workflows, and data engineers looking for an alternative to REST API.
Coding proficiency: Medium
Language skills: Python
SDKs are designed to simplify the development process by providing a high-level interface and abstractions for interacting with a service or API. Typical use cases could be a data scientist looking to build a predictive model or export level forecasting, or a trading analyst monitoring day-to-day cargo flows.
Example:
In an interactive Python console, run:
from datetime import datetime from vortexasdk import CargoMovements df = CargoMovements()\ .search(filter_activity='loading state', filter_time_min=datetime(2017, 8, 2), filter_time_max=datetime(2017, 8, 3))\ .to.df()
Returns:
To learn more about these methods, please explore Vortexa’s API resources available to our users.
This method is best for developers looking to access the data in a normalised structure via SQL or those looking to integrate with other datasets in Snowflake.
Coding proficiency: Low
Language skills: SQL
Snowflake is a cloud-based data warehousing platform designed to handle large-scale data storage and analytics. Available on AWS, Azure, and Google Cloud, it’s a popular choice for those who prefer a traditional database approach.
For example, you’re an analyst looking to query data using SQL to build custom dashboards. Using data warehouses such as Snowflake reduces data query time and offers connectivity to dash boarding tools such as Power BI and Tableau.
Existing Snowflake users can access Vortexa’s cargo movements and voyages datasets at the click of a button. We provide all users with a set of example queries to help them understand the data structure and recreate every chart and table they can see in our analytics app. From there, updating and tailoring them to suit their own specific needs is just a matter of deciding how you want to display the data.
Learn from Vortexa’s data experts as they employ Python SDK to analyse freight fundamentals and onshore crude inventories data.
Vortexa’s API is organized around REST. Our API has predictable resource-oriented URLs, returns JSON-encoded responses (for successful and unsuccessful requests), and uses standard HTTP response codes, authentication, and verbs.
All requests are authenticated with an API key. You can start querying the API once you’ve obtained an API key.
Vortexa’s API requires authentication to access data. Here’s how you can authenticate:
import os os.environ['VORTEXA_API_KEY'] = "YOUR_API_KEY"
Vortexa strongly recommends that users save their API key as an environment variable. So users only need authentication once.
To efficiently use the Vortexa’s API, you should familiarise yourself with the available documentation:
1. Official API documentation
Vortexa’s official API documentation provides detailed information on endpoints, request parameters, and response formats. This documentation can be accessed via their website or directly through this https://docs.vortexa.com. You need to have Vortexa credentials to access the docs.
The reference documentation provides comprehensive details about each API endpoint, including example requests and responses, which are crucial for understanding how to interact with the API effectively.
Vortexa provides a variety of resources to help you get started quickly:
Solutions architects can assist with designing and implementing integration with Vortexa data, tailored to your organisation’s needs. They provide expertise in API utilisation, data modelling, and integration strategies to optimise the use of Vortexa data.A solutions architect can be crucial in helping with API integrations, particularly in complex environments where multiple systems and data sources need to interact seamlessly.
Here are some examples of support from solution architects:
Find solutions to common problems encountered while using the API. Reach out to support@vortexa.com at Vortexa if you need support to install or work with API.
Understanding Vortexa’s taxonomy is crucial for effectively querying and interpreting the data:
By following these steps, you can smoothly integrate Vortexa’s API with your internal systems. Ensure you thoroughly read the documentation, utilise the content library for practical examples, and refer to the FAQs for troubleshooting. With the right setup and understanding, you can leverage Vortexa’s powerful data to gain valuable insights and drive your business decisions.
For more detailed information, visit https://www.vortexa.com/product-data-api/
Easily integrate Vortexa’s rich suite of real-time energy flows, freight & inventory data into your system and realise strategic opportunities
before others.
A confirmation email with event details has been sent to your inbox
Thank you for submitting your enquiry. We'll be in touch very soon!