Result
Notice: Undefined offset: 1 in /var/www/html/dhfco/api/php/code/HistoricalPalladiumLondonFixingRange.php on line 210
2025-01-16 00:00:00
Notice: Undefined offset: 1 in /var/www/html/dhfco/api/php/code/HistoricalPalladiumLondonFixingRange.php on line 181
953.00
Request
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.xignite.com/services/"><SOAP-ENV:Header><ns1:Header><ns1:Username>7FA2EB6DD4964FF0908061C51EE16432</ns1:Username></ns1:Header></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetHistoricalLondonFixingRange><ns1:Symbol>XPD</ns1:Symbol><ns1:Currency>USD</ns1:Currency><ns1:FixingType>Evening</ns1:FixingType><ns1:StartDate>01/16/2025</ns1:StartDate><ns1:EndDate>01/17/2025</ns1:EndDate></ns1:GetHistoricalLondonFixingRange></SOAP-ENV:Body></SOAP-ENV:Envelope>
Response
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetHistoricalLondonFixingRangeResponse xmlns="http://www.xignite.com/services/"><GetHistoricalLondonFixingRangeResult><LondonFixing><Outcome>Success</Outcome><Identity>Header</Identity><Delay>0.0801897</Delay><Name>Palladium 1 Oz 999</Name><Symbol>PD</Symbol><Currency>USD</Currency><Date>01/16/2025</Date><Time>2:00:00 PM</Time><Fixing>Evening</Fixing><Price>953</Price><Unit>oz</Unit><Source>The London Platinum & Palladium Market</Source></LondonFixing></GetHistoricalLondonFixingRangeResult></GetHistoricalLondonFixingRangeResponse></soap:Body></soap:Envelope>
array representation of Response
stdClass Object
(
[GetHistoricalLondonFixingRangeResult] => stdClass Object
(
[LondonFixing] => stdClass Object
(
[Outcome] => Success
[Identity] => Header
[Delay] => 0.0801897
[Name] => Palladium 1 Oz 999
[Symbol] => PD
[Currency] => USD
[Date] => 01/16/2025
[Time] => 2:00:00 PM
[Fixing] => Evening
[Price] => 953
[Unit] => oz
[Source] => The London Platinum & Palladium Market
)
)
)