Skip to main content

Introduction

Welcome to the Metadata Tables section. This area provides comprehensive metadata about exchanges and symbols available through the FinFeedAPI.

Downloadable Metadata

This section provides the updated supported Exchanges and Symbols.

The data included in the CSV files are the same data that you can acquire from:

You may download the complete metadata here (CSV files):

Data Structure

Exchanges CSV

The Exchanges.csv file contains the following columns:

  • exchange_id - Unique identifier for the exchange
  • legal_entity_name - Legal name of the exchange entity
  • iso_country_code - ISO country code where the exchange is located
  • market_category_code - Market category classification
  • status - Current status of the exchange (ACTIVE, INACTIVE, etc.)
  • creation_date - Date when the exchange was created
  • last_update_date - Date of the last update

Symbols CSV

The Symbols.csv file contains the following columns:

  • symbol_id - Unique identifier for the symbol
  • exchange_id - Exchange where the symbol is traded
  • security_category - Category of the security (Stock, Bond, ETF, etc.)
  • name - Name of the symbol
  • asset_class - Asset class classification
  • is_enabled - Whether the symbol is currently enabled for trading
info

These CSV files are automatically updated from the FinFeedAPI to ensure you always have the most current metadata available.

tip

You can use these CSV files to:

  • Build reference databases for your applications
  • Validate symbol and exchange data
  • Create lookup tables for your trading systems
  • Generate reports and analytics