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:
- List of exchanges: https://api-historical.stock.finfeedapi.com/v1/exchanges
- List of symbols: https://api-historical.stock.finfeedapi.com/v1/symbols/:exchange_id
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 exchangelegal_entity_name
- Legal name of the exchange entityiso_country_code
- ISO country code where the exchange is locatedmarket_category_code
- Market category classificationstatus
- Current status of the exchange (ACTIVE, INACTIVE, etc.)creation_date
- Date when the exchange was createdlast_update_date
- Date of the last update
Symbols CSV
The Symbols.csv file contains the following columns:
symbol_id
- Unique identifier for the symbolexchange_id
- Exchange where the symbol is tradedsecurity_category
- Category of the security (Stock, Bond, ETF, etc.)name
- Name of the symbolasset_class
- Asset class classificationis_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
Was this section helpful?