File tree Expand file tree Collapse file tree 4 files changed +4
-16
lines changed
Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1+ ### v1.16.2
2+ - Deprecate ` volatility ` endpoints.
3+
14### v1.16.1
25- Fix bug in auto pagination logic
36
Original file line number Diff line number Diff line change 1- VERSION = "1.16.1 "
1+ VERSION = "1.16.2 "
Original file line number Diff line number Diff line change @@ -86,11 +86,6 @@ def _create_price_feed_services(self) -> ServiceGroup:
8686 "post_url" : "/v1/price_feed/price_feed" ,
8787 "service_class" : ParclLabsService ,
8888 },
89- "volatility" : {
90- "url" : "/v1/price_feed/{parcl_id}/volatility" ,
91- "post_url" : "/v1/price_feed/volatility" ,
92- "service_class" : ParclLabsService ,
93- },
9489 "rental_price_feed" : {
9590 "url" : "/v1/price_feed/{parcl_id}/rental_price_feed" ,
9691 "post_url" : "/v1/price_feed/rental_price_feed" ,
Original file line number Diff line number Diff line change @@ -162,16 +162,6 @@ def main() -> None:
162162 auto_paginate = True ,
163163 )
164164
165- profile_api_call (
166- "Retrieve Price Feed Volatility" ,
167- client .price_feed .volatility ,
168- output_file ,
169- parcl_ids = pricefeed_ids ,
170- start_date = start_date ,
171- end_date = end_date ,
172- auto_paginate = True ,
173- )
174-
175165 start_date = "2023-04-01"
176166 end_date = "2024-08-01"
177167 limit = 10000
You can’t perform that action at this time.
0 commit comments