# Price Feeds for US.Equity are not been updated periodically

**URL:** https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375
**Category:** Price Feeds
**Created:** [August 28, 2025, 2:22pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375 "2025-08-28T14:22:16Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![Siddharth](https://avatars.discourse-cdn.com/v4/letter/s/f19dbf/32.png) [@Siddharth](https://dev-forum.pyth.network/u/Siddharth)
#### Post date: [August 28, 2025, 2:22pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/1 "2025-08-28T14:22:16Z")

</div>

I have bunch of equities for which I want to fetch prices as recent as past 1 hour. But I get StalePrice() error, this is the reference :

> **[Price Feeds | Pyth Network API Reference](https://api-reference.pyth.network/price-feeds/evm/getPriceNoOlderThan)**
>
> API reference, interactive explorer, and documentation for Pyth network products.

I’m looking to fetch prices for following equities:  
Equity.US.GOOG/USD : 0xe65ff435be42630439c96396653a342829e877e2aafaeaf1a10d0ee5fd2cf3f2

Equity.US.AMZN/USD : 0xb5d0e0fa58a1f8b81498ae670ce93c872d14434b72c364885d4fa1b257cbb07a

Equity.US.AAPL/USD : 0x49f6b65cb1de6b10eaf75e7c03ca029c306d0357e91b5311b175084a5ad55688

Equity.US.MSFT/USD : 0xd0ca23c1cc005e004ccf1db5bf76aeb6a49218f43dac3d4b275e92de12ded4d1

Equity.US.TSLA/USD : 0x16dad506d7db8da01c87581c87ca897a012a153557d4d578c3b9c9e1bc0632f1

Equity.US.NVDA/USD : 0xb1073854ed24cbc755dc527418f52b7d271f6cc967bbf8d8129112b18860a593

Equity.US.META/USD : 0x78a3e3b8e676a8f73c439f5d749737034b139bbbe899ba5775216fba596607fe

Equity.US.GME/USD : 0x6f9cd89ef1b7fd39f667101a91ad578b6c6ace4579d5f7f285a4b06aa4504be6

and even more.  
I’ve been given to understand that one can run bots which update the price feeds, where can I find them ?  
Thank you.

---

<div class="post-metadata">

### Author: ![KemarTiti](https://yyz2.discourse-cdn.com/flex034/user_avatar/dev-forum.pyth.network/kemartiti/32/6_2.png) [@KemarTiti](https://dev-forum.pyth.network/u/KemarTiti)
#### Post date: [August 28, 2025, 2:36pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/2 "2025-08-28T14:36:38Z")

</div>

Hey @Siddharth

Can you tell at what time exactly where you trying to call these feeds?  
I assume the market was closed and Pyth feeds follow traditional market hours for now: [https://docs.pyth.network/price-feeds/market-hours](https://docs.pyth.network/price-feeds/market-hours)

---

<div class="post-metadata">

### Author: ![KemarTiti](https://yyz2.discourse-cdn.com/flex034/user_avatar/dev-forum.pyth.network/kemartiti/32/6_2.png) [@KemarTiti](https://dev-forum.pyth.network/u/KemarTiti)
#### Post date: [August 28, 2025, 2:39pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/3 "2025-08-28T14:39:00Z")

</div>

Also Pyth works as an on-demand model, so unless you (or someone else) has updated a price, you might indeed read a too old onchain price.

You can trigger periodic price updates with the Scheduler bot here: [https://docs.pyth.network/price-feeds/schedule-price-updates/using-scheduler](https://docs.pyth.network/price-feeds/schedule-price-updates/using-scheduler)  
You pick the feeds, and the parameters (time and price deviation) and the bot will do it for you

---

<div class="post-metadata">

### Author: ![Aditya520](https://yyz2.discourse-cdn.com/flex034/user_avatar/dev-forum.pyth.network/aditya520/32/12_2.png) [@Aditya520](https://dev-forum.pyth.network/u/Aditya520)
#### Post date: [August 28, 2025, 2:45pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/4 "2025-08-28T14:45:09Z")

</div>

Hey @Siddharth

Adding to the Marc’s answer above, the scheduler will not be able to update the prices during off market hours.  
Scheduler uses `updatePriceFeedsIfNecessary`, which only updates if there is a fresh update available.

> **[Price Feeds | Pyth Network API Reference](https://api-reference.pyth.network/price-feeds/evm/updatePriceFeedsIfNecessary)**
>
> API reference, interactive explorer, and documentation for Pyth network products.

---

<div class="post-metadata">

### Author: ![Siddharth](https://avatars.discourse-cdn.com/v4/letter/s/f19dbf/32.png) [@Siddharth](https://dev-forum.pyth.network/u/Siddharth)
#### Post date: [August 28, 2025, 4:10pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/5 "2025-08-28T16:10:12Z")

</div>

Hey @KemarTiti yeah initially I was querying the price before market opened, but if I query now, after the market has opened i still get the stale price error.

 ![Screenshot 2025-08-28 at 9.39.48 PM](https://canada1.discourse-cdn.com/flex034/uploads/dev_pyth/original/1X/c21b25554c596f59f28a83da5b6101a3e74164f3.png)  
Also I forgot to mention, I am running it for base network.

---

<div class="post-metadata">

### Author: ![Siddharth](https://avatars.discourse-cdn.com/v4/letter/s/f19dbf/32.png) [@Siddharth](https://dev-forum.pyth.network/u/Siddharth)
#### Post date: [August 28, 2025, 4:12pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/6 "2025-08-28T16:12:51Z")

</div>

ok thank you will look into it, one question, doesn’t pyth protocol run schedulers for these equities, and if so can they update the above mentioned equities periodically.

---

<div class="post-metadata">

### Author: ![Aditya520](https://yyz2.discourse-cdn.com/flex034/user_avatar/dev-forum.pyth.network/aditya520/32/12_2.png) [@Aditya520](https://dev-forum.pyth.network/u/Aditya520)
#### Post date: [August 28, 2025, 4:50pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/7 "2025-08-28T16:50:24Z")

</div>

You have to update the prices/ pull the prices.

You can call `updatePriceFeeds` with it’s updateData.

> **[Price Feeds | Pyth Network API Reference](https://api-reference.pyth.network/price-feeds/evm/updatePriceFeeds)**
>
> API reference, interactive explorer, and documentation for Pyth network products.

You can fetch the updateData by following this [guide](https://docs.pyth.network/price-feeds/fetch-price-updates).

---

<div class="post-metadata">

### Author: ![Aditya520](https://yyz2.discourse-cdn.com/flex034/user_avatar/dev-forum.pyth.network/aditya520/32/12_2.png) [@Aditya520](https://dev-forum.pyth.network/u/Aditya520)
#### Post date: [August 28, 2025, 4:51pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/8 "2025-08-28T16:51:52Z")

</div>

Yes, we do run many schedulers/price-pushers.

You can check the list [here](https://docs.pyth.network/price-feeds/sponsored-feeds).

If you would like to see additional feeds on this list, please fill in this [form](https://tally.so/r/nGz2jj) to signal your interest., or contact @KemarTiti

---

<div class="post-metadata">

### Author: ![KemarTiti](https://yyz2.discourse-cdn.com/flex034/user_avatar/dev-forum.pyth.network/kemartiti/32/6_2.png) [@KemarTiti](https://dev-forum.pyth.network/u/KemarTiti)
#### Post date: [August 28, 2025, 4:57pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/9 "2025-08-28T16:57:27Z")

</div>

If you’d like to talk in more details, indeed please reach out to me on Telegram: [Telegram: Contact @MarcTillement](https://t.me/MarcTillement) or @mariobern [Telegram: Contact @mariopyth](https://t.me/mariopyth)

---

<div class="post-metadata">

### Author: ![Siddharth](https://avatars.discourse-cdn.com/v4/letter/s/f19dbf/32.png) [@Siddharth](https://dev-forum.pyth.network/u/Siddharth)
#### Post date: [August 28, 2025, 5:20pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/10 "2025-08-28T17:20:19Z")

</div>

> [@KemarTiti](#):
>
> arcTillement

Thank you so very much

---

<div class="post-metadata">

### Author: ![Siddharth](https://avatars.discourse-cdn.com/v4/letter/s/f19dbf/32.png) [@Siddharth](https://dev-forum.pyth.network/u/Siddharth)
#### Post date: [August 28, 2025, 5:25pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/11 "2025-08-28T17:25:05Z")

</div>

Will do, thank you so very much.

---

<div class="post-metadata">

### Author: ![Siddharth](https://avatars.discourse-cdn.com/v4/letter/s/f19dbf/32.png) [@Siddharth](https://dev-forum.pyth.network/u/Siddharth)
#### Post date: [September 26, 2025, 8:13am UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/12 "2025-09-26T08:13:47Z")

</div>

> [@KemarTiti](#):
>
> @mariopythmariopyth

Ok I am running the price pusher scheduler here :

> <https://github.com/pyth-network/pyth-crosschain/blob/main/apps/price_pusher/README.md>

- I want to run it for , ` **Equity.US.GME/USD** `which has a stable id of :`0x6f9cd89ef1b7fd39f667101a91ad578b6c6ace4579d5f7f285a4b06aa4504be6

This is my price-config.yaml :

 ![Screenshot 2025-09-26 at 1.39.51 PM](https://canada1.discourse-cdn.com/flex034/uploads/dev_pyth/original/1X/fe1858d9c1e00131466c24402af89601ae454cc2.png)

This is the command I’m using to run the price pusher :  
``  
pnpm run start evm --endpoint wss://base-mainnet.g.alchemy.com/v2/ --pyth-contract-address 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a --price-service-endpoint [https://hermes.pyth.network](https://hermes.pyth.network) --price-config-file ./price-config.stable.sample.yaml --mnemonic-file ./mnemonic.txt --pushing-frequency 30 --polling-frequency 5 --override-gas-price-multiplier 1.1  
`

`But in the logs I see no price update being pushed`  
``  
{“level”:30,“time”:1758874244083,“pid”:11109,“hostname”:“Mac.lan”,“module”:“EvmPriceListener”,“msg”:“Watching target network pyth contract events…”}  
{“level”:30,“time”:1758874274396,“pid”:11109,“hostname”:“Mac.lan”,“module”:“Controller”,“msg”:“GME/USD (6f9cd89ef1b7fd39f667101a91ad578b6c6ace4579d5f7f285a4b06aa4504be6) is not available on the source network. Ignoring it.”}  
{“level”:30,“time”:1758874274396,“pid”:11109,“hostname”:“Mac.lan”,“module”:“Controller”,“msg”:“None of the checks were triggered. No push needed.”}  
{“level”:30,“time”:1758874304397,“pid”:11109,“hostname”:“Mac.lan”,“module”:“Controller”,“msg”:“GME/USD (6f9cd89ef1b7fd39f667101a91ad578b6c6ace4579d5f7f285a4b06aa4504be6) is not available on the source network. Ignoring it.”}  
{“level”:30,“time”:1758874304398,“pid”:11109,“hostname”:“Mac.lan”,“module”:“Controller”,“msg”:“None of the checks were triggered. No push needed.”}  
{“level”:30,“time”:1758874334400,“pid”:11109,“hostname”:“Mac.lan”,“module”:“Controller”,“msg”:“GME/USD (6f9cd89ef1b7fd39f667101a91ad578b6c6ace4579d5f7f285a4b06aa4504be6) is not available on the source network. Ignoring it.”}  
{“level”:30,“time”:1758874334400,“pid”:11109,“hostname”:“Mac.lan”,“module”:“Controller”,“msg”:“None of the checks were triggered. No push needed.”}  
{“level”:30,“time”:1758874364401,“pid”:11109,“hostname”:“Mac.lan”,“module”:“Controller”,“msg”:“GME/USD (6f9cd89ef1b7fd39f667101a91ad578b6c6ace4579d5f7f285a4b06aa4504be6) is not available on the source network. Ignoring it.”}  
{“level”:30,“time”:1758874364402,“pid”:11109,“hostname”:“Mac.lan”,“module”:“Controller”,“msg”:“None of the checks were triggered. No push needed.”}  
``

How can I fix this ?

---

<div class="post-metadata">

### Author: ![Aditya520](https://yyz2.discourse-cdn.com/flex034/user_avatar/dev-forum.pyth.network/aditya520/32/12_2.png) [@Aditya520](https://dev-forum.pyth.network/u/Aditya520)
#### Post date: [September 26, 2025, 3:51pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/13 "2025-09-26T15:51:58Z")

</div>

Can you give us more logs?  
Moreover, I can see you are running during off-market hours. Can you try running it during the market hours?

---

<div class="post-metadata">

### Author: ![Siddharth](https://avatars.discourse-cdn.com/v4/letter/s/f19dbf/32.png) [@Siddharth](https://dev-forum.pyth.network/u/Siddharth)
#### Post date: [September 27, 2025, 4:47am UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/14 "2025-09-27T04:47:08Z")

</div>

I was able to sort the issue, I was trying to running the price pusher for some equities, like TSLA, GME etc. But the pusher wasnt updating it, because it was looking for a price not older than 60seconds, I did some changes and was able to sort it thanks.

---

<div class="post-metadata">

### Author: ![Siddharth](https://avatars.discourse-cdn.com/v4/letter/s/f19dbf/32.png) [@Siddharth](https://dev-forum.pyth.network/u/Siddharth)
#### Post date: [December 11, 2025, 4:51pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/15 "2025-12-11T16:51:03Z")

</div>

Hello I have another question.  
Im trying to update on-chain price for AMZN, pre and post market feeds, but i dont think the feeds exists on base network, how do we enable this ?

> **[AMZN/USD PRE MARKET | Pyth Network Insights](https://insights.pyth.network/price-feeds/Equity.US.AMZN%2FUSD.PRE)**
>
> See live market quotes for AMAZON.COM, INC. / US DOLLAR - PRE MARKET HOURS.

> **[AMZN/USD POST MARKET | Pyth Network Insights](https://insights.pyth.network/price-feeds/Equity.US.AMZN%2FUSD.POST)**
>
> See live market quotes for AMAZON.COM, INC. / US DOLLAR - POST MARKET HOURS.

This is the pyth contract.

> **[Pyth: Price Feed Proxy | Address: 0x8250f4aF...eDeB1487a | BaseScan](https://basescan.org/address/0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a)**
>
> Contract: Verified | Balance: $16.71 across 1 Chain | Transactions: 43,240 | As at Dec-11-2025 04:51:10 PM (UTC)

---

<div class="post-metadata">

### Author: ![KemarTiti](https://yyz2.discourse-cdn.com/flex034/user_avatar/dev-forum.pyth.network/kemartiti/32/6_2.png) [@KemarTiti](https://dev-forum.pyth.network/u/KemarTiti)
#### Post date: [December 11, 2025, 11:08pm UTC](https://dev-forum.pyth.network/t/price-feeds-for-us-equity-are-not-been-updated-periodically/375/16 "2025-12-11T23:08:04Z")

</div>

Hey!

we do have docs on these errors

> **[EVM Error Codes | Pyth Developer Hub](https://docs.pyth.network/price-feeds/core/error-codes/evm)**
>
> Decode the error codes emitted by Pyth EVM contracts

> **[Troubleshoot EVM Price Feeds Contract | Pyth Developer Hub](https://docs.pyth.network/price-feeds/core/troubleshoot/evm)**
>
> Resolve common issues when integrating Pyth price feeds on EVM chains

let me know if these don’t help you
