Skip to content

Latest commit

 

History

History

csharp

Ganymede API C# Samples

Welcome to the Ganymede API C# samples repository! This folder contains various samples demonstrating how to utilize the Ganymede API in C#. The samples are organized by topic and data types to help you quickly find what you need.

Table of Contents

  • Reference data: Samples related to reference data such as symbology, indices weights, and sectors.
  • Corporate actions: Samples covering corporate actions like splits, dividends, and symbol changes.
  • Market data: Samples for extracting daily data, intraday data, and tick data.
  • Analytics: Samples demonstrating how to apply analytics to daily data, intraday data, and tick data.
  • Best execution: Samples focusing on best execution strategies including interval and point-in-time analysis.
  • Future roll: Samples showcasing future roll strategies by maturity or market activity.
  • TCA: Samples related to Transaction Cost Analysis (TCA), including PRIIPS compliance.

How to Use

Each directory contains C# code samples illustrating how to interact with the Ganymede API for a specific aspect of financial data handling. To use the samples:

  1. Navigate to the relevant directory based on your area of interest.
  2. Open the C# files in your preferred Integrated Development Environment (IDE) or text editor.
  3. Follow the comments and instructions within the code to understand how to make requests to the Ganymede API and handle the returned data.
  4. Ensure you have the necessary authentication credentials and API access set up before running the samples.

Additional Resources

  • Ganymede API Documentation: Refer to the official API documentation for detailed information on endpoints, request parameters, and response formats.
  • Ganymede Portal: Access additional resources, tutorials, and community support to enhance your understanding and usage of the Ganymede API.

Contributing

If you have suggestions for improvements or would like to contribute additional samples, please feel free to submit a pull request. We welcome contributions from the community to make this repository a valuable resource for developers working with the Ganymede API in C#.

Happy coding with Ganymede API! 🚀