backgroundbackground
February 18, 2025

New Markets, New Opportunities: FinFeedAPI Welcomes Spotlight, New Zealand, and Prague Exchanges

featured image

We are excited to share a major update to our data offerings. FinFeedAPI now provides direct API access to three additional European and Asia-Pacific stock exchanges: the Spotlight Stock Market (XSAT), the New Zealand Stock Exchange (XNZE), and the Prague Stock Exchange (XPRA).

This update brings you integrated data from the energetic Nordic growth market, New Zealand's established Asia-Pacific hub, and the developing economy of Central and Eastern Europe. We believe offering simple access to these markets helps developers and analysts build more complete and insightful financial tools.

What This Means for Developers

For developers, this update simplifies access to new international markets. You can now integrate data from these exchanges using the same unified REST API you use for all our other markets, saving you the effort of managing different data feeds.

Here is how you can begin using the data from these new exchanges:

  • See Available Markets: The /v1/exchanges endpoint will now include XSAT, XNZE, and XPRA in its response, allowing your application to recognize these new sources.
  • Get a Full List of Symbols: You can retrieve all tradable securities for an exchange with a call to /v1/symbols/{exchange_id}. For example, a request to /v1/symbols/XNZE will return the complete list of instruments on the New Zealand Stock Exchange.
  • Analyze Historical Performance: The /v1/ohlcv/exchange-symbol/{exchange_id}/{symbol_id}/history endpoint provides deep historical OHLCV data. This allows for thorough backtesting of trading ideas and the creation of detailed historical charts for your users. You can define the data's time interval, from seconds to years, through the /v1/ohlcv/periods endpoint.
  • Track the Latest Data: To keep your applications current, the /v1/ohlcv/exchange-symbol/{exchange_id}/{symbol_id}/latest endpoint provides the most recent trading data available.

New Horizons for Analysts and Traders

Traders and analysts can now draw from a wider and more diverse set of global data to find fresh insights.

Spotlight Stock Market (XSAT)

This Swedish-based marketplace is designed for innovative, growing companies. With around 170 listed businesses, it’s a market to watch for emerging companies and new ideas coming out of the Nordic region. For traders, it represents a chance to get in early with companies that have high growth potential.

New Zealand Stock Exchange (XNZE)

As the national exchange of New Zealand, the XNZE offers a look into a mature market with a unique geographic and economic position. It is home to approximately 176 securities, from blue-chip stocks to new growth companies, with a total market capitalization of over NZ$184 billion.

Prague Stock Exchange (XPRA)

The PSE provides a window into the economic pulse of a historic part of Europe. As the largest securities market in the Czech Republic, it lists dozens of companies and is a well-regulated point of entry for investing in the Central and Eastern European region.

Putting the Data to Work: An Example

Let's walk through a simple scenario to see how you might use this new data. Say you are building a tool to analyze international renewable energy companies.

You could start by calling the /v1/exchanges endpoint to find the exchange_id for the New Zealand Exchange, XNZE. From there, a call to /v1/symbols/XNZE would give you the full list of securities. After cross-referencing this list to identify a renewable energy firm, you could retrieve its entire price history with /v1/ohlcv/exchange-symbol/XNZE/{symbol_id}/history to chart its long-term performance. To keep your tool up-to-date, you could then make periodic calls to the /v1/ohlcv/exchange-symbol/XNZE/{symbol_id}/latest endpoint for recent price action.

We look forward to seeing what you build. Get your free API key now to start exploring these new markets.

Stay up to date with the latest FinFeedAPI news

By subscribing to our newsletter, you accept our website terms and privacy policy.

Recent Articles

Get your free API key now and start building in seconds!