Documentation in each dataset
We are placing the API docs within the respective datasets.
We are integrating the API documentation within the respective datasets. Centralized documentation will no longer be available at finazon.io/docs
. Instead, each dataset will contain its documentation under finazon.io/{dataset_name}/docs
.
API breaking changes
In line with these updates, we are also restructuring the API.
New API v2.0
IMPORTANT! On August 5, 2024, we will deploy the new version of the API (v2.0).
To use API v2.0, you need to update your URL paths to correspond to the new endpoint structure: api.finazon.io/{version}/{publisher_name}/{dataset_name}/{endpoint}
For example, to list tickers for US Equities Max Individual: api.finazon.io/latest/sip/sip_non_pro/tickers
WebSocket
WebSocket doesn’t change in this release.
Old API v1.2
To use API v1.2 you need to explicitly specify the version in the URL: api.finazon.io/v1.2/time_series?dataset=sip_non_pro
Please do it before August 5th to avoid communication issues with our API.
API v1.2 will be available until 01.01.2025.
Specific changes
Deprecated endpoints:
- /publishers
- /markets/crypto
- /markets/stocks
- /tickers/stocks
- /ticker/snapshot
- /datasets
- /trades
- /price
- /api_usage
- /my_datasets
- /time_series
- /time_series/{technical_indicator}
Moved endpoints:
/tickers/crypto
moved to/finazon/crypto/tickers
/crypto/price
moved to/finazon/crypto/price
/crypto/time_series
moved to/finazon/crypto/time_series
/tickers/forex
moved to/finazon/forex/tickers
/tickers/us_stocks
moved to/finazon/us_stocks_essential/tickers
/sip/market_center
moved to/sip/sip_pro/market_center
/sip/trades
moved to/sip/sip_pro/trades
/sec/archive
moved to/sec/sec_edgar_filings/archive
/binance/time_series
moved tobinance/binance/time_series
/binance/price
moved to/binance/binance/price
Please update your integrations and prepare for these changes! If you have any questions or concerns, simply contact us.
Thank you for your continued support!
— The Finazon Team 🚀