Changelog
13.9.2024 - YAML Format Support Added
The OlzaFeed API now supports YAML format. Simply append
.yaml
to your requests to receive responses in YAML format. For example, use:
/api/v1/summary/daily/wse/2000-01-05.yaml
YAML format is commonly used for data serialization and is human-readable. It includes both metadata and data.
11.9.2024 - CSV Format Support Added
The OlzaFeed API now supports CSV format. Simply append
.csv
to your requests to receive responses in CSV format. For example, use:
/api/v1/summary/daily/wse/2000-01-05.csv
Please note that CSV responses contain only the data and do not include metadata.
10.9.2024 - XML Format Support Added
The OlzaFeed API now supports XML format. Simply append
.xml
to your requests to receive responses in XML format. For example, use:
/api/v1/summary/daily/wse/2000-01-05.xml
8.9.2024 - New Domain www.olzafeed.com
The domain www.olzafeed.com is now live with the first version of the OlzaFeed API.
1.9.2024 - Initial Release
The first version of OlzaFeed API launched. The initial project includes data from the Polish Stock Exchange (WSE).