Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong type for Strike field in Instrument class #30

Open
kpritam opened this issue Jul 10, 2022 · 1 comment
Open

Wrong type for Strike field in Instrument class #30

kpritam opened this issue Jul 10, 2022 · 1 comment

Comments

@kpritam
Copy link

kpritam commented Jul 10, 2022

As per the API doc https://kite.trade/docs/connect/v3/market-quotes/#csv-response-columns,
strike field type should be float but it is String at the moment.

@kssujithcj
Copy link
Collaborator

CDS instruments has strike as 75 and bcd has like 75.0000. It has to be as is while generating readable names. If we make it float then the 75 becomes 75.0000. It is used in our internal apps. It shouldn't matter to Kite Connect users.

We will consider changing it to float in the upcoming major release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants