Skip to main content

Currencies API Metadata

This section provides downloadable metadata files for the FinFeedAPI Currencies API.

Available Downloads

Assets CSV

Download the complete list of all supported assets:

  • Assets.csv - Complete list of all supported assets

The Assets.csv file contains the following columns:

  • asset_id - Unique identifier for the asset
  • name - Name of the asset
  • type_is_crypto - Whether the asset is a cryptocurrency (true/false)
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 asset data
  • Create lookup tables for your trading systems
  • Generate reports and analytics

API Access

You can also access this data programmatically through the API endpoint:

  • GET /v1/assets - List all assets

For more information about the Currencies API, see the main documentation.