2026-03-06
- Migration Guide Released: Added comprehensive migration guide with step-by-step instructions for upgrading from v1 to v2
- v1 Endpoints Available in v2: Most legacy v1 endpoints are now accessible in v2 with enhanced functionality:
- Simple Migration: Most endpoints can be migrated by simply changing
/v1/to/v2/in the URL - Enhanced Companies by Index: Previously limited to single index queries, now supports multiple indices with SQL-style filtering and natural language queries
- Improved Top Companies Ranking: Expanded from 8 predefined classifications to support sorting by any available metric with advanced filtering
- Advanced Growth Analytics: Enhanced growth metrics with flexible filtering and natural language query support
- Simple Migration: Most endpoints can be migrated by simply changing
- Unified News API: Consolidated news endpoints into a single
/v2/news/endpoint with extension support for IDX companies and mining sources - Comprehensive Mining API Update: Standardized all Turso-powered mining endpoints for consistency and robustness
- Standardized Pagination: All list endpoints now use
limitandoffsetfor pagination, returning a consistentresultsandpaginationobject - Slug-based Lookups: Standardized company and site lookups to use
sluginstead of numeric IDs
- Standardized Pagination: All list endpoints now use
- Enhanced Mining Company Data:
- Updated
MiningCompanyListViewwith new filters forcommodity_type,company_type, andhas_financials - Expanded
MiningCompanyDetailViewwith total mining site counts. - Added specialized endpoints for
ownership,performance, andfinancialsspecifically for mining firms
- Updated
- Improved Mining License Tracking:
- Updated
MiningLicenseListViewwith new filters (license_type,activity) and GeoJSON support for site locations - Corrected
winnerfield inMiningLicenseAuctionsto boolean and expanded documentation to include detailed phase timelines and participant lists
- Updated
- Production & Resources:
- Restructured
ResourcesAndReservesinto an index-and-detail pattern with updated metric fields (exploration_target,total_inventory) - Standardized
TotalProductionandExportDestinationswith correct units and endpoint paths
- Restructured
- New APIs:
- Added
MiningContractViewdocumentation for tracking owner-contractor relationships - Added
CommodityListViewfor discovering available mineral data coverage
- Added
- Site Analysis: Updated
MiningSiteListViewand addedMiningSiteDetailViewfor deep dives into specific mining operations including resource/reserve breakdowns - API Parameter & Response Refinements:
- Corrected
MiningCompanyPerformanceViewandMiningCompanyFinancialsViewendpoint paths and standardized on single-year results returningyear,available_years, anddata - Refactored
SalesDestinationViewto useslugas a path parameter and return a nested object keyed by country - Updated
CommodityPriceViewto supportstart_yearandend_yearparameters with a 3-year maximum range - Standardized
GlobalCommodityDataViewto return a list of results and restricted query parameters tocountry,commodity_type, andlimit
- Corrected
- Free Float Analysis: Added specialized endpoint to retrieve public float percentage for companies, with support for sector-based filtering
- Postman Collection Update: Released version 1.3 of the comprehensive Postman collection, including all new mining and analytics endpoints
2026-01-09
- Adjusted all mining related endpoints to use
/mininginstead of/insider - Updated Postman collection to match the latest API version
- Multiple refinements to the companies screener endpoint, including:
- Added smart FY handling and enhanced accuracy for
qquery parameter - Removed
epsfrom the direct fields in thewherequery parameter - Added
[fieldname]_qto the available field in thewherequery parameter for querying quarterly data - Renamed several field names in the
wherequery parameter - Removed
descquery parameter and changed it to-prefix in theorder_byquery parameter - Added parentheses forcing for arithmetic expression on
order_byquery parameter to avoid ambiguity with the negative sign - Added capability to have multiple-level sorting in
order_byquery parameter - Added
include_query_valuesquery parameter - Added
query_valuesresponse - Enhanced the
llm_translationresponse to no longer havingdescparameter, but adding-prefix in theorder_byparameter for descending order
- Added smart FY handling and enhanced accuracy for
2025-10-24
- Added new endpoint to retrieve global commodity data, including production, reserves, and trade information
- Added new endpoint to retrieve mining license auctions
- Added new endpoint to retrieve and aggregate sales destination data for a specific company ticker
-
Updated insider-related endpoints to use the
/v2/insider/base path for improved consistency
2025-09-25
- Official launching of the second version of Sectors Financial API.
