Result
Notice: Undefined offset: 1 in /var/www/html/dhfco/api/php/code/HistoricalPalladiumLondonFixingRange.php on line 210
2024-12-20 00:00:00
Notice: Undefined offset: 1 in /var/www/html/dhfco/api/php/code/HistoricalPalladiumLondonFixingRange.php on line 181
921.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>12/20/2024</ns1:StartDate><ns1:EndDate>12/21/2024</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.021619199999999998</Delay><Name>Palladium 1 Oz 999</Name><Symbol>PD</Symbol><Currency>USD</Currency><Date>12/20/2024</Date><Time>2:00:00 PM</Time><Fixing>Evening</Fixing><Price>921</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.0216192
[Name] => Palladium 1 Oz 999
[Symbol] => PD
[Currency] => USD
[Date] => 12/20/2024
[Time] => 2:00:00 PM
[Fixing] => Evening
[Price] => 921
[Unit] => oz
[Source] => The London Platinum & Palladium Market
)
)
)