Skip to content

Yahoo Finance OpenAPI, and generated clients in different languages

License

Notifications You must be signed in to change notification settings

pasdam/yahoo-finance-openapi

Repository files navigation

yahoo-finance-openapi

This repository contains the unofficial OpenAPI specification for the Yahoo Finance APIs.

From the manifest the following clients are automatically generated using OpenAPI-Generator:

Contribute

Add API

To add an API simply update the manifest with the new endpoint(s) and related data models.

Add client

To add a new client for a new language simply add a job in the CI workflow to:

  1. generate the code in the required language;
  2. build the library artifact;
  3. publish the artifact.